View Single Post
Author Message
z0mbiland
Senior Member
Join Date: Jan 2013
Old 10-19-2019 , 14:53   sv_downloadurl resources error
Reply With Quote #1

Hello,

I'm working to a zombie server and i add a sv_downloadurl to get fast the resources. I uploaded the resources and all seems to be correctly but the error appear when i download them through the client. All the resouces become to 1KB and give errors like this: Map [maps/zm_evil_dustnight.bsp] has incorrect BSP version (1836345404 should be 30)

http://zombiland.epizy.com/cstrike/models/

If i download manually a model or anything else the size is the same as the original.

Is a server.cfg error configuration? Or is a ftp error?

// Set the Host Name
hostname "HLDS server"

// Set the rcon password
rcon_password ""

// Server Logging
log on
mp_logdetail 3
mp_logmessages 1

// Server Variables
cl_minmodels 0

mp_timelimit 30
mp_autokick 0
mp_autoteambalance 1
mp_c4timer 30
mp_flashlight 1
mp_footsteps 1
mp_freezetime 2
mp_friendlyfire 0
mp_hostagepenalty 0
mp_limitteams 0
mp_tkpunish 0

mp_roundtime 2.5
mp_buytime 0.5
mp_fadetoblack 0
mp_forcechasecam 0
mp_forcecamera 0
mp_kickpercent 99
mp_playerid 1
sv_airaccelerate 10
sv_airmove 1

sv_restartround 1
sv_proxies 1
allow_spectators 3
mp_startmoney 800
mp_chattime 0
sv_allowupload 1
sv_voiceenable 1
sv_alltalk 1
//sv_voicequality 4
//sv_voicecodec voice_speex
pausable 0
decalfrequency 60
mp_falldamage 1

// cheat and fun modes
sv_aim 0
sv_cheats 0

// Optimizing server
sv_timeout 100
sv_cacheencodedents 1
sv_unlag 1
sv_maxunlag 0.5
sv_maxcmdrate 101
sv_minrate 5000
sv_maxrate 25000
sv_minupdaterate 20
sv_maxupdaterate 101
sys_ticrate 1000

sv_allowdownload 1
sv_downloadurl "http://zombiland.epizy.com/cstrike/"

// Enable/Disable LAN mode
sv_lan 0

// Exec files on startup
exec banned.cfg
exec listip.cfg
z0mbiland is offline