Tremulous Forum

Mods => Modding Center => Topic started by: Thorn on December 28, 2006, 09:13:27 pm

Title: List+Question
Post by: Thorn on December 28, 2006, 09:13:27 pm
Would it be possible to have a list of all the source files and what they actually do?

Also, I'm using vcxzets guide to testing/compiling which means its not loadable from Tremulous like balance and tremx. Its more a standalone......
Title: List+Question
Post by: vcxzet on December 28, 2006, 09:34:52 pm
backporting patch
Title: List+Question
Post by: Risujin on December 28, 2006, 11:18:01 pm
Mods are only interested in these folders:

The files are roughly labeled by function (i.e. g_weapon.c is from game and is about weapons), but typically you are chasing code all of the place. It is helpful to use a find-in-files utility (grep).

Don't bother with the other code unless you are making your own client or tremded.
Title: List+Question
Post by: Thorn on December 29, 2006, 05:22:31 pm
Whats the equivelent of inv.h?