Hey, my friends tried to join my server and it wokred but the only thing is, is that they have to download a lot of sounds (This is for my GunGame Server) and I am wondering how I would put the sound files and the maps on a webserver so the downloads would be fast. I am using Ubuntu for my server and I have Apache2 in it so I can run my website. Also I haev a website for my clan, can I just put the sounds and maps on my website so it will download from there when they connect so its not the slow client download?
Also Here is my server.cfg, just incase if I need to add anything.
Also Here is my server.cfg, just incase if I need to add anything.
Code:
// Server Name
hostname ">SOM<REVERSE Turbo GunGame Server"
// Rcon & Server passswords
rcon_password "********"
sv_password ""
// Server Cvars
mp_friendlyfire "0"
mp_footsteps "1"
mp_autoteambalance "0"
mp_autokick "0"
mp_flashlight "1"
mp_tkpunish "1"
mp_forcecamera "0"
mp_limitteams "2"
mp_hostagepenalty "4"
mp_allowspectators "1"
mp_timelimit "25"
mp_chattime "20"
sv_cheats "0"
sv_gravity "800"
sv_allowupload "1"
sv_allowdownload "1"
sv_maxspeed "320"
pausable "0"
// Round Cvars
mp_freezetime "2"
mp_roundtime "6"
mp_startmoney ""
mp_c4timer ""
mp_fraglimit "0"
mp_maxrounds "0"
mp_winlimit "0"
// Bandwidth Rates
sv_rate "6500"
sv_minrate "2000"
sv_maxrate "6000"
sv_maxupdaterate "60"
sv_minupdaterate "10"
decalfrequency "60"
// Server logging
log "on"
sv_logbans "0"
sv_logecho "1"
sv_logfile "1"
sv_log_onefile "0"
// Internet Settings
sv_lan "0"
sv_region "255"
sv_contact ""
// Mani-Admin-Plugin
exec mani_server.cfg