Killing Time Resurrected SDK
============================

All contents of the Killing Time Resurrected SDK are copyright (C) 2024 
Nightdive Studios, Inc. Some contents are provided under special license, which 
can be found in each subdirectory as LICENSE.txt. Unless otherwise noted as 
such, all contents are provided expressly for the creation and distribution of 
modifications for Killing Time Resurrected, and all rights are reserved 
regarding any other use. No warranty is provided for any contents in this 
package; all content is provided AS-IS with no guarantee of usefulness or 
correctness.

The following contents are provided:

./bin
  Contains binary program tools which should be run from a command line:

  * Conv2KT: Converts binary PWAD files intended for the 3DO version of KT to KTR UDMF.
             See wads/Conv2ZX.txt for additional information.
  
  * rezdump: Dumper tool for Killing Time PC/Mac REZ files. See docs/rezdump.txt.
  
  * tarcbuilder: Builds KEX Engine .tarc file for Killing Time. See docs/tarcbuilder.txt.
  
./docs
  Contains editing and tool usage documentation.
  
./gfx
  Original low-resolution 3DO version graphics.
  
./sfx
  Original 3DO sound effects, including unused resources.
  
./src
     /conv2kt: Source code for Conv2KT tool. Licensed under GPLv2+.
     /conv2zx: Studio 3DO code for internal PWAD -> ZX maze tool.

./udbcfg
  Ultimate Doom Builder configuration and resources for editing Killing Time 
  Resurrected levels. Resource pk3 is also provided.

./wads
  Contains original 3DO version levels as they were created, in the form of Doom
  PWAD files. These PWADs were converted by the Conv2ZX tool and then embedded
  into the 3DO game. See ./wads/Conv2ZX.txt for additional information.
  
In order to create Killing Time Resurrected levels, you will need Ultimate Doom
Builder or a suitable alternative editing utility. This is not provided with this
SDK; you should use the newest publicly available build from the location below:

https://ultimatedoombuilder.github.io/

Note: Ultimate Doom Builder is not affiliated with Nightdive Studios, Inc.
