fteqw
fteqw copied to clipboard
Web WASM port not downloading assets from sv_dlURL
How exactly should I must configure FTEQWSV server.cfg to allow to only download assets from a specific site?
set sv_allowdownload 0
set sv_allowdownloads 0
sv_downloadurl "http://gameassets.aqtiongame.com/"
sv_dlURL "http://gameassets.aqtiongame.com/" s
sv_downloadserver "http://gameassets.aqtiongame.com/" s
Trying these, without success.