View Single Post
manhkst
Member
Join Date: May 2015
Location: Vietnammese
Old 09-28-2021 , 13:31   Re: Error Downloader custom music L4D2 Dedicated Windown
Reply With Quote #3

Quote:
Originally Posted by Benito View Post
Have you tryed ?
And yours files that you want to download them, are them compressed on .bz2 on your fastdl webserver ?
the problem i am facing is i tried a load command AddFileToDownloadsTable(path sound) and i check no error on server side, on fastdl server part i use HFS and i checked bz2 compression everything is fine and the problem i am having is that the player connecting to the server does not have any file download events or errors at all, I wonder if I have misconfigured or mistakenly turned off download mode for players when connecting, here are my cfg file settings. .
Code:
sm_cvar sv_lan 0
sm_cvar sv_consistency 0	
sm_cvar sv_force_unreserved 1 	
sm_cvar motd_enabled 1
sm_cvar sv_gametypes realism
sm_cvar mp_gamemode realism					
sm_cvar survivor_limit 10
sm_cvar sv_maxplayers 10
sm_cvar sv_visiblemaxplayers -1
sm_cvar sv_alltalk 1
sm_cvar sb_all_bot_game 1
sm_cvar sv_downloadurl "IP WAN MODERM:PORT HFS"
//I checked the port is open but console of client doesn't show any load when connecting
sm_cvar sv_allowdownload 1
sm_cvar sv_allowupload 1

sm_cvar sv_maxupdaterate 100
sm_cvar sv_minupdaterate 60
sm_cvar fps_max 0
sm_cvar sv_mincmdrate 100
sm_cvar sv_maxcmdrate 100
sm_cvar sv_minrate 100000
sm_cvar sv_maxrate 100000

sm_cvar z_smoker_limit 99
sm_cvar z_boomer_limit 99
sm_cvar z_hunter_limit 99
sm_cvar z_spitter_limit 99
sm_cvar z_jockey_limit 99
sm_cvar z_charger_limit 99
__________________
FD ʚïɞ Team
Blog: http://fleeingdeath.blogspot.com/

Last edited by manhkst; 09-28-2021 at 13:34.
manhkst is offline