Advertisement
capodecima

CTF

May 13th, 2012
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. set log_fulltimestamps "0"
  2. set join_password ""
  3. set rcon_password ""
  4. set sv_email "email@domain.com"
  5. set sv_hostname "Untitled Odamex Server"
  6. set sv_maxrate "200"
  7. set sv_motd "Welcome to Odamex"
  8. set sv_natport "0"
  9. set sv_networkcompression "1"
  10. set sv_ticbuffer "1"
  11. set sv_upnp "1"
  12. set sv_upnp_description ""
  13. set sv_upnp_discovertimeout "2000"
  14. set sv_waddownload "1"
  15. set sv_waddownloadcap "200"
  16. set sv_website "http://odamex.net/"
  17. set waddirs ""
  18.  
  19. // --- General Game Conditions ---
  20.  
  21. set sv_allowcheats "0"
  22. set sv_allowexit "0"
  23. set sv_emptyfreeze "0"
  24. set sv_emptyreset "1"
  25. set sv_fraglimit "0"
  26. set sv_gametype "3"
  27. set sv_intermissionlimit "20"
  28. set sv_maxclients "32"
  29. set sv_maxplayers "8"
  30. set sv_scorelimit "5"
  31. set sv_shufflemaplist "0"
  32. set sv_skill "5"
  33. set sv_timelimit "10"
  34.  
  35.  
  36. // --- General Gameplay ---
  37.  
  38. set sv_allowjump "1"
  39. set sv_doubleammo "0"
  40. set sv_forcerespawn "0"
  41. set sv_forcerespawntime "30"
  42. set sv_fragexitswitch "0"
  43. set sv_freelook "1"
  44. set sv_infiniteammo "0"
  45. set sv_itemsrespawn "1"
  46. set sv_itemrespawntime "30"
  47. set sv_maxcorpses "200"
  48. set sv_unblockplayers "0"
  49. set sv_weaponstay "1"
  50.  
  51.  
  52. // --- Single Player/Coop ---
  53.  
  54. set sv_fastmonsters "0"
  55. set sv_loopepisode "0"
  56. set sv_monstersrespawn "0"
  57. set sv_nomonsters "1"
  58.  
  59. // --- Team Game Specific Variables ---
  60.  
  61. set ctf_flagathometoscore "1"
  62. set ctf_flagtimeout "10"
  63. set ctf_manualreturn "0"
  64. set sv_friendlyfire "0"
  65. set sv_teamsinplay "2"
  66. set sv_teamspawns "1"
  67.  
  68.  
  69. // --- Compatibility Related Options---
  70.  
  71. set co_allowdropoff "1"
  72. set co_boomlinecheck "1"
  73. set co_fixweaponimpacts "1"
  74. set co_level8soundfeature "0"
  75. set co_nosilentspawns "1"
  76. set co_realactorheight "1"
  77. set co_zdoomphys "1"
  78. set co_zdoomsoundcurve "1"
  79. set co_zdoomswitches "1"
  80. set sv_aircontrol "0.00390625"
  81. set sv_forcewater "0"
  82. set sv_gravity "800"
  83. set sv_splashfactor ".82"
  84.  
  85.  
  86. // --- Forcing Client Options ---
  87.  
  88. set sv_allowmovebob "1"
  89. set sv_allowpwo "1"
  90. set sv_allowredscreen "1"
  91. set sv_allowtargetnames "1"
  92. set sv_flooddelay "0"
  93. set sv_globalspectatorchat "1"
  94. set sv_unlag "1"
  95.  
  96.  
  97. // --- Vote Settings ---
  98.  
  99. set sv_callvote_coinflip "1"
  100. set sv_callvote_forcespec "1"
  101. set sv_callvote_fraglimit "1"
  102. set sv_callvote_kick "1"
  103. set sv_callvote_map "1"
  104. set sv_callvote_nextmap "1"
  105. set sv_callvote_randcaps "1"
  106. set sv_callvote_randmap "1"
  107. set sv_callvote_randpickup "1"
  108. set sv_callvote_restart "1"
  109. set sv_callvote_scorelimit "1"
  110. set sv_callvote_timelimit "1"
  111. set sv_vote_timeout "30"
  112. set sv_vote_timelimit "30"
  113. set sv_vote_majority "0.5"
  114.  
  115.  
  116. // --- Other Misc. Variables ---
  117.  
  118. set spectate_password ""
  119. set sv_antiwallhack "0"
  120. set sv_endmapscript ""
  121. set sv_speedhackfix "0"
  122. set sv_startmapscript ""
  123.  
  124.  
  125. // --- Aliases ---
  126.  
  127. alias "?" "help"
  128. alias "changemap" "map"
  129. alias "idclev" "map"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement