Tremulous Forum
General => General Discussion => Topic started by: Lava Croft on April 28, 2004, 11:24:31 am
-
Make a list with all the exact names of the structures wich can be built, so I can make a nice config for Tremulous wich makes building a lot smoother?
-
tma@abraxas:~/tremulous/src/game$ grep -in buildName bg_misc.c
25: "eggpod", //char *buildName;
59: "barricade", //char *buildName;
93: "booster", //char *buildName;
127: "acid_tube", //char *buildName;
161: "hive", //char *buildName;
195: "trapper", //char *buildName;
229: "overmind", //char *buildName;
263: "hovel", //char *buildName;
297: "telenode", //char *buildName;
331: "medistat", //char *buildName;
365: "mgturret", //char *buildName;
401: "tesla", //char *buildName;
435: "dcc", //char *buildName;
469: "arm", //char *buildName;
503: "reactor", //char *buildName;
537: "repeater", //char *buildName;
-
Thank you!