Posts: 477
Threads: 87
Joined: Nov 2008
Reputation:
5
09-04-2009, 12:11 AM
Is there a reason people sometimes still get that error with my sv_downloadurl? Some people dl the map some don't...
I have the sv_downloadurl correct
(files are bz2ed on the url but not on the gameserver)
net_maxfilesize 99
sv_allowupload 1
sv_allowdownload 1
sv_consistency 1
sv_pure 0
What am I missing?!?!
Posts: 477
Threads: 87
Joined: Nov 2008
Reputation:
5
Do caps matter on an sv_downloadurl?
Posts: 477
Threads: 87
Joined: Nov 2008
Reputation:
5
yes...
if BLA_blabla.bsp is different then bla_blabla.bsp i have a problem :d
Posts: 1,033
Threads: 13
Joined: Oct 2008
Reputation:
11
ALWAYS PUT SV CONSISTENCY 0 WHEN ADDING MAPS/SKINS OR ANY OTHER DOWNLOADABLE FILES
Posts: 477
Threads: 87
Joined: Nov 2008
Reputation:
5
Are you sure? Cuz it seemed worse when I added it XD
But okay ill try soon, can I get like some explanation though? >.<
Posts: 1,033
Threads: 13
Joined: Oct 2008
Reputation:
11
sv_consistency 1 forces the exact same files that the server has, breaking maps, skins and such.
Posts: 477
Threads: 87
Joined: Nov 2008
Reputation:
5
Then what does that have to do with missing map error for users who don't have it?
If it forces it, doesn't that mean force dl?