[Gtkradiant] [Bug 1021] patch for linux installer

gtkradiant@zerowing.idsoftware.com gtkradiant@zerowing.idsoftware.com
Tue, 24 Aug 2004 15:00:45 -0500


http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=1021





------- Additional Comments From michael@johalla.de  2004-08-24 15:00 -------
Created an attachment (id=552)
 --> (http://zerowing.idsoftware.com/bugzilla/attachment.cgi?id=552&action=view)
new version of the patch

Hi,

I found the cause of the sigfault. The now used folder for the game files
($GAME.game/) wasn't minded by my changes. So gtkradiant wasn't able to find
the synapse.config file and crashed. This patch relieve it and:

Conscript:
Game specific files used by core are now located in $RADIENT/$GAME.game/
(updated DEST for all games)
add: self.system('cp ../WolfPack/bin/wolf.game/main/wolf_entities.def ' + DEST
+ '/main')
copy the whole Folder of ETPack/et.game over to core/et.game/ (delete all file
copy operation)
same for q2 and heretic2

setup/linux/setup_image/setup.data/setup.xml.in:
Game specific files used by core are now located in $RADIENT/$GAME.game/

SConstruct:
remove -O2 compiler option because that cause a segfault when starting
gtkradiant for me

Now everything seems to work. If you are interested in this version of
gtkradiant with installer send me an email.

Bye, Michael