home *** CD-ROM | disk | FTP | other *** search
- // Game type info
- //
- // description, g_gametype enum
- //
- // 0 - GT_FFA, // free for all
- // 1 - GT_SINGLE_PLAYER, // single player
- // 3 - GT_TOURNAMENT, // one on one tournament
- // 4 - GT_TEAM, // team deathmatch
- // 5 - GT_CTF, // capture the flag
-
- gametypes {
- { "Deathmatch" 0 }
- // { "Tournament" 1 }
- { "Team Deathmatch" 3 }
- }
-
-
- // english name, map name, vs count, par times per gametype valid gametyes for ui
- //
- maps {
- { "City Ruins" "sidrialdm1" "3" "steve" }
- }
-
- joingametypes {
- { "All" -1 }
- { "Deathmatch" 0 }
- // { "Tournament" 1 }
- { "Team Deathmatch" 3 }
- }
-