home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 87 / CDMM87_1.ISO / Sidrial / data1.cab / Program_Files / sidrial0.pk3 / gameinfo.txt < prev    next >
Encoding:
Text File  |  2002-01-09  |  624 b   |  30 lines

  1. // Game type info
  2. //
  3. // description, g_gametype enum
  4. //
  5. // 0 - GT_FFA,            // free for all
  6. // 1 - GT_SINGLE_PLAYER,    // single player
  7. // 3 - GT_TOURNAMENT,        // one on one tournament
  8. // 4 - GT_TEAM,            // team deathmatch
  9. // 5 - GT_CTF,            // capture the flag
  10.  
  11. gametypes {
  12.   { "Deathmatch" 0 }
  13. //  { "Tournament" 1 }
  14.   { "Team Deathmatch" 3 }
  15. }
  16.  
  17.  
  18. // english name, map name, vs count, par times per gametype valid gametyes for ui
  19. // 
  20. maps {
  21.   { "City Ruins" "sidrialdm1" "3" "steve" }
  22. }                                          
  23.  
  24. joingametypes {
  25.   { "All" -1 }
  26.   { "Deathmatch" 0 }
  27. //  { "Tournament" 1 }
  28.   { "Team Deathmatch" 3 }
  29. }
  30.