Advertisement
capodecima

iol-config

Sep 12th, 2013
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. seta sv_hostname " ^7-^1IOL^7@openmafia-"
  2. seta sv_maxclients "24"
  3. seta g_maxGameClients "6"
  4. seta sv_pure 1 // If enabled, prevents clients from loading pk3 files that are not present on the server to guarantee compatibility. This should ALWAYS be 1.
  5. seta sv_allowdownload 1 // allow clients to automatically download from your server additional files that they may need to play on it
  6. seta sv_dlURL "http://144.76.100.87/~openarena/openarena" // Path of a web space that contains pk3 files that clients can get with fast downloading.
  7. seta g_password "iol2013"
  8. sets .Location "Germany"
  9. seta net_ip "144.76.100.87"
  10. seta com_hunkMegs "256"
  11. seta com_zoneMegs "100"
  12. seta com_soundMegs "100"
  13. seta g_admin "admin.dat"
  14. seta g_adminLog "admin.log"
  15. seta g_adminParseSay "1"
  16. seta g_adminNameProtect "1"
  17. seta g_adminTempBan "20m"
  18. seta g_adminMaxBan "4w"
  19. seta g_maxWarnings "3"
  20. seta g_warningExpire "28800"
  21. seta rconPassword "xxx" // for remote ingame servercontrol: comment this line if you don't want to remote control your server. If you enable this, remember to customize the password!
  22. seta g_warmup 10 // Sets the time of the warmup at the beginning of the match.
  23. seta g_dowarmup 1 // Enables (1) or disables (0) the warmup time at the beginning of the match. Default is 0.
  24. seta bot_minplayers "0"
  25. seta bot_enable "1"
  26. seta g_motd "IOL 2013"
  27. seta g_inactivity 6000
  28. seta g_forcerespawn 0
  29. //gametypes
  30. // 0 = Free For All
  31. // 1 = Tourney
  32. // 3 = Team Deathmatch
  33. // 4 = Capture The Flag
  34. // 5 = One Flag Capture
  35. // 6 = Overload (Obelisk)
  36. // 7 = Harvester
  37. // 8 = Elimination
  38. // 9 = CTF Elimination
  39. // 10 = Last Man Standing
  40. // 11 = Double Domination
  41. // 12 = Domination
  42. seta g_gametype 4
  43. seta capturelimit "5"
  44. seta timelimit "15"
  45. seta g_weaponrespawn "1"
  46. seta g_delaghitscan "1"
  47. seta g_lagLightning "0"
  48.  
  49. seta sv_floodProtect "0"
  50. seta videoflags 0
  51. #Rotation
  52. set d1 "map oasago2; set nextmap vstr d1"
  53. set d2 "map pul1ctf; set nextmap vstr d3"
  54. set d3 "map ps37ctf; set nextmap vstr d4"
  55. set d4 "map 13camp; set nextmap vstr d5"
  56. set d5 "map reptctf11; set nextmap vstr d6"
  57. set d6 "map 13vast; set nextmap vstr d7"
  58. set d7 "map speedyctf; set nextmap vstr d8"
  59. set d8 "map mkbase; set nextmap vstr d9"
  60. set d9 "map q3wcp22; set nextmap vstr d1"
  61. #ende rotation
  62.  
  63. vstr d1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement