Tremulous Forum

Mods => Modding Center => Topic started by: infestor1 on June 06, 2009, 05:25:35 am

Title: Tyrant source?
Post by: infestor1 on June 06, 2009, 05:25:35 am
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.
Title: Re: Tyrant source?
Post by: 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).
Title: Re: Tyrant source?
Post by: infestor1 on June 06, 2009, 06:59:04 pm
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?
Title: Re: Tyrant source?
Post by: David on June 06, 2009, 07:02:22 pm
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 :).