Advertisement
Guest User

Untitled

a guest
Mar 31st, 2015
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // GENERAL
  2. set g_password ""
  3. set rconpassword ""
  4. set refereePassword ""
  5. set sv_allowDownload "1"
  6. set sv_wwwDownload "1"
  7. set sv_wwwDlDisconnected "0"
  8. set sv_wwwBaseURL ""
  9.  
  10. // MOTD
  11. set sv_hostname "" // Server name
  12. set server_motd0 "" // Message of the day
  13. set server_motd1 ""
  14. set server_motd2 ""
  15. set server_motd3 ""
  16. set server_motd4 ""
  17. set server_motd5 ""
  18.  
  19. // BANNERS
  20. set g_banners "4" // How many banners to use
  21. set g_bannerLocation "1" // 0: Center, 1: Top, 2: Chat Area, 3: Left Center
  22. set g_bannerTime "60000" // How often (in milliseconds) banners are printed
  23. set g_banner1 ""
  24. set g_banner2 ""
  25. set g_banner3 ""
  26. set g_banner4 ""
  27. set g_banner5 ""
  28.  
  29. // ETJUMP
  30. set g_adminLog "" // File name for admin command log (Only needed if set g_dailyLogs is 0)
  31. set g_banDatabase "" // File name for race database (empty value will automatically be set to "races.db")
  32. set g_blockCheatCvars "0" // Setting this to 1 will disable usage of "/com_maxfps 333" and "pmove_fixed 0" simultaneously
  33. set g_blockedMaps "" // Exclude maps from being voted (example: "goldrush radar fueldump")
  34. set g_customMapVotesFile "customvotes.json" // File name for list of maps included in random map voting (Generate example with "/rcon generatecustomvotes")
  35. set g_dailyLogs "1" // Creates daily logs in "/etjump/logs" with file names of format "mmm-dd-yyyy.log"
  36. set g_disableVoteAfterMapChange "30000" // How long (in milliseconds) to disable map voting after the map is changed
  37. set g_floodlimit "5" // How many times a client can flood before protection kicks in
  38. set g_floodprotection "1" // Limit flooding of clients sending commands to server such as "say" or "team"
  39. set g_floodwait "768" // Minimum number (in milliseconds) between two messages when set g_floodprotection is enabled
  40. set g_ghostPlayers "1" // Allows players to pass through eachother in order to not disturb other jumpers
  41. set g_goto "1" // Enable/Disable "/goto" and "/call"
  42. set g_lastVisitedMessage "Welcome back! Your last visit was on [t]." // Greeting for returning players who don't have a shrubbot greeting
  43. set g_levelConfig "levels.cfg" // File name for shrubbot levels
  44. set g_log "" // File name for server log (Only needed if set g_dailyLogs is 0)
  45. set g_logCommands "1" // Enable/Disable logging of admin commands
  46. set g_mapDatabase "" // File name for map database (empty value will automatically be set to "maps.db")
  47. set g_mapScriptDir "scripts" // Folder for map scripts
  48. set g_maxConnsPerIP "2" // How many connections allowed from the same IP before new connections are disallowed
  49. set g_motdFile "motd.json" // File name for message of the day (Generate example with "/rcon generatemotd")
  50. set g_mute "3" // 1: Muted players can't send PM, 2: Muted players can't call votes, 3: Muted players can't vote or PM
  51. set g_nameChangeInterval "60" // Time (in seconds) a player must wait after exceeding set g_nameChangeLimit threshold
  52. set g_nameChangeLimit "5" // Amount of times a player is allowed to change their name per map
  53. set g_noclip "0" // Enable/Disable "/noclip" globally
  54. set g_nofatigue "1" // Enable/Disable automatically setting client cvar "g_nofatigue 1"
  55. set g_portalDebug "0" //
  56. set g_portalMode "1" // Enable/Disable players spawning with portal guns (doesn't work on maps that disable portal guns on spawn)
  57. set g_raceDatabase "" // File name for race database (empty value will automatically be set to "races.db")
  58. set g_randomMapMode "0" // Enable/Disable automatically changing the map
  59. set g_randomMapModeInterval "30" // Time (in minutes) between automatic random map changes
  60. set g_save "1" // Enable/Disable "/save" and "/load"
  61. set g_savemsg "Saved" // Message to print to client after successful use of "/save"
  62. set g_timerunsDatabase "" // File name for race database (empty value will automatically be set to "timeruns.db")
  63. set g_voiceChatsAllowed "4" // Number of voice chats until set g_floodprotection kicks in
  64. set g_voteCooldown "15" // How much time (in seconds) until a client can call another vote
  65. set g_weapons "1" // Enable/Disable weapons
  66.  
  67. map mrmen_gamma_final
  68. set com_watchdog 15
  69. set com_watchdog_cmd "map mrmen_gamma_final"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement