Page 1 of 1

Stand-alone RTC Compiler

Posted: Sat Sep 21, 2002 8:45 am
by Sophia
One thing I would like to see is a special version of the RTC executable made for compiling only, so that you could just invoke it, and it would spit out the errors and warnings and save a .RTC, rather than having to load the game, wait past the intro screens, open up the log file, etc.

Not to mention this would be much easier for standalone map editors to use. The editor could spew stuff straight into the compiler and produce a finished .RTC, much like a C IDE.

Posted: Thu Aug 21, 2003 8:14 am
by Guest
This is an excellent suggestion, and I'm surprised it hasn't gotten any replies (before this one). I suppose the unfortunate conclusion one can draw is that nobody's interested in coding a front-end for .RTC generation, which is a damn shame. :(

Posted: Thu Aug 21, 2003 8:32 am
by cowsmanaut
what about command line inclusion? ie "RTC.exe /c mydungeon.txt"

moo

Posted: Thu Aug 21, 2003 12:14 pm
by PicturesInTheDark
Should not be too difficult to code I imagine. Let's wait for George's reply...

Regards, PitD

Posted: Wed May 03, 2006 5:56 pm
by beowuuf
*bump* rather than have the editor do it to get errors or quick .rtc files if you aren't playtesting

Posted: Wed May 03, 2006 6:03 pm
by George Gilbert
cowsmanaut wrote:what about command line inclusion? ie "RTC.exe /c mydungeon.txt"

moo
"RTC.exe mydungeon.txt" will work already...

(as I mentioned in another thread about this, there's virtually no time saving from not displaying the swoosh etc - during the start up of the game its loading in the background all the resources required for compiling etc)