PDA

View Full Version : download redirect


Cyberdoc
09-23-2004, 02:22 AM
Hey guy's,

I spent an hour or so last night trying to get redirect to work...... :wink: I got as far as the game sending me back to the main page...then and estimate of the file size..then nothing.......no file was downloaded. I did end up with a .tmp file with the maps name, but alas it was empty.

i used the cvars posts a few days ago.

www 1
urlbase <www.8675309/maps>
disconnect 1

turned on autodownload in uo/uomain.cfg

Anyone get this to work.

btw, most of our maps were uploaded in .zip, i reupped the test map to the same location as a pk3

Cyberdoc
09-23-2004, 09:59 AM
Solved it this morning. Be sure that you have your pk's in a folder called uo on your webspace.

ww.yourweburl/cod/maps/UO/xxx.pk3

Your urlbase cvar does not need the uo folder in its path.

ww.yourweburl/cod/maps

MOMMA
09-23-2004, 12:04 PM
Hey thanks for the update, I'm sure that information will come in handy in the future as someone does a "search" on the same problem

(Yes I do believe some people use the search option....call me an optimust :wink: )

BoSBrian
09-23-2004, 02:22 PM
You can also add this to your command line and then you don't need to have a uo folder in your download site.

+set fs_homepath "C:\GameServers\BoS\CoD_III"

Of course replace my path with yours :wink:

Cyberdoc
09-23-2004, 11:57 PM
search option........we have one of those?

deckoh1
09-30-2004, 08:26 PM
bump...
can you elaborate a little , im running COD

i get the auto d/l

but do i have to write it in the .cfg

Cyberdoc
10-01-2004, 01:53 AM
This is what is in our main.cfg//Download redirect settings
set sv_wwwdownload 1
set sv_wwwbaseURL "http://www.s90704160.onlinehome.us/maps"
set sv_wwwdldisconnected 1

At that address on the net is a folder called "uo", the maps or other downloadable files go in that folder.

deckoh1
10-01-2004, 06:17 PM
thanks bud