*** LAST UPDATE - 21th Jan 2010 ***
-------------------------------------------------------------------------
---- * * * * ++++ Download Link ++++ * * * * ----
-------------------------------------------------------------------------
Just a quick little 5 min job, but it helps me to test multiple dungeons easily... put the EXE in your RTC directory, then create a shortcut to the EXE in an RTC sub-folder (EG: "Modules", the folder that contains the map/maps that you wish to boot)
All you have to do is drag a TXT file onto the shortcut, and RTC will startup, attempting to load the given dungeon.
Features:
When starting a file with the launcher, if it isn't a *.RTC file, then it asks you if you want to COMPILE or TEST. Whichever option you select, it asks if you want to remember that setting, so that it automatically tests or compiles any non *.RTC file you launch after that point.NOTE: this feature dymanically alters your CONFIG.TXT (it temporarily comments out any test or compile lines, so it can add what it wants), but it backs the original as CONFIG.BAK if you need to recover the config file.
Backs up any launched file into your RTC/Backup directory. So your dungeon is now safer from a crashing editor (or, at least, up until your last launch). The backup is also time & date stamped, so that they won't overwrite each other. Make sure that you clean out this directory often, unless you don't mind the HDD space usage.
Added LAUNCHER.INI setup file creation, which just stores variables for remembering between usage (whether to auto-test/compile, etc).- NEVER_ASK_TEST_OR_COMPILE
Does it ask you if you want to always TEST or COMPILE?
Default: FALSE
- ALWAYS_COMPILE
Does it always compile the map (as opposed to testing it)?
Default: FALSE
- ALWAYS_TEST
Does it always test the map (as opposed to compiling it)?
Default: FALSE
- CLEANUP_CRASH_DUMPS
Does it move the RTC crash dump *.TXT files to RTC/CRASHES?
Default: TRUE
- CLEANUP_LOG_AND_BAK
Does it move *.LOG and *.BAK files from the map folder to RTC/LOGS?
Default: TRUE
- CLEANUP_COMPILED_MAPS
Does it move any freshly *.RTC files to RTC/COMPILED?
Default: TRUE
Cleaning features:
These features are just there to help keep things neat and tidy, and they can be individually deactivated in the INI.
Automatically moves all "crash dump" text files (from the RTC's directory) into RTC/Crashes
Automatically moves *.LOG & *.BAK (from the dungeon's directory) into RTC/Logs

