set dedicated "2" // 1: dedicated server for lan 2: dedicated server for internet // set net_ip "" // set to override the default IP ET uses set net_port "5123" // set to override the default port ET uses // PASSWORDS & CLIENTS set sv_maxclients "38" // number of players including private slots set g_password "" // set to password protect the server set sv_privateclients "10" // if set > 0, then this number of client slots will be reserved for connections set sv_privatepassword "" // that have "password" set to the value of "sv_privatePassword" set rconpassword "" // remote console access password set refereePassword "" // referee status password // DL, RATE set sv_maxRate "13000" // 10000 standard but poor for ET set sv_dl_maxRate "42000" // increase/decerease if you have plenty/little spare bandwidth set sv_allowDownload "1" // global toggle for both legacy download and web download set sv_wwwDownload "1" // toggle to enable web download set sv_wwwBaseURL "http://www.tkf-clan.com" // base URL for redirection set sv_wwwDlDisconnected "1" // tell clients to perform their downloads while disconnected from the server set sv_wwwFallbackURL "http://tkfpark.tkf-clan.com" // URL to send to if an http/ftp fails or is refused client side // MOTD ETC set sv_hostname "^8[TKF] ^7Clan Server!" // name of server here set server_motd0 "^7Visit our website!" set server_motd1 "^7http://www.tkf-clan.com/" set server_motd2 "^8---" set server_motd3 "^7Donate to TKF's Server" set server_motd4 "^7latch@joyrex.net" // MISC SETTINGS set g_heavyWeaponRestriction "100" set g_antilag "1" set g_altStopwatchMode "0" set g_autofireteams "0" set g_complaintlimit "6" set g_ipcomplaintlimit "3" set g_fastres "0" set g_friendlyFire "0" set g_minGameClients "8" set g_maxlives "0" set g_alliedmaxlives "0" set g_axismaxlives "0" set g_teamforcebalance "1" set g_noTeamSwitching "0" set g_voiceChatsAllowed "4" set g_doWarmup "0" set g_warmup "30" set g_spectatorInactivity "0" set sv_floodProtect "1" set sv_allowDownload "1" set sv_pure "1" set sv_minping "0" set sv_maxping "0" set match_latejoin "1" set match_minplayers "4" set match_mutespecs "0" set match_readypercent "100" set match_timeoutcount "0" set match_warmupDamage "1" set team_maxplayers "0" set team_nocontrols "1" set pmove_fixed "0" set pmove_msec "8" // ETPUB set g_shrubbot "shrubbot.cfg" set g_logAdmin "admin.log" set g_hitsounds 1 set g_fightSound "sound/world/rooster.wav" set g_playDead 1 set g_shove 80 set g_classChange 1 set g_privateMessages 1 set g_XPSave 4 set g_XPSaveFile xpsave.cfg #set g_XPSaveMaxAge_xp 86400 #set g_XPSaveMaxAge 604800 #set g_XPDecay 0 #set g_XPDecayRate .005 #set g_XPDecay 20.0 #set g_maxXP -1 set g_damageXP 1 set g_damageXP 50 set g_weapons 1014 set g_goomba 10 set g_goombaFlags 1 set g_spawnInvul 3 set g_spinCorpse 0 set g_teamChangeKills 0 set g_shuffle_rating 4 set g_maxTeamLandmines 15 set g_packDistance 2 set g_dropHealth 3 set g_dropAmmo 3 set g_logOptions 2702 set g_censor "fuck shit bitch cunt" set g_censorNames "fuck shit bitch cunt" set g_intermissionsTime 30 set g_intermissionReadyPercent 85 set g_skills 7 set g_hitboxes 31 set g_misc 34 set g_voting 4 set g_moverScale 1.25 set g_poison 15 set g_poisonFlags 7 set g_slashKill 20 set g_ammoCabinetTime 50000 set g_spectator 9 set g_medics 64 set g_medicHealthRegen 2 set g_coverts 143 set g_serverInfo 1 set g_killRating 2 set g_playerrating 2 set g_playerRating_minplayers 0 set g_stats 3 set g_tyranny 1 set vote_allow_nextcampaign 0 set vote_allow_restartcampaign 0 set vote_allow_shufflenorestart 0 set g_fear 3000 set g_obituary 2 set g_throwableKnives 50 set g_maxKnives 50 set g_throwKnifeWait .5 set g_constructibleXPSharing 1 set g_asblock 3 set g_panzersVulnerable 1 set g_dyno 3 set g_canisterKick 75 set g_killingSpree 5 set g_killingSpreePos 1 set g_friendlyFireOpts 1 #set g_reflectFriendlyFire 1 #set g_reflectFFWeapons 512 set g_shortcuts 1 // VOTING set g_allowVote "1" set vote_limit "5" set vote_percent "50" set vote_allow_comp "0" set vote_allow_gametype "0" set vote_allow_kick "0" set vote_allow_map "1" set vote_allow_matchreset "1" set vote_allow_mutespecs "1" set vote_allow_nextmap "1" set vote_allow_pub "0" set vote_allow_referee "0" set vote_allow_shuffleteams "1" set vote_allow_swapteams "0" set vote_allow_friendlyfire "1" set vote_allow_timelimit "0" set vote_allow_warmupdamage "1" set vote_allow_antilag "0" set vote_allow_balancedteams "0" set vote_allow_muting "0" // PUNKBUSTER // sv_punkbuster is a readonly variable. Use +set sv_punkbuster on command line or use the command pb_sv_enable in the console //pb_sv_enable // LOGGING set g_log "etserver.log" // Game logging set g_logsync 0 set logfile 2 // Console logging ( 1: enable 2: enable and sync ) // MAP ROTATION exec objectivecycle.cfg // Objective mode // WATCHDOG // in case the game dies with an ERR_DROP // or any situation leading to server running with no map set com_watchdog 10 // defaults 60 set com_watchdog_cmd "exec objectivecycle.cfg" // defaults to quit