Page 1 of 1

Lil Bit of Help

Posted: Wed May 31, 2006 8:50 pm
by Elbulus
Ok this may not be totally Zombie Mod related but worth a shot, basicly i've just been setting my server up with zombie mod, i decided to try the map downloading so i moved my Maps folder then the server changed map to zombie_mansion_atnight_beta3 and for some reason it didnt let me download is just turns around and says map not found ....

It does this for 2 of my mates who were on the server as well any thoughts as to what might be going on ?

Elb.

Posted: Wed May 31, 2006 10:54 pm
by KingPin
are you using inbuilt downloads or sv_downloadurl downloads?

if sv_downloadsurl then can you access the bsp file using your browser?

and you are right this isnt Zm related ;)

Posted: Wed May 31, 2006 11:06 pm
by Elbulus
well i was running it from server downloads.. 1 map worked but none of the others seemed to :(

just tried the sv_downloadurl and get
Couldn't CRC map maps/officerampageb7.bsp


Hosting them on my Works webspace at the moment just to see if this will solve it
directory there in is here http://robert-young.com/cstrike/maps/


tryed looking up what cant CRC map means but no luck >.<

Posted: Wed May 31, 2006 11:38 pm
by SauceHelmet
I had that message before, is the server home-ran or rented? I've only seen the message on home-ran servers.

Posted: Wed May 31, 2006 11:39 pm
by KingPin
i dont think your webserver allows bsp files downloads, i couldnt get it using FF. I will google some answers, maybe IIS needs mime types for BSP ...

Posted: Wed May 31, 2006 11:40 pm
by Elbulus
Rented....i've sent a support ticket into where i rent it from gonna see what they say, i've noticed that i can send them all the maps i want and they will make the changes for me so i think i might just go with that route unless anyone has any other solutions ?

Posted: Wed May 31, 2006 11:46 pm
by KingPin
IIS seems to lockdown files if they dont have a mimetype encoding asociated (or so I see on google, I dont use IIS)

If you can add mimetypes look here for howto :

http://www.onlineworkshop.net/misc/MIME ... in_IIS.htm

and the mimetype for .bsp files according to google/steamforums is :

Code: Select all

Add the mime type for .bsp files as "application/x-srcds"