You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
1.8 KiB
71 lines
1.8 KiB
// ****************************************************************************
|
|
// IOSoccer
|
|
// Config - server.cfg
|
|
// Date - 06/12/2023
|
|
// ****************************************************************************
|
|
|
|
// hostname - Hostname for server.
|
|
hostname "SERVERNAME"
|
|
|
|
// rcon_password - remote console password.
|
|
rcon_password "ADMINPASSWORD"
|
|
|
|
// sv_password - Server password for entry into multiplayer games.
|
|
sv_password ""
|
|
|
|
// map - Start playing on specified map.
|
|
map "8v8_vienna"
|
|
|
|
// mapcyclefile - Name of the .txt file used to cycle the maps on multiplayer servers
|
|
mapcyclefile "mapcycle.txt"
|
|
|
|
// sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ).
|
|
sv_lan 0
|
|
|
|
// sv_logfile - Log server information in the log file.
|
|
sv_logfile 1
|
|
|
|
// sv_logbans - Log server bans in the server logs.
|
|
sv_logbans 1
|
|
|
|
// sv_voiceenable - Enable voice communications.
|
|
sv_voiceenable 1
|
|
|
|
// sv_alltalk - Players can hear all other players, no team restrictions.
|
|
sv_alltalk 1
|
|
|
|
// sv_allowupload - Allow clients to upload customizations files.
|
|
sv_allowupload 1
|
|
|
|
// sv_allowdownload - Allow clients to download files.
|
|
sv_allowdownload 1
|
|
|
|
// sv_downloadurl - Location from which clients can download missing files.
|
|
sv_downloadurl ""
|
|
|
|
// also set in the shared_server.cfg
|
|
// Is not set default in code yet
|
|
mp_ballskin 1
|
|
mp_pitchtexture 4
|
|
|
|
// Default mode for public purposes
|
|
mp_chat_match_captain_only 0
|
|
mp_captaincy_away 0
|
|
mp_captaincy_home 0
|
|
mp_extratime 0
|
|
mp_penalties 1
|
|
mp_timelimit_cooldown 0.25
|
|
mp_timelimit_halftime 0
|
|
mp_timelimit_extratime_intermission 0.25
|
|
mp_timelimit_extratime_halftime 0.25
|
|
mp_timelimit_penalties_intermission 0.25
|
|
mp_botkeepers 1
|
|
mp_offside 1
|
|
mp_shield_block_opponent_half 0
|
|
sv_ball_player_banduration 4.5
|
|
sv_ball_kickoff_chargeblock 1
|
|
sv_playerrotation 0
|
|
sv_replay_instant_second_enabled 0
|
|
sv_autostartmatch 1
|
|
sv_restart 0.5
|
|
|
|
|