// Sven Co-op Server Configuration // Clean config without special characters hostname "Gamers.Forum [EN/RU] | Half-Life/Opposing Force/Blue Shift" rcon_password "Rw9SCPaepbK2MuApmOAm" rcon_address "127.0.0.1" rcon_port "27015" sv_rcon_enable 1 sv_rcon_maxfailures 10 sv_rcon_minfailures 5 sv_rcon_minfailuretime 30 sv_rcon_banpenalty 10 logaddress_add 127.0.0.1:27015 sv_password "" maxplayers 32 sv_lan 0 sv_region 5 // Network optimization - increased rates for better gameplay sv_maxrate 100000 sv_minrate 10000 sv_maxupdaterate 100 sv_minupdaterate 20 sv_maxcmdrate 100 sv_mincmdrate 20 sv_timeout 65 // Performance optimizations - 128 tickrate + 300 FPS for maximum smoothness sys_ticrate 128 fps_max 300 sv_consistency 0 mp_consistency 0 // AFBase - use AFBaseAccess.txt for admin management // afb_access_ignore 1 sv_cheats 0 mp_logfile 1 log on sv_logflush 1 // Respawn settings - Force disable survival mode mp_forcerespawn 1 mp_respawndelay 5 mp_survival_mode 0 mp_survival_supported 0 mp_survival_startdelay 0 mp_nolives 0 // Disable auto map change when server is empty mp_notimelimit 1 // No time limit on maps (will not auto-change even if players are AFK) mp_timelimit 0 // Disable automatic map change when server is empty // 0 = don't change maps when empty mp_emptyfreetime 0 // Wait for players to reach changelevel before changing map // 0 = don't wait (instant change) // N = wait N seconds for other players (300 = 5 minutes) mp_waitperiod 300 // Percentage of players needed at changelevel to trigger map change // 0.8 = 80% of players must reach changelevel mp_nextmap_vote_ratio 0.8 mp_allowvote 1 mp_allowvotemap 1 mp_allowvotekick 1 mp_map_vote_ratio 0.6 // Запрет голосования за survival mode mp_survival_voteallow 0 // Map cycle file - use main file with all campaigns // Each map config has correct 'nextmap' command for chronological order // mapcycle.txt - all campaigns with proper nextmap in each map config mapcyclefile "mapcycle.txt" // MOTD Settings sv_motd_enabled 1 // sv_motdfile does NOT work in Sven Co-op - always uses motd.txt sv_contact "admin@server.com" sv_allowdownload 1 sv_allowupload 1 // Fast Download через HTTP (в 100 раз быстрее!) sv_downloadurl "http://5.161.90.18" echo "==================================" echo "Server Configuration Loaded" echo "Max Players: 32" echo "=================================="