maint(server_zm.cfg): small changes to server cfg for iw7

This commit is contained in:
Ahrimdon 2024-08-14 13:31:49 -04:00
parent 9677bbff53
commit fc45580b30

View File

@ -21,10 +21,6 @@
////////////////////////////////////////////////// //////////////////////////////////////////////////
set sv_hostname "IW7-Mod Default ZM Server" // Sets the server hostname. set sv_hostname "IW7-Mod Default ZM Server" // Sets the server hostname.
name "^1Console^7" // Currently sets the say name
set name "^1Console^7"
sv_sayName "^1Console^7"
set sv_sayName "^1Console^7"
set sv_motd "" // Sets a custom motd which is shown on the intel message loadscreen when a player joins. Leave blank for default intel messages. set sv_motd "" // Sets a custom motd which is shown on the intel message loadscreen when a player joins. Leave blank for default intel messages.
////////////////////////////////////////////////// //////////////////////////////////////////////////
@ -47,7 +43,7 @@ set sv_privateClients "0" // Maximum number of private cli
set sv_privatePassword "" // Password for reserved slots. set sv_privatePassword "" // Password for reserved slots.
set sv_voice "2" // Server voice chat configuration ( 0 = "No Chat", 1 = "Free Chat", 2 = "Team Chat" (default) ) set sv_voice "2" // Server voice chat configuration ( 0 = "No Chat", 1 = "Free Chat", 2 = "Team Chat" (default) )
set g_allowVote "1" // Toggle voting for [player kick/map restart/next map] (0 or 1 (default) ) set g_allowVote "1" // Toggle voting for [player kick/map restart/next map] (0 or 1 (default) )
set g_deadChat "0" // Toggle allowing dead players to chat with living players (0 (default) or 1) set g_deadChat "1" // Toggle allowing dead players to chat with living players (0 (default) or 1)
set g_inactivity "420" // Time in seconds before the server will kick a user for inactivity (range 0 - 10000) set g_inactivity "420" // Time in seconds before the server will kick a user for inactivity (range 0 - 10000)
set sv_kickBanTime "3600" // Time in seconds for a player temporary ban (on kick/tempban) (range 0 - 3600) set sv_kickBanTime "3600" // Time in seconds for a player temporary ban (on kick/tempban) (range 0 - 3600)
set sv_allowClientConsole "1" // Enable or Disable players ability to access server commands set sv_allowClientConsole "1" // Enable or Disable players ability to access server commands
@ -55,7 +51,7 @@ set sv_timeout "60" // Timeout time period. You will
set sv_reconnectlimit "3" // How many times you can try to reconnect set sv_reconnectlimit "3" // How many times you can try to reconnect
set sv_pure "1" // verifying cilent files set sv_pure "1" // verifying cilent files
set sv_floodProtect "1" // Chat Spam Protection set sv_floodProtect "1" // Chat Spam Protection
set sv_sayName "console" // name server-side 'say' commands show up as set sv_sayName "^1Console^7" // name server-side 'say' commands show up as
set logfile "2" // Enable loging 1-2? enable. 0 disable. Leave it on if you plan on using B3 or IW4MAdmin. set logfile "2" // Enable loging 1-2? enable. 0 disable. Leave it on if you plan on using B3 or IW4MAdmin.
set g_logSync "1" // 1 always flush games_mp.log, 0 only flush on game end. Recommended to stay on for b3 and IW4MAdmin set g_logSync "1" // 1 always flush games_mp.log, 0 only flush on game end. Recommended to stay on for b3 and IW4MAdmin
set g_log "iw7-mod/logs/games_zm.log" // Gamelog filename. If you edit this, Make sure you change B3.xml if you have bigbrotherbot. IW4MAdmin auto-detects however. set g_log "iw7-mod/logs/games_zm.log" // Gamelog filename. If you edit this, Make sure you change B3.xml if you have bigbrotherbot. IW4MAdmin auto-detects however.
@ -70,15 +66,16 @@ set scr_zombies_timelimit "0" // Duration in minutes for the g
set scr_zombies_numlives "1" // Number of lives per player 0 for unlimited. set scr_zombies_numlives "1" // Number of lives per player 0 for unlimited.
set scr_zombies_promode "0" set scr_zombies_promode "0"
////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////
// EXO ZOMBIE ROTATION LIST // // EXO ZOMBIE ROTATION LIST ///
////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////
// // // //
// Rave in woods - cp_rave // // Zombies in Spaceland - cp_zmb //
// Infection - cp_zmb // // Rave in the Redwoods - cp_rave //
// Carrier - cp_disco // // Shaolin Shuffle - cp_disco //
// Descent - cp_final // // Attack of the Radioactive - cp_town //
// - cp_town // // The Beast From Beyond - cp_final //
////////////////////////////////////////////////////////// // //
///////////////////////////////////////////////////////////
set sv_maprotation "gametype zombies map cp_zmb map cp_rave map cp_final" set sv_maprotation "gametype zombies map cp_zmb map cp_rave map cp_final"