Advertisement
capodecima

coop-requiem

Apr 27th, 2013
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.81 KB | None | 0 0
  1. // --- Network/Broadcast/Administrative Settings ---
  2.  
  3. set join_password ""
  4. set rcon_password ""
  5. set sv_email "capko@seznamcz"
  6. set sv_hostname "[Forgotten Warriors] COOP #2 REQUIEM"
  7. set sv_motd "Welcome to paradise! If you have any questions, please feel free to ask me. admin: capo contact: irc://irc.quakenet.org/odamex"
  8. set sv_waddownload "1"
  9. set sv_waddownloadcap "800"
  10. set log_fulltimestamps 1
  11. set sv_flooddelay 0.25
  12. set sv_globalspectatorchat 1
  13. set sv_website "http://www.forgotten-warriors.net/wads/"
  14. set waddirs ""
  15. set sv_usemasters 1
  16. addmaster master1.odamex.net:15000
  17. addmaster master2.odamex.net:15000
  18.  
  19. // Netcode Settings
  20. set sv_unlag 1
  21. set sv_ticbuffer 1
  22.  
  23. // --- General Game Conditions ---
  24.  
  25. set sv_allowcheats "0"
  26. set sv_allowexit "1"
  27. set sv_emptyfreeze "0"
  28. set sv_emptyreset "1"
  29. set sv_fraglimit "0"
  30. set sv_gametype "0"
  31. set sv_intermissionlimit "20"
  32. set sv_maxclients "16"
  33. set sv_maxplayers "8"
  34. set sv_scorelimit "0"
  35. set sv_shufflemaplist "0"
  36. set sv_skill "4"
  37. set sv_timelimit "0"
  38.  
  39.  
  40. // --- General Gameplay ---
  41.  
  42. set sv_allowjump "0"
  43. set sv_doubleammo "0"
  44. set sv_forcerespawn "0"
  45. set sv_forcerespawntime "30"
  46. set sv_fragexitswitch "0"
  47. set sv_freelook "1"
  48. set sv_infiniteammo "0"
  49. set sv_itemsrespawn "1"
  50. set sv_itemrespawntime "30"
  51. set sv_maxcorpses "200"
  52. set sv_unblockplayers "1"
  53. set sv_weapondamage "1.0"
  54. set sv_weaponstay "1"
  55.  
  56.  
  57. // --- Single Player/Coop ---
  58.  
  59. set sv_fastmonsters "0"
  60. set sv_keepkeys "0"
  61. set sv_loopepisode "0"
  62. set sv_monsterdamage "1.0"
  63. set sv_monstershealth "1.0"
  64. set sv_monstersrespawn "0"
  65. set sv_nomonsters "0"
  66.  
  67. // --- Team Game Specific Variables ---
  68.  
  69. set ctf_flagathometoscore "1"
  70. set ctf_flagtimeout "10"
  71. set ctf_manualreturn "0"
  72. set sv_friendlyfire "0"
  73. set sv_teamsinplay "2"
  74. set sv_teamspawns "1"
  75.  
  76.  
  77. // --- Compatibility Related Options---
  78.  
  79. set co_allowdropoff "1"
  80. set co_boomlinecheck "1"
  81. set co_blockmapfix "1"
  82. set co_fixweaponimpacts "1"
  83. set co_level8soundfeature "0"
  84. set co_nosilentspawns "1"
  85. set co_realactorheight "1"
  86. set co_zdoomphys "0"
  87. set co_zdoomsoundcurve "0"
  88. set co_zdoomspawndelay "0"
  89. set co_zdoomswitches "1"
  90. set sv_aircontrol "0.00390625"
  91. set sv_forcewater "0"
  92. set sv_gravity "800"
  93. set sv_splashfactor "1"
  94.  
  95.  
  96. // --- Forcing Client Options ---
  97.  
  98. set sv_allowmovebob "1"
  99. set sv_allowpwo "1"
  100. set sv_allowredscreen "1"
  101. set sv_allowtargetnames "1"
  102. set sv_allowwidescreen "1"
  103. set sv_globalspectatorchat "1"
  104.  
  105.  
  106.  
  107. // --- Vote Settings ---
  108.  
  109. set sv_callvote_coinflip "1"
  110. set sv_callvote_forcespec "1"
  111. set sv_callvote_forcestart "0"
  112. set sv_callvote_fraglimit "0"
  113. set sv_callvote_kick "1"
  114. set sv_callvote_map "1"
  115. set sv_callvote_nextmap "1"
  116. set sv_callvote_randcaps "0"
  117. set sv_callvote_randmap "0"
  118. set sv_callvote_randpickup "0"
  119. set sv_callvote_restart "1"
  120. set sv_callvote_scorelimit "0"
  121. set sv_callvote_timelimit "0"
  122. set sv_vote_speccall "1"
  123. set sv_vote_specvote "1"
  124. set sv_vote_timeout "30"
  125. set sv_vote_timelimit "30"
  126. set sv_vote_majority "0.5"
  127. set sv_vote_countabs "1"
  128.  
  129. // --- Warmup Mode ---
  130. set sv_warmup "0"
  131. set sv_warmup_autostart "1.0"
  132. set sv_warmup_countdown "5"
  133.  
  134.  
  135. // --- Other Misc. Variables ---
  136.  
  137. set spectate_password ""
  138. set sv_antiwallhack "0"
  139. set sv_endmapscript ""
  140. set sv_speedhackfix "0"
  141. set sv_startmapscript ""
  142.  
  143.  
  144. // --- Aliases ---
  145.  
  146. alias "?" "help"
  147. alias "changemap" "map"
  148. alias "idclev" "map"
  149.  
  150. //Maplist
  151. addmap map01 doom2.wad requiem.wad
  152. addmap map02
  153. addmap map03
  154. addmap map04
  155. addmap map05
  156. addmap map06
  157. addmap map07
  158. addmap map08
  159. addmap map09
  160. addmap map10
  161. addmap map11
  162. addmap map12
  163. addmap map13
  164. addmap map14
  165. addmap map15
  166. addmap map16
  167. addmap map17
  168. addmap map18
  169. addmap map19
  170. addmap map20
  171. addmap map21
  172. addmap map22
  173. addmap map23
  174. addmap map24
  175. addmap map25
  176. addmap map26
  177. addmap map27
  178. addmap map28
  179. addmap map29
  180. addmap map30
  181. addmap map31
  182. addmap map32
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement