Advertisement
capodecima

iol-france

Sep 12th, 2013
367
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. seta sv_hostname " ^7-^1IOL^8@France"
  2. seta sv_maxclients "32"
  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://www.forgotten-warriors.net/openarena/" // Path of a web space that contains pk3 files that clients can get with fast downloading.
  7. seta g_password ""
  8. sets .Location "France"
  9. seta net_ip "213.251.187.55"
  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 "capko666" // 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 intoaleague.com"
  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. //== Vote Settings
  50. seta g_maxvotes "1000"
  51. seta g_allowVote "1"
  52. seta g_voteNames "/map/map_restart/nextmap/kick/"
  53. seta g_voteMaps "*"
  54.  
  55. seta sv_floodProtect "0"
  56. seta videoflags 0
  57. #Rotation
  58. set d1 "map oasago2; set nextmap vstr d2"
  59. set d2 "map q3dm1ctf; set nextmap vstr d3"
  60. set d3 "map repctf11; set nextmap vstr d4"
  61. set d4 "map god_ps37ctf; set nextmap vstr d5"
  62. set d5 "map mkbase; set nextmap vstr d6"
  63. set d6 "map q3wpak4; set nextmap vstr d7"
  64. set d7 "map speedyctf; set nextmap vstr d1"
  65. #ende rotation
  66.  
  67. vstr d1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement