Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

otdm config
Wednesday, February 27th, 2008 at 3:19:02pm MST 

  1. set logfile_name "log_opentdm.log"
  2. // Name of the console logfile. Default qconsole.log.
  3.  
  4. set logfile_timestamp "1"
  5. // Add timestamp to log file entries. Default 1.
  6.  
  7. set logfile "1"
  8. // logfile 1 - buffered, overwrite
  9. // logfile 2 - unbuffered, overwrite
  10. // logfile 3 - buffered, append
  11. // logfile 4 - unbuffered, append
  12.  
  13.  
  14. set developer "0"
  15.  
  16. set ip              ""  // server ip
  17. set port            ""  // server port
  18. set hostname            ""      // server hostname
  19.  
  20. set deathmatch          "1"
  21. set maxclients          "16"
  22.  
  23. set cheats          "0"
  24.  
  25. set password            ""      // use sv_password instead
  26. set rcon_password ""    // rcon password
  27.  
  28. set g_admin_password        ""
  29. // Sets admin password for the server.
  30.  
  31. ////////////////
  32. // game settings
  33. ////////////////
  34.  
  35. set g_gamemode          "0"
  36. // 0 - team deathmatch
  37. // 1 - insta team deathmatch
  38. // 2 - duel
  39.  
  40. set g_match_time        "1200"    // 20 mins
  41. // Sets matchtime in seconds.
  42.  
  43. set g_match_countdown   "15"
  44. // Sets match countdown in seconds.
  45.  
  46. set g_fast_weap_switch      "0"
  47. // 0 - normal weapon switch
  48. // 1 - fast weapon switch
  49. // 2 - instant weapon switch
  50. // 3 - insane weapon switch
  51. // 4 - extreme weapon switch
  52.  
  53. set g_overtime          "60"    // 1 min
  54. // Sets overtime in seconds if g_tie_mode is set to 1.
  55.  
  56. set g_tie_mode          "1"
  57. // 0 - tie
  58. // 1 - overtime
  59. // 2 - sudden death
  60.  
  61. set g_teleporter_nofreeze   "0"
  62. // 0 - original q2 behavior
  63. // 1 - no-freeze teleport
  64.  
  65. ////////     
  66. // flags
  67. ////////
  68.  
  69. set g_tdmflags  "1040"
  70. set g_itdmflags "142427"
  71. set g_1v1flags  "1040"
  72. // 1     No Health.
  73. // 2     No Powerups.
  74. // 4     Weapons Stay.
  75. // 8     No Falling Damage.
  76. // 16    Instant Powerups.
  77. // 32    Same Map.
  78. // 64    Teams by Skin.
  79. // 128   Teams by Model.
  80. // 256   No Friendly Fire.
  81. // 512   Spawn Farthest.
  82. // 1024  Force Respawn.
  83. // 2048  No Armor.
  84. // 4096  Allow Exit.
  85. // 8192  Infinite Ammo.
  86. // 16384 Quad Drop.
  87. // 32768 Fixed FOV.
  88.  
  89. set g_itemflags "0"
  90. // 2    shotgun
  91. // 4    super shotgun
  92. // 8    machinegun
  93. // 16   chaingun
  94. // 32   grenades
  95. // 64   grenade launcher
  96. // 128  rocket launcher
  97. // 256  railgun
  98. // 512  bfg10k
  99. // 1024 hyperblaster
  100.  
  101. set g_powerupflags  "0"
  102. // 2   Quad
  103. // 4   Invul
  104. // 8   Powershield
  105. // 16  Powerscreen
  106. // 32  Silencer
  107. // 64  Rebreather
  108. // 128 Envirosuit
  109.  
  110. ////////////////   
  111. // team settings
  112. ////////////////
  113.  
  114. set g_team_a_skin       "female/athena"
  115. // Sets default teamskin for team a.
  116.  
  117. set g_team_b_skin       "male/grunt"
  118. // Sets default teamskin for team b.
  119.  
  120. set g_locked_skins      "1"
  121. // 0 - players can change teamskins
  122. // 1 - teams use default teamskins
  123.  
  124. set g_team_a_name       "Team A"
  125. // Sets default teamname for team a.
  126.  
  127. set g_team_b_name       "Team B"
  128. // Sets default teamname for team b.
  129.  
  130. set g_locked_names  "0"
  131. // 0 - players can change teamnames
  132. // 1 - teams use default teamnames
  133.  
  134. ///////
  135. // misc
  136. ///////
  137.  
  138. set g_intermission_time "5"
  139. // Sets the time for intermission (showing the scoreboard after the match).
  140.  
  141. set g_tdm_allow_pick        "1"
  142. // 0 - disable command pick for picking the player into the team (with zero, pick serves as invite)
  143. // 1 - enable direct picking the player into the team (player doesn't have to confirm with accept)
  144.  
  145. set g_vote_time "60"
  146. // Sets the time for how long the vote is active in seconds.
  147.  
  148. set g_chat_mode         "1"
  149. // 0 - everyone is able to talk during the match
  150. // 1 - only players are allowed to talk during the match, spectators can talk only to each other
  151. // 2 - only players are allowed to talk, spectators cannot talk at all
  152.  
  153. set g_max_timeout   "300"
  154. // Sets the length of timeout in secons. Zero disables the timeouts.
  155.  
  156. set g_1v1_timeout   "150"
  157. // Sets the time in seconds the mod is waiting for a player to reconnect to the server in 1v1 mode. Zero disables the wait timeout.
  158.  
  159. set g_respawn_time  "3"
  160. // Sets the time in seconds when the player is spawned automatically.
  161.  
  162. set g_idle_time "180"
  163. // Sets the time in seconds after which a player is considered as inactive and removed from the team.
  164.  
  165. //////////////
  166. // taunt flood
  167. //////////////
  168.  
  169. set flood_waves "10"
  170. // Sets the number of taunts that a client has to do in order to be considered a flood.
  171.  
  172. set flood_waves_perminute   "10"
  173. // Sets the number in minutes in which the taunts are done in order to be considered a flood.
  174.  
  175. set flood_waves_waitdelay   "20"
  176. // Sets the time in minutes that a client will not be able to do any taunts because of the flood.
  177.  
  178. ///////
  179. // http
  180. ///////
  181.  
  182. set g_http_enabled  "1"
  183. // Enables http support for webconfigs, webstats.
  184.  
  185. set g_http_bind ""
  186. // Binds http to defined ip.
  187.  
  188. set g_http_proxy    ""
  189. // Sets a proxy server.
  190.  
  191. set g_http_baseurl "http://www.opentdm.net/api/"
  192. // Sets the url.
  193.  
  194. set log_stats           "0" // Toggle the logging of map statistics
  195.  
  196. map q2dm1         

advertising

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

fantasy-obligation