Little tutorial to get the external redirect to work (it took me a few hours to figure out and more people had problems with it)
This tutorial will explain you how to make black ops clients download mods from your server, which is 10000x as fast as the normal download from gameservers.com (20 kbps)
Because of the incredible genius people at Treyarch, You can't change sv_wwwBaseURL trough the RCON.
To prevent this, you'll need to create an config file for the server to run, This will all be explained in my tutorial.
1. Go to notepad and type (for example)
2. Save it as server.cfg (or something else, as long as it ends in .cfg)
3. Go to your mod directory on the gameserver (with ftp) and upload the cfg there
(it would look something like /mp_awesomemod/server.cfg)
4. Go to the location where you chose to let the client download and make a directory called 'mods' and open it, drag the folder (like mp_awesomemod) to your ftp client.
(You should have something like http://protect-the-king.jariz.nl/mods/mp_awesomemod/ now)
5. Go to tab 'config' > command.txt
and fill server.cfg under 'Config File' or whatever filename you chose
6. FTP Resync, Restart server and Smile
If you liked my tutorial please thank me or give me reputation or whatever
This tutorial will explain you how to make black ops clients download mods from your server, which is 10000x as fast as the normal download from gameservers.com (20 kbps)
Because of the incredible genius people at Treyarch, You can't change sv_wwwBaseURL trough the RCON.
To prevent this, you'll need to create an config file for the server to run, This will all be explained in my tutorial.
1. Go to notepad and type (for example)
PHP Code:
setadmindvar sv_wwwBaseURL "http://protect-the-king.jariz.nl/"
setadmindvar sv_wwwDownload "1"
2. Save it as server.cfg (or something else, as long as it ends in .cfg)
3. Go to your mod directory on the gameserver (with ftp) and upload the cfg there
(it would look something like /mp_awesomemod/server.cfg)
4. Go to the location where you chose to let the client download and make a directory called 'mods' and open it, drag the folder (like mp_awesomemod) to your ftp client.
(You should have something like http://protect-the-king.jariz.nl/mods/mp_awesomemod/ now)
5. Go to tab 'config' > command.txt
and fill server.cfg under 'Config File' or whatever filename you chose
6. FTP Resync, Restart server and Smile
If you liked my tutorial please thank me or give me reputation or whatever