Advertisement
Guest User

Untitled

a guest
Mar 29th, 2020
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.24 KB | None | 0 0
  1. g_adminLog
  2. Name values default
  3. g_adminLog filename adminsystem.log
  4.  
  5. Logs admin commands in a separate log if g_log is set.
  6. g_banDatabase
  7. Name values default
  8. g_banDatabase filename bans.dat
  9.  
  10. File where bans are stored. Filename is currently hardcoded into mod and cannot be changed.
  11. g_bannerN
  12. Name values default
  13. g_bannerN any text
  14.  
  15. Where N is a number from 1 to 5. Text to print out in a banner.
  16. g_bannerLocation
  17. Name values default
  18. g_bannerLocation 0 - 3 1
  19.  
  20. Sets the location where banners are printed.
  21.  
  22. 0 for center print,
  23. 1 for top print,
  24. 2 for chat print,
  25. 3 for left print.
  26.  
  27. g_bannerTime
  28. Name values default
  29. g_bannerTime any integer 60000
  30.  
  31. How often in milliseconds to print banners.
  32. g_banners
  33. Name values default
  34. g_banners 0 or 1 0
  35.  
  36. Toggles banners.
  37. g_blockCheatCvars
  38. Name values default
  39. g_blockCheatCvars 0 or 1 0
  40.  
  41. Toggles whether to block cvars that could be considered cheating such:
  42.  
  43. m_pitch (-0.01 <= x <= 0.01)
  44. cl_yawspeed (not 0)
  45. cl_freelook (0)
  46. pmove_Fixed (0) while having
  47. com_maxFPS (25 < x or x > 125)
  48.  
  49. g_blockedMaps
  50. Name values default
  51. g_blockedMaps map names
  52.  
  53. A list of maps that cannot be voted for. Names are separated by space. Use .bsp names.
  54. g_chatOptions
  55. Name values default
  56. g_chatOptions 0 or 1 1
  57.  
  58. Allow players to highlight other players in chat using @name@.
  59. g_customMapVotesFile
  60. Name values default
  61. g_customMapVotesFile filename customvotes.json
  62.  
  63. Filename for the custom map votes file.
  64. g_customVoiceChat
  65. Name values default
  66. g_customVoiceChat 0 or 1 1
  67.  
  68. Enables custom text for voice chats.
  69. g_dailyLogs
  70. Name values default
  71. g_dailyLogs 0 or 1 1
  72.  
  73. Whether to log everything in a single file or change the file daily.
  74. g_debugTimeruns
  75. Name values default
  76. g_debugTimeruns 0 or 1 0
  77.  
  78. Toggles timerun debugging. When enabled, allows players to use cheats during timeruns, but records are not saved.
  79. g_debugTrackers
  80. Name values default
  81. g_debugTrackers 0 or 1 0
  82.  
  83. Toggles tracker debugging. When enabled, all tracker changes are printed to players. Additionally, players gain access to following commands:
  84.  
  85. tracker_print [index1|all] [index2] [index3]... prints tracker values on specified or all indices. If index isn't specified, defaults to index 1.
  86. tracker_set [index|all] [value] sets tracker on specified index to specified value. If index is not specified, defaults to index 1.
  87.  
  88. Timerun records are not saved when tracker debugging is enabled.
  89. g_disableVoteAfterMapChange
  90. Name values default
  91. g_disableVoteAfterMapChange any integer 30000
  92.  
  93. How long players must wait to vote again in milliseconds after map changes.
  94. g_floodlimit
  95. Name values default
  96. g_floodlimit any integer 5
  97.  
  98. How many times can player send a message fast before flood protection kicks in.
  99. g_floodprotection
  100. Name values default
  101. g_floodprotection 0 or 1 1
  102.  
  103. Toggles flood protection.
  104. g_floodwait
  105. Name values default
  106. g_floodwait any integer 768
  107.  
  108. Time in milliseconds to allow player to send messages again.
  109. g_ghostPlayers
  110. Name values default
  111. g_ghostPlayers 0 or 1 1
  112.  
  113. Toggles whether players can go through each other.
  114. g_goto
  115. Name values default
  116. g_goto 0 or 1 1
  117.  
  118. Toggles goto.
  119. g_lastVisitedMessage
  120. Name values default
  121. g_lastVisitedMessage any text ^2Welcome back! Your last visit was on [t].
  122.  
  123. Message that prints to returning players.
  124. g_levelConfig
  125. Name values default
  126. g_levelConfig filename levels.cfg
  127.  
  128. File to store levels in.
  129. g_mapDatabase
  130. Name values default
  131. g_mapDatabase filename maps.dat
  132.  
  133. File where information about maps is stored (eg. playtime).
  134. g_mapScriptDir
  135. Name values default
  136. g_mapScriptDir directory name scripts
  137.  
  138. Directory to load custom map scripts from.
  139. g_maxConnsPerIP
  140. Name values default
  141. g_maxConnsPerIP any integer 2
  142.  
  143. How many clients can connect from a single IP address.
  144. g_motdFile
  145. Name values default
  146. g_motdFile filename motd.json
  147.  
  148. File that has the message of the day.
  149. g_moverScale
  150. Name values default
  151. g_moverScale 0.1 - 5.0 1.0
  152.  
  153. Scales movement speed of vehicles. Can be also accessed with !moverscale admin command.
  154. g_mute
  155. Name values default
  156. g_mute 0 - 3 0
  157.  
  158. Mute behaviour.
  159.  
  160. 0 default behaviour.
  161. 1 disable private messages.
  162. 2 disable callvote.
  163. 3 disable both.
  164.  
  165. g_nameChangeInterval
  166. Name values default
  167. g_nameChangeInterval any integer 60
  168.  
  169. How often in seconds is the name change limit reseted.
  170. g_nameChangeLimit
  171. Name values default
  172. g_nameChangeLimit any integer 5
  173.  
  174. How many times user can change name.
  175. g_noclip
  176. Name values default
  177. g_noclip 0 or 1 0
  178.  
  179. Toggles noclip for players.
  180. g_nofatigue
  181. Name values default
  182. g_nofatigue 0 or 1 1
  183.  
  184. Toggles nofatigue for players.
  185. g_portalDebug
  186. Name values default
  187. g_portalDebug 0 or 1 0
  188.  
  189. Toggles drawing of portal activation box.
  190. g_portalMode
  191. Name values default
  192. g_portalMode 0 or 1 1
  193.  
  194. Toggles restricted portal gun mode.
  195.  
  196. 0 to give portal gun to players on spawn.
  197. 1 to disable.
  198.  
  199. g_raceDatabase
  200. Name values default
  201. g_raceDatabase filename races.db
  202.  
  203. File where information about races is stored in. Filename is currently hardcoded into mod and cannot be changed.
  204. g_save
  205. Name values default
  206. g_save 0 or 1 1
  207.  
  208. Toggles save and load.
  209. g_savemsg
  210. Name values default
  211. g_savemsg any text "^7Saved"
  212.  
  213. What to print when player saves a position.
  214. g_timerunsDatabase
  215. Name values default
  216. g_timerunsDatabase filename timeruns.db
  217.  
  218. File to store timeruns data in.
  219. g_tokensMode
  220. Name values default
  221. g_tokensMode 0 or 1 1
  222.  
  223. Enables players to use !tokens command to add collectible tokens into a map.
  224. g_tokensPath
  225. Name values default
  226. g_tokensPath directory name tokens
  227.  
  228. Directory where tokens information is stored.
  229. g_userConfig
  230. Name values default
  231. g_userConfig filename users.db
  232.  
  233. File to store user data in.
  234. g_voteCooldown
  235. Name values default
  236. g_voteCooldown any integer 15
  237.  
  238. How long must a player wait to call another vote.
  239. g_weapons
  240. Name values default
  241. g_weapons 0 or 1 1
  242.  
  243. Toggles whether players spawn with weapons or just knife.
  244. vote_minVoteDuration
  245. Name values default
  246. vote_minVoteDuration any integer 5000
  247.  
  248. Minimum time in milliseconds a vote must active before passing.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement