home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 106 / RG2001 / RG2001.ISO / demos / Sam / Serious Sam Demo / Scripts / Dedicated / DemoCoop / init.ini < prev   
Encoding:
Text File  |  2001-01-24  |  821 b   |  16 lines

  1. // this adjusts initial parameters that will be used for this server
  2.  
  3. net_iPort = 25600;              // port to run on - change if you want to run more servers on one computer
  4. gam_iStartMode = 0;             // game mode (0=coop, 1=scorematch, 2=fragmatch)
  5. gam_ctMaxPlayers = 8;           // max number of players accepted
  6. gam_bWaitAllPlayers = 0;        // set this to wait for all players to join
  7. gam_iCredits = -1;              // number of credits for respawning (-1=infinite)
  8. gam_bWeaponsStay = 1;           // weapons stay on/off
  9.  
  10. gam_strSessionName = "Default Dedicated Coop";
  11. ded_strLevel = "Levels\\KarnakDemo.wld";  // level to start
  12. ded_tmTimeout = 30;     // timeout after level is finished
  13. ser_bWaitFirstPlayer = 1;   // wait until first player is joined
  14.  
  15. // difficulty changes in each round
  16.