View Single Post
Author Message
MikaMika
Junior Member
Join Date: Sep 2023
Old 10-05-2023 , 01:20   Question about FastDL and Weapon Replacement
Reply With Quote #1

I have uploaded new weapon skins. This also works with the Weapon replacement plugin... but when I go to the server 1 weapon takes e.g. 1 minute.

I tried to make FastDL with sv_download url.

Here is my server.cfg file.

// Use this file to configure your DEDICATED server.
// This config file is executed on server start.

// disable autoaim
sv_aim 0

// disable clients' ability to pause the server
pausable 0

// default server name. Change to "Bob's Server", etc.
hostname "WWW.ASSAULT-STARS.DE | 24/7 Assault Only! WE NEED ADMINS"


// 20 minute timelimit
;mp_timelimit 0

sv_cheats 0


// load ban files
exec listip.cfg
exec banned.cfg

//map start
mp_startmoney 16000
mp_freezetime 0
mp_roundtime 2.0
mp_buytime .20
mp_maxrounds 24
mp_match_end_restart 1
mp_match_end_changelevel 0

sv_region 255
sv_lan 0
sv_rsdisplay 1
sv_rsadvertise 1
ad_react_all 0
mp_autokick 0

mapchangcfgfile server.cfg

sv_maxrate 33000
sv_minrate 20000
sv_maxupdaterate 100
sv_minupdaterate 60
sv_maxspeed 320
hv_mode 1

sv_downloadurl "https://assaultstars.000webhostapp.com/cstrike/"
sv_allowupload 1
sv_allowdownload 1

// Gravity
// 800 is normal
// 200 is Matrix style
sv_gravity 800


No matter what I do it does not work.
The folder structure in the FTP and game server is the same.
e.g. ..

cstrike/models/v_ak47_new.mdl

and ftp the same.

As I said, the gun does load/change, but not quickly.

I hope anyone can help me.
MikaMika is offline