Silent Server Config: Difference between revisions

From MyGamingTalk
Jump to navigation Jump to search
No edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<div>// silEnT mod - Sample server.cfg file
= silEnT Mod Example Server Config =
<div>// If you need help contact us on forums. http://mygamingtalk.com/
 
<p></p>
<pre>
<div>// Generic server cvars //
// silEnT mod - Sample server.cfg file
<p></p>
// If you need help contact us on forums. http://mygamingtalk.com/
<div>//set dedicated 2
 
<div>//set net_ip "localhost"
//
<div>//set net_port 27960
// Generic server cvars //
<p></p>
 
<div>set sv_hostname "ETHost"
//set dedicated 2
<div>set server_motd0 " ^NsilEnT ^7MOTD "
//set net_ip "localhost"
<div>set server_motd1 ""
//set net_port 27960
<div>set server_motd2 ""
 
<div>set server_motd3 ""
set sv_hostname "ETHost"
<div>set server_motd4 ""
set server_motd0 " ^NsilEnT ^7MOTD "
<div>set server_motd5 ""
set server_motd1 ""
<p></p>
set server_motd2 ""
<div>set sv_maxclients ""
set server_motd3 ""
<div>set g_password ""
set server_motd4 ""
<div>set sv_privateclients 0
set server_motd5 ""
<div>set sv_privatepassword ""
 
<div>set sv_fullmsg "Server is full."
set sv_maxclients "20" // Number of players including private slots
<p></p>
set g_password "" // Password required to connect (g_needpass must be 1)
<div>set rconpassword ""
set g_needpass 0 // Require password to join server
<div>set refereePassword ""
set sv_privateclients 0 // Number of private slots
<p></p>
set sv_privatepassword "" // Password to access private slots
<div>set sv_maxRate 45000
set sv_fullmsg "Server is full."
<div>set sv_dl_maxRate 42000
 
<div>set sv_allowDownload 1
set rconpassword ""
<div>set sv_wwwDownload 1
set refereePassword ""
<div>set sv_wwwDlDisconnected 1
 
<div>set sv_wwwBaseURL ""
set sv_maxRate 50000
<div>set sv_wwwFallbackURL ""
set sv_dl_maxRate 50000
<p></p>
set sv_allowDownload 1
<div>set sv_pure 1
//
<div>set sv_minping 0
// Uncomment below once you have the www downloads set
<div>set sv_maxping 0
//set sv_wwwDownload 1
<p></p>
//set sv_wwwDlDisconnected 1
<div>// silEnT mod supported cvars
//set sv_wwwBaseURL "" // This is the URL where players are directed while running the game
<p></p>
//set sv_wwwFallbackURL "" // This is the URL where players are directed to download using external internet browser
<div>set g_antilag 1
 
<div>set g_antiwarp 1
set sv_pure 1
<div>set g_maxWarp 4
set sv_minping 0
<div>set g_skipCorrection 1
set sv_maxping 0
<div>set g_heavyWeaponRestriction 100
 
<div>set g_altStopwatchMode 0
// Uncomment the sv_master settings when you're ready for the server to go public
<div>set g_autofireteams 1
set sv_master1 ""
<div>set g_complaintlimit 6
//set sv_master1 "etmaster.idsoftware.com"
<div>set g_ipcomplaintlimit 3
//set sv_master2 "master0.etmaster.net
<div>set g_fastres 0
 
<div>set g_friendlyFire 1
// generic logging
<div>set g_disableComplaints 0
set g_log "server.log"
<div>set g_minGameClients 0
set logfile 2
<div>set g_maxlives 0
 
<div>set g_alliedmaxlives 0
//****************************************************************************************************
<div>set g_axismaxlives 0
// silEnT mod supported cvars //
<div>set g_teamforcebalance 0
//
<div>set g_noTeamSwitching 0
// This configuration is built to only change values from their defaults
<div>set g_doWarmup 0
// or to make a point about the setting.
<div>set g_warmup 60
 
<div>set match_latejoin "1"
//**************************************************
<div>set match_minplayers 4
// silEnT AntiCheat
<div>set match_mutespecs 0
//**************************************************
<div>set match_readypercent 100
 
<div>set match_warmupDamage 1
set g_silentac 2
<div>set team_maxplayers 0
set g_clientbinaries 6
<div>set g_speed 320
 
<div>set g_gravity 800
//**************************************************
<div>set g_knockback 1000
// Announcements and Messages
<div>set g_inactivity 0
//**************************************************
<div>set g_spectatorInactivity 0
 
<div>set g_maxConnsPerIP 4
set g_privateMessages 1
<div>set shoutcastPassword ""
set g_spreeOptions 2291
<div>set g_spoofOptions 3
set g_multikilltime 2000
<div>set g_maxNameChanges 3
set g_dropMsg "Protest this kick at example.com"
<div>set g_watermark ""
set g_landmineNotifyType 1
<div>set g_watermarkFadeAfter 0
set g_banners "banners.cfg"
<div>set g_watermarkFadeTime 0
 
<div>set g_inactivityOptions 3
//**************************************************
<div>set g_ettvFlags 3
// User Database, Shrubbot and Bans
<p></p>
//**************************************************
<div>// Votes
 
<div>set g_voting 0
set g_dbDirectory "database"
<div>set vote_limit 5
set g_dbUserMaxAge "90d"
<div>set vote_percent 50
set g_dbMaxAliases 20
<div>set g_noVoteTime 0
 
<div>set vote_allow_comp 1
set g_tyranny 1 // see shrubbot documentation about tyranny enabled commands and flags
<div>set vote_allow_gametype 1
 
<div>set vote_allow_kick 1
set g_warningOptions 0
<div>set vote_allow_map 1
set g_maxWarnings 3
<div>set vote_allow_matchreset 1
set g_warningDecay 24
<div>set vote_allow_mutespecs 1
 
<div>set vote_allow_nextmap 1
set g_autoTempBan 6
<div>set vote_allow_pub 1
 
<div>set vote_allow_referee 0
//**************************************************
<div>set vote_allow_shuffleteamsxp 1
// XP Save
<div>set vote_allow_swapteams 1
//**************************************************
<div>set vote_allow_friendlyfire 1
 
<div>set vote_allow_timelimit 0
set g_XPSave 9
<div>set vote_allow_warmupdamage 1
 
<div>set vote_allow_antilag 1
// Enable disable preferred style
<div>set vote_allow_balancedteams 1
 
<div>set vote_allow_muting 1
// Campaign like XP save for 6 maps with mapvoting gametype
<div>set vote_allow_surrender 1
set g_resetXPMapCount 6
<div>set vote_allow_nextcampaign 1
set g_XPSaveMaxAge "90d" // keep KR and PRW saved for longer time
<div>set vote_allow_restartcampaign 1
 
<div>set vote_allow_poll 1
// XP is reset after 30 days
<div>set vote_allow_maprestart 1
//set g_XPSaveMaxAge_xp "30d" // for the XP
<div>set vote_allow_shufflenorestart 1
//set g_XPSaveMaxAge "90d" // keep KR and PRW saved for longer time
<div>set vote_allow_cointoss 1
 
<p></p>
// Never reset XP (it's not really an option, but a huge value (30 months) will do instead)
<div>// Logs
// Do note that g_dbUserMaxAge should be set to "-1" to disable player record deletions
<div>set g_log "server.log"
//set g_g_XPSaveMaxAge_xp "30o"
<div>set g_cheatLog "cheat.log"
//set g_XPSaveMaxAge "30o"
<div>set logfile 2
 
<div>set g_logOptions 0
//**************************************************
<div>set g_logAdmin "admin.log"
// Player Statistics, Rating and Team Balance
<p></p>
//**************************************************
<div>// XP Save configuration
 
<div>set g_XPSave 21
set g_playerRating 0 // Enable only if the players on your server remain consistently the same
<div>set g_XPSaveMaxAge_xp "30d"
 
<div>set g_XPSaveMaxAge "30d"
//**************************************************
<div>set g_damageXP "1"
// Class and Weapon Restrictions
<div>set g_damageXPLevel "50"
//**************************************************
<div>set g_maxXP "90000"
 
<div>set g_xpdecay "0"
// avoiding spam fest
<div>set g_xpdecayrate "0"
set team_maxPanzers 1
<div>set g_xpdecayfloor "1"
set team_maxMortars 1
<div>//set g_punkbuster 1
set team_maxFlamers 1
<p></p>
set team_maxGrenLaunchers 2
<div>// Shrubbot and Database
 
<div>set g_dbDirectory "database"
//**************************************************
<div>set g_dbUserMaxAge "90d"
// Player Inactivity
<div>set g_minConnectLevel 0
//**************************************************
<div>set g_tyranny 1
 
<div>set g_greetingPos 0
set g_inactivity 120 // 2 minutes of inactivity before moving to spectators
<div>set g_warningOptions 0
set g_spectatorInactivity 120 // 2 minutes of inactivity as a spectator before taking actions
<div>set g_warningDecay 24
set g_inactivityOptions 9 // Don't drop shoutcasters, inactivity kicks in for shrubbot admins as well
<div>set g_maxWarnings 3
 
<div>set g_autoTempBan 0
//**************************************************
<div>set g_autoTempBanTime 1800
// Gametypes - Map Voting
<p></p>
//**************************************************
<div>set g_shuffle_rating 3
 
<p></p>
set g_mapVoteFlags 5
<div>// Censoring
set g_maxMapsVotedFor 19
<div>set g_censor ""
set g_minMapAge 6
<div>set g_censorNames ""
 
<div>set g_censorNeil 0
//**************************************************
<div>set g_censorNeilNames 0
// Mapconfigs and Mapscripts
<div>set g_censorPenalty 0
//**************************************************
<div>set g_censorMuteTime 60
 
<div>set g_censorXP 5
set g_mapConfigs "mapconfigs"
<p></p>
set g_mapScriptDirectory "mapscripts"
<div>// Intermission
 
<div>set g_intermissionTime 45
//**************************************************
<div>set g_intermissionReadyPercent 100
// Voting
<p></p>
//**************************************************
<div>// Skill points needed for level
 
<div>set skill_soldier "20 50 90 140"
set g_voting 12
<div>set skill_medic "20 50 90 140"
 
<div>set skill_engineer "20 50 90 140"
// disable certain votes, allow some
<div>set skill_fieldops "20 50 90 140"
set vote_allow_comp 0
<div>set skill_covertops "20 50 90 140"
set vote_allow_gametype 0
<div>set skill_battlesense "20 50 90 140"
set vote_allow_kick 0
<div>set skill_lightweapons "20 50 90 140"
set vote_allow_map 0
<p></p>
set vote_allow_matchreset 0
<div>set g_serverInfo 1
set vote_allow_mutespecs 0
<div>set g_killRating 1
set vote_allow_nextmap 0
<div>set g_playerRating 1
set vote_allow_pub 0
<div>set g_playerRating_mapPad 50
set vote_allow_referee 0
<div>set g_playerRating_minplayers 8
set vote_allow_shuffleteamsxp 0
<div>set g_stats 0
set vote_allow_swapteams 0
<p></p>
set vote_allow_friendlyfire 0
<div>// Custom configs
set vote_allow_timelimit 0
<div>set g_mapScriptDirectory "mapscripts"
set vote_allow_warmupdamage 0
<div>set g_campaignFile ""
set vote_allow_antilag 0
<div>set g_mapConfigs "mapconfigs"
set vote_allow_balancedteams 0
<div>set g_banners "banners.cfg"
set vote_allow_muting 0
<p></p>
set vote_allow_surrender 0
<div>// Miscellanous
set vote_allow_nextcampaign 0
<div>set g_skills 0
set vote_allow_restartcampaign 0
<div>set g_teamDamageRestriction 0
set vote_allow_poll 1
<div>set g_minHits 6
set vote_allow_maprestart 0
<div>set g_weapons 0
set vote_allow_shufflenorestart 1
<div>set g_mg42 0
set vote_allow_cointoss 0
<div>set g_goomba 0
// disable vote blocking from polls
<div>set g_goombaFlags 0
set vote_block_poll -1
<div>set g_spinCorpse 0
 
<div>set g_teamChangeKills 1
//**************************************************
<div>set g_poison 0
// Weapons, Classes and Skills
<div>set g_poisonFlags 7
//**************************************************
<div>set g_slashKill 0
 
<div>set g_spectator 0
set g_poison 1
<div>set g_medics 0
set g_medics 320
<div>set g_medicHealthRegen 0
set g_throwableKnives 1
<div>set g_coverts 0
set g_knifeChargeTime 1000
<div>set g_truePing 0
set g_constructibleXPSharing 1
<div>set g_dropObj 0
set g_asblock 3
<div>set g_hitsounds 1
set g_dyno 5
<div>set g_playDead 0
set g_canisterKick 1
<div>set g_shove 0
set g_weapons 37166
<div>set g_shoveNoZ 0
set g_classWeapons 10
<div>set g_dragCorpse 0
 
<div>set g_classChange 0
//**************************************************
<div>set g_forceLimboHealth 1
// Friendly Fire
<div>set g_privateMessages 0
//**************************************************
<div>set g_packDistance 0
 
<div>set g_dropHealth 0
set g_friendlyFire 1
<div>set g_dropAmmo 0
set g_friendlyFireOpts 12  // beginner friendly mines
<div>set g_tossDistance 0
 
<div>set g_fear 2000
//**************************************************
<div>set g_obituary 1
// Hitboxes, Physics & Anti Lag Settings
<div>set g_throwableKnives 1
//**************************************************
<div>set g_maxKnives 5
 
<div>set g_knifeChargeTime 800
set g_fixedphysics 1
<div>set g_constructibleXPSharing 0
set g_fixedphysicsfps 125
<div>set g_asblock 0
 
<div>set g_panzersVulnerable 0
//**************************************************
<div>set g_panzersSpeed 2500
// Hitsounds
<div>set g_panzersGravity 0
//**************************************************
<div>set g_realHead 1
 
<div>set g_dyno 0
// often admins want to default to ETPro hitsounds, uncomment below for that
<div>set g_canisterKick 0
//set g_defaultHitSounds 2
<div>set g_spreeOptions 0
 
<div>set g_multikillTime 1000
//**************************************************
<div>set g_medicSelfhealTime 0
// Intermission
<div>set g_maxPanzerSuicides -1
//**************************************************
<div>set g_panzerPackDistance 0
 
<div>set g_maxSelfkills -1
set g_intermissionTime 45
<div>set g_voteResultsMinLevel -1
set g_intermissionReadyPercent 100
<div>set g_minCommandWaitTime 0
 
<div>set g_noSkillUpgrades 0
//**************************************************
<div>set g_flushItems 1
// Miscellaneous
<div>set g_headshot 0
//**************************************************
<div>set g_instagibDamage 400
 
<div>set g_staminaRecharge 1.0
set g_dropHealth 2
<div>set g_mineid 0
set g_dropAmmo 2
<div>set g_landmineNotifyType 1
set g_misc 1024
<p></p>
set g_ammoCabinetTime 5000 // the default is a bit slow
<div>// Weapon damages and radius settings
set g_healthCabinetTime 5000 // the default is a bit slow
<div>set g_dmgKnife 10
set g_spectator 4
<div>set g_dmgSten 14
set g_dropObj 3
<div>set g_dmgFG42 15
set g_disableComplaints 16
<div>set g_dmgPistol 18
// Country flags, You need to have GeoIP database installed to use this.
<div>set g_dmgSMG 18
set g_countryFlags 0
<div>set g_dmgPPSh 19
// original spawn invulnerability
<div>set g_dmgMG42 18
//set g_spawnInvul 3
<div>set g_dmgMG 20
//set g_spawnInvulFair 0
<div>set g_dmgFG42Scope 30
// longer and more fair, so admins can ignore spawn killing events
<div>set g_dmgInfRifle 34
set g_spawnInvul 5
<div>set g_dmgSniper 50
set spawnInvulFair 1
<div>set g_dmgFlamer 5
 
<div>set g_dmgGrenade 250
//**************************************************
<div>set g_dmgGrenadeRadius 250
// Logs
<div>set g_dmgGLauncher 250
//**************************************************
<div>set g_dmgGLauncherRadius 250
 
<div>set g_dmgLandmine 250
set g_logOptions 16640
<div>set g_dmgLandmineRadius 250
set g_logAdmin "admin.log"
<div>set g_dmgSatchel 250
set g_cheatLog "cheat.log"
<div>set g_dmgSatchelRadius 250
 
<div>set g_dmgPanzer 400
//**************************************************
<div>set g_dmgPanzerRadius 300
// Omni-Bots
<div>set g_dmgMortar 400
//**************************************************
<div>set g_dmgMortarRadius 400
 
<div>set g_dmgDynamite 400
set omnibot_enable 1
<div>set g_dmgDynamiteRadius 400
//set omnibot_path ""  // set this path manually if the auto-search does not find the Omni-bot files
<div>set g_dmgAir 400
set g_bot_maxXP -1
<div>set g_dmgAirRadius 400
set omnibot_flags 262148
<div>set g_dmgArty 400
 
<div>set g_dmgArtyRadius 400
//**************************************************
<div>set g_dmg 0
// Lua
<div>set g_dmgHeadShotMin 50
//**************************************************
<div>set g_dmgHeadShotRatio 2.0
 
<div>set g_dmgTMine 260
set lua_modules ""
<div>set g_knifeThrowDamage 50
set lua_allowedModules ""
<p></p>
 
<div>// Team restrictions
exec mapvotecycle.cfg
<div>set team_maxMedics -1
set com_watchdog 60
<div>set team_maxEngineers -1
set com_watchdog_cmd "exec mapvotecycle.cfg"
<div>set team_maxFieldOps -1
</pre>
<div>set team_maxCovertOps -1
<div>set g_maxTeamLandmines 10
<div>set g_maxTeamTripmines 3
<div>set team_maxPanzers 1
<div>set team_maxMortars 1
<div>set team_maxFlamers 1
<div>set team_maxMG42s 1
<div>set team_maxGrenLaunchers 2
<p></p>
<div>// Friendly fire
<div>set g_reflectFriendlyFire 0
<div>set g_reflectFFWeapons 31
<div>set g_friendlyFireOpts 0
<p></p>
<div>// Flood protection
<div>set g_floodprotect 1
<div>set g_floodthreshold 6
<div>set g_floodWait 1000
<div>set g_voiceChatsAllowed 4
<p></p>
<div>// Map voting
<div>set g_mapVoteFlags 13
<div>set g_maxMapsVotedFor 30
<div>set g_minMapAge 5
<div>set g_resetXPMapCount 0
<p></p>
<div>// Omni-bots
<div>set omnibot_enable 0
<div>set omnibot_path ""
<div>set g_bot_maxXP -1
<div>set g_bot_minPlayers -1
<div>set omnibot_flags 0
<p></p>
<div>// Fun wars
<div>//set g_sniperwar 0
<div>//set g_panzerwar 0
<div>//set g_riflewar 0
<p></p>
<div>// Country flags, You need to have GeoIP database installed to use this.
<div>set g_countryFlags 0
<p></p>
<div>// ETPub experimental, not advised to use
<div>set g_fixedphysics 0
<div>set g_fixedphysicsfps 125
<p></p>
<div>// Lua API
<div>set lua_modules ""
<div>set lua_allowedModules ""
<p></p>
<div>exec objectivecycle.cfg
<div>set com_watchdog 60
<div>set com_watchdog_cmd "exec objectivecycle.cfg"
<div>

Latest revision as of 17:07, 11 November 2014

silEnT Mod Example Server Config

// silEnT mod - Sample server.cfg file
// If you need help contact us on forums. http://mygamingtalk.com/

//
// Generic server cvars //

//set dedicated 2
//set net_ip "localhost"
//set net_port 27960

set sv_hostname "ETHost"
set server_motd0 " ^NsilEnT ^7MOTD "
set server_motd1 ""
set server_motd2 ""
set server_motd3 ""
set server_motd4 ""
set server_motd5 ""

set sv_maxclients "20"			// Number of players including private slots
set g_password ""			// Password required to connect (g_needpass must be 1)
set g_needpass 0			// Require password to join server
set sv_privateclients 0			// Number of private slots
set sv_privatepassword ""		// Password to access private slots
set sv_fullmsg "Server is full."

set rconpassword ""
set refereePassword ""

set sv_maxRate 50000
set sv_dl_maxRate 50000
set sv_allowDownload 1
//
// Uncomment below once you have the www downloads set
//set sv_wwwDownload 1
//set sv_wwwDlDisconnected 1
//set sv_wwwBaseURL ""			// This is the URL where players are directed while running the game
//set sv_wwwFallbackURL ""		// This is the URL where players are directed to download using external internet browser

set sv_pure 1
set sv_minping 0
set sv_maxping 0

// Uncomment the sv_master settings when you're ready for the server to go public
set sv_master1 ""
//set sv_master1 "etmaster.idsoftware.com"
//set sv_master2 "master0.etmaster.net

// generic logging
set g_log "server.log"
set logfile 2

//****************************************************************************************************
// silEnT mod supported cvars //
//
// This configuration is built to only change values from their defaults
// or to make a point about the setting.

//**************************************************
// silEnT AntiCheat
//**************************************************

set g_silentac 2
set g_clientbinaries 6

//**************************************************
// Announcements and Messages
//**************************************************

set g_privateMessages 1
set g_spreeOptions 2291
set g_multikilltime 2000
set g_dropMsg "Protest this kick at example.com"
set g_landmineNotifyType 1
set g_banners "banners.cfg"

//**************************************************
// User Database, Shrubbot and Bans
//**************************************************

set g_dbDirectory "database"
set g_dbUserMaxAge "90d"
set g_dbMaxAliases 20

set g_tyranny 1 // see shrubbot documentation about tyranny enabled commands and flags

set g_warningOptions 0
set g_maxWarnings 3
set g_warningDecay 24

set g_autoTempBan 6

//**************************************************
// XP Save
//**************************************************

set g_XPSave 9

// Enable disable preferred style

// Campaign like XP save for 6 maps with mapvoting gametype
set g_resetXPMapCount 6
set g_XPSaveMaxAge "90d"	// keep KR and PRW saved for longer time

// XP is reset after 30 days
//set g_XPSaveMaxAge_xp "30d"	// for the XP
//set g_XPSaveMaxAge "90d"	// keep KR and PRW saved for longer time

// Never reset XP (it's not really an option, but a huge value (30 months) will do instead)
// Do note that g_dbUserMaxAge should be set to "-1" to disable player record deletions
//set g_g_XPSaveMaxAge_xp "30o"
//set g_XPSaveMaxAge "30o"

//**************************************************
// Player Statistics, Rating and Team Balance
//**************************************************

set g_playerRating 0	// Enable only if the players on your server remain consistently the same

//**************************************************
// Class and Weapon Restrictions
//**************************************************

// avoiding spam fest
set team_maxPanzers 1
set team_maxMortars 1
set team_maxFlamers 1
set team_maxGrenLaunchers 2

//**************************************************
// Player Inactivity
//**************************************************

set g_inactivity 120 		// 2 minutes of inactivity before moving to spectators
set g_spectatorInactivity 120	// 2 minutes of inactivity as a spectator before taking actions
set g_inactivityOptions 9	// Don't drop shoutcasters, inactivity kicks in for shrubbot admins as well

//**************************************************
// Gametypes - Map Voting
//**************************************************

set g_mapVoteFlags 5
set g_maxMapsVotedFor 19
set g_minMapAge 6

//**************************************************
// Mapconfigs and Mapscripts
//**************************************************

set g_mapConfigs "mapconfigs"
set g_mapScriptDirectory "mapscripts"

//**************************************************
// Voting
//**************************************************

set g_voting 12

// disable certain votes, allow some
set vote_allow_comp 0
set vote_allow_gametype 0
set vote_allow_kick 0
set vote_allow_map 0
set vote_allow_matchreset 0
set vote_allow_mutespecs 0
set vote_allow_nextmap 0
set vote_allow_pub 0
set vote_allow_referee 0
set vote_allow_shuffleteamsxp 0
set vote_allow_swapteams 0
set vote_allow_friendlyfire 0
set vote_allow_timelimit 0
set vote_allow_warmupdamage 0
set vote_allow_antilag 0
set vote_allow_balancedteams 0
set vote_allow_muting 0
set vote_allow_surrender 0
set vote_allow_nextcampaign 0
set vote_allow_restartcampaign 0
set vote_allow_poll 1
set vote_allow_maprestart 0
set vote_allow_shufflenorestart 1
set vote_allow_cointoss 0
// disable vote blocking from polls
set vote_block_poll -1

//**************************************************
// Weapons, Classes and Skills
//**************************************************

set g_poison 1
set g_medics 320
set g_throwableKnives 1
set g_knifeChargeTime 1000
set g_constructibleXPSharing 1
set g_asblock 3
set g_dyno 5
set g_canisterKick 1
set g_weapons 37166
set g_classWeapons 10

//**************************************************
// Friendly Fire
//**************************************************

set g_friendlyFire 1
set g_friendlyFireOpts 12  // beginner friendly mines

//**************************************************
// Hitboxes, Physics & Anti Lag Settings
//**************************************************

set g_fixedphysics 1
set g_fixedphysicsfps 125

//**************************************************
// Hitsounds
//**************************************************

// often admins want to default to ETPro hitsounds, uncomment below for that
//set g_defaultHitSounds 2

//**************************************************
// Intermission
//**************************************************

set g_intermissionTime 45
set g_intermissionReadyPercent 100

//**************************************************
// Miscellaneous
//**************************************************

set g_dropHealth 2
set g_dropAmmo 2
set g_misc 1024
set g_ammoCabinetTime 5000	// the default is a bit slow
set g_healthCabinetTime 5000	// the default is a bit slow
set g_spectator 4
set g_dropObj 3
set g_disableComplaints 16
// Country flags, You need to have GeoIP database installed to use this.
set g_countryFlags 0
// original spawn invulnerability
//set g_spawnInvul 3
//set g_spawnInvulFair 0
// longer and more fair, so admins can ignore spawn killing events
set g_spawnInvul 5
set spawnInvulFair 1

//**************************************************
// Logs
//**************************************************

set g_logOptions 16640
set g_logAdmin "admin.log"
set g_cheatLog "cheat.log"

//**************************************************
// Omni-Bots
//**************************************************

set omnibot_enable 1
//set omnibot_path ""  // set this path manually if the auto-search does not find the Omni-bot files
set g_bot_maxXP -1
set omnibot_flags 262148

//**************************************************
// Lua
//**************************************************

set lua_modules ""
set lua_allowedModules ""

exec mapvotecycle.cfg
set com_watchdog 60
set com_watchdog_cmd "exec mapvotecycle.cfg"