capodecima

oactf

Jul 27th, 2013
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.43 KB | None | 0 0
  1. // generated by quake, do not modify
  2. seta sv_dlURL "http://forgottenwarriors.net/openarena/baseoa"
  3. seta sv_hostname "^6CTF server (Best Maps)"
  4. set sv_maxclients "20"
  5. set sv_maxRate "25000"
  6. set sv_minRate "2500"
  7. set g_motd "Welcome to CTF server located in France"
  8. set fraglimit 50
  9. set timelimit 10
  10. seta g_logSync 2
  11. seta sv_pure 1
  12. seta com_hunkmegs 32
  13. seta com_soundmegs 16
  14. sets sv_fps 20
  15. sets snaps 40
  16. seta g_synchronousClients "0" // Setting this to 1 will produce a laggy server
  17. seta sv_strictauth "0"
  18. seta sv_floodprotect "1"
  19. seta cl_shownet "0"
  20. seta g_maxNameChanges "0"
  21. seta sv_allowdownload 1
  22. seta pmove_fixed "1"// This one was set to 1 in the Grisms Config. Maybe the reason for badly railgunaiming.
  23. seta pmove_msec "8"
  24. seta pmove_float "0"
  25. seta server_customclient "10"
  26. seta team_allcaptain "1"
  27. seta match_lateJoin "1"
  28. seta g_maxvotes "0"
  29.  
  30. //== Passwords
  31. seta g_needpass "0"
  32. seta g_password ""
  33. set rconpassword "capko666"
  34.  
  35.  
  36. //Bug with this one: people connected in the server are counted by this way: total_players - private_clients.
  37. set sv_privateClients ""// slots substracted from sv_maxclients
  38. set sv_privatePassword ""
  39.  
  40. //== Unlagged - Server Options
  41. seta g_delagProjectiles "1"
  42. seta g_delagHitscan "1"
  43. seta g_delagPing "0"
  44. seta g_delag "3"
  45. seta g_antilag "1"
  46. seta g_lagLightning "0"
  47. seta g_smoothClients "1"
  48. set g_truePing "1"
  49.  
  50. //Bots Settings
  51. seta bot_challenge "4"
  52. seta bot_enable "1"
  53. seta bot_fastchat "0"
  54. seta bot_nochat "0"
  55. seta bot_grapple "1"
  56. seta bot_minplayers "1"
  57. seta g_spskill "2"
  58. seta bot_predictobstacles "1"
  59. seta bot_groundonly "0"
  60. seta bot_rocketjump "1"
  61. seta bot_saveroutingcache "1"
  62. seta bot_thinktime "0"
  63. seta bot_visualizejumppads "1"
  64.  
  65. //== Game Settings
  66. set g_gametype 4
  67. //0 - Deathmatch (Free For All, FFA or DM)
  68. //1 - Tournament (1vs1)
  69. //2 - Single Player (Deathmatch)
  70. //3 - Team Deathmatch (TDM)
  71. //4 - Capture The Flag (CTF)
  72. //5 - One Flag Capture
  73. //6 - Overload
  74. //7 - Harvester
  75. //8 - Elimination
  76. //9 - CTF Elimination
  77. //10 - Last Man Standing
  78. //11 - Double Domination
  79. //12 - Domination
  80. seta g_gravity "800"
  81. seta g_speed "320"
  82. seta g_quadfactor "3"
  83. seta g_rockets "0"// 1 - only rockets (no gauntlet)
  84. seta g_instantgib "0"// 1 - only railgun ; 2 - railgun + gauntlet
  85. seta capturelimit "5"
  86. seta g_maxGameClients "18"//set to 8 when Private
  87. seta g_doWarmup "1"
  88. seta g_warmup "10"
  89. seta g_friendlyFire "0"
  90. seta g_forcerespawn "7"
  91. seta g_inactivity "1000"
  92. seta g_teamAutoJoin "0"
  93. seta g_teamForceBalance "0"
  94. seta g_weaponrespawn "3"
  95. seta cg_deferPlayers "1"
  96. seta g_antilag "1"
  97. seta g_quadfactor 3
  98. seta g_minNameChangePeriod "0"
  99. seta g_altExcellent "1"
  100. seta g_showOanageLogo "0"
  101. seta g_respawntime "0.2"
  102.  
  103. //== Vote Settings
  104. seta g_maxvotes "1000"
  105. seta g_allowVote "1"
  106. seta g_voteNames "/map_restart/nextmap/"
  107. seta g_voteGametypes "/0/1/3/4/5/6/7/8/9/10/11/12/"// Gametype 2 is not meant for multiplayer
  108.  
  109.  
  110. //== No RCTF
  111. seta g_railjump "0"
  112. seta g_railJumpHitCycleTime "0"
  113. seta g_railJumpMissCycleTime "0"
  114. seta g_railJumpKnockback "0"
  115. seta g_railJumpRadius "0"
  116.  
  117. set m1 "map speedyctf; set nextmap vstr m2"
  118. set m2 "map pul1ctf; set nextmap vstr m3"
  119. set m3 "map mkbase; set nextmap vstr m4"
  120. set m4 "map oasago2; set nextmap vstr m5"
  121. set m5 "map am_thornish; set nextmap vstr m6"
  122. set m6 "map god_ps37ctf; set nextmap vstr m7"
  123. set m7 "map 13dream; set nextmap vstr m8"
  124. set m8 "map oan; set nextmap vstr m9"
  125. set m9 "map mctf; set nextmap vstr m1"
  126. vstr m1
Add Comment
Please, Sign In to add comment