ineedbots / iw4_bot_warfare

The Bot Warfare mod for MW2
https://www.moddb.com/mods/bot-warfare
106 stars 25 forks source link

sv_wwwBaseURL Question #40

Closed jetkai closed 2 years ago

jetkai commented 2 years ago

Hello!

Is it possible to have further information of the contents that is downloaded from the sv_wwwBaseURL, provided in the default cfg? I wish to change the path to download from another endpoint. 🥰

Vars:

set sv_wwwBaseURL "http://rawcdn.githack.com/ineedbots/www_host/main/iw4x/" set sv_wwwDownload "1"

ineedbots commented 2 years ago

This is a CoD4 feature ported over to IW4x,

https://docs.linuxgsm.com/game-servers/call-of-duty-4#fast-download

Instead of having users download custom assets from the gameserver (which can add load) you can redirect the downloads to a http server to host the files.

jetkai commented 2 years ago

@ineedbots Thank you! ^^