lgsm-default.cfg 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. // *********** SERVER & PASSWORD INFO ***************
  2. // Change it to 1 if you want a LAN only Server
  3. // NOTE: You must do "changelevel [levelname]" AFTER starting the server for
  4. // a lan-only server to begin broadcasting
  5. sv_lan 0
  6. // Change the number to the region you live in!
  7. // 0=US East coast, 1=US West coast, 2= South America, 3=Europe, 4=Asia, 5=Australia, 6=Middle East, 7=Africa and 255=world
  8. sv_region 0
  9. // Give your server a name here
  10. hostname "<hostname>"
  11. // Rcon password is used to give your server orders by using console, so think of a good password
  12. rcon_password "<rconpassword>"
  13. // If you want your server to be private, fill in a password and delete the // in front of sv_password
  14. // sv_password "mi6"
  15. // All talk allows clients to talk to each other via voice even if they are dead,
  16. // spectating, or on the other team
  17. sv_alltalk 1
  18. // *********** GOLDENEYE: SOURCE SPECIFIC *********
  19. // Radar will show on clients if enabled. Some gameplay scenarios
  20. // force the radar to be visible
  21. ge_allowradar 1
  22. ge_radar_showenemyteam 1
  23. // Paintball mode (for fun!)
  24. ge_paintball 0
  25. // Teamplay can be overriden by the current gameplay, but
  26. // this sets our "desired" teamplay state
  27. ge_teamplay 0
  28. // *********** GAME SETTINGS, YOU CAN CHANGE THESE THE WAY YOU LIKE IT ***************
  29. // Allow the use of a flashlight (discouraged for GE:S)
  30. mp_flashlight 0
  31. // Disable footstep sounds by uncommenting below
  32. // mp_footsteps 0
  33. // 1 enables falling damage, 0 disables it
  34. mp_falldamage 1
  35. // Map/match time, in minutes
  36. mp_timelimit 15
  37. // Round time, in seconds
  38. ge_roundtime 300
  39. // 1 = Forces the engine to use light physics for better server preformance
  40. sv_turbophysics 0
  41. // Server round, map, and delay times are defined in Valve.rc
  42. // If you want these times to be reset every map change copy them
  43. // to this file instead (Valve.rc is only executed once on server start)
  44. // **********************************************************
  45. // *********** Load Specific Server Type Settings ***********
  46. // **********************************************************
  47. // Uncomment ONE server type to load. This takes care of all settings, map cycles, and gameplay types
  48. //-- Normal server, recommended settings
  49. exec server_normal.cfg
  50. //-- N64 Classic Mode ( DM|YOLT|MWGG|LD|LTK, NO Jump )
  51. // **Use with -maxplayers 4
  52. //exec server_n64_classic.cfg
  53. //-- For server with > 24 players
  54. //exec server_large.cfg
  55. //-- For servers with < 10 players
  56. //exec server_small.cfg
  57. //-- Vanilla DM only w/ auto teamplay
  58. // **Should be used in conjunction with one of the sizes above
  59. //exec server_dm_only.cfg
  60. //-- Advanced game modes (LALD, LD, CTK) only
  61. // **Should be used in conjunction with one of the sizes above
  62. //exec server_adv_gamemode.cfg
  63. //-- Teamplay only! (No MWGG or LALD)
  64. // **Should be used in conjunction with one of the sizes above
  65. //exec server_teamplay.cfg
  66. //-- Tournament Use Only (Tournament DM)
  67. // **Should be used ALONE only!
  68. //exec server_tournament.cfg
  69. // Load network settings
  70. exec server_netvalues
  71. // *********** server logging ***********
  72. log on
  73. sv_logbans 0
  74. sv_logecho 0
  75. sv_logfile 1
  76. sv_log_onefile 0
  77. // *********** DOWNLOAD ***********
  78. // Allow clients to download files
  79. sv_allowdownload 1
  80. // Allow clients to upload customizations files
  81. sv_allowupload 1
  82. // VOICE enabled, if you want VOICE disabled then change 1 to 0
  83. sv_voiceenable 1
  84. // *********** CHEATS ***********
  85. // Enables the use of cheats. ex. "impulse 101" "noclip"
  86. sv_cheats 0
  87. // disable clients' ability to pause the server
  88. sv_pausable 0