What file in the game folder of src is the tyrant source in? I don't see a g_classes or a g_aliens anywhere.
The basic stats of all aliens and hmuans are in bg_misc.c (http://svn.icculus.org/tremulous/trunk/src/game/bg_misc.c?revision=1138&view=markup).
Quote from: gimhael on June 06, 2009, 06:43:18 AM
The basic stats of all aliens and hmuans are in bg_misc.c (http://svn.icculus.org/tremulous/trunk/src/game/bg_misc.c?revision=1138&view=markup).
I thought you weren't supposed to edit the bg_ files?
You're not supposed to edit them unless you know exactly what you are doing.
Some things can cause problems when out of sync between the client and server, others not-so-much.
If your mod has a download with it's own cgame then you can edit whatever you want :).