Wad Files
buggerbb
Join Date: 2003-03-04 Member: 14296Members
<div class="IPBDescription">how to DL through HL</div> Hey, I have been having some trouble with this the past few days, and i was wondering if someone could help...
How do i make it so people, when they join a server that is playing my map and they don't have it, able to DL it...
If i just have the .bsp that it is easy, they just DL that and play, but when i have a custom .wad then they just drop out of the game, and it says "can't find .wad"... why?
-Danish Monkey <!--emo&:(--><img src='http://www.unknownworlds.com/forums/html/emoticons/sad.gif' border='0' style='vertical-align:middle' alt='sad.gif'><!--endemo-->
How do i make it so people, when they join a server that is playing my map and they don't have it, able to DL it...
If i just have the .bsp that it is easy, they just DL that and play, but when i have a custom .wad then they just drop out of the game, and it says "can't find .wad"... why?
-Danish Monkey <!--emo&:(--><img src='http://www.unknownworlds.com/forums/html/emoticons/sad.gif' border='0' style='vertical-align:middle' alt='sad.gif'><!--endemo-->
Comments
I thought so.
Ahh yes, here we go:
<a href='http://ahlmd.telefragged.com/old/tutres.shtml' target='_blank'>Creating .res files for your maps</a>.
Good luck. <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->
maps/ns_coolmap.bsp
maps/ns_coolmap.res
ns_coolmap.wad
models/ns_coolmap/nude_kittehgirl.mdl
sounds/ns_coolmap/i_am_leet.wav
You get the idea...
HOWEVER, if you just have a custom wad to include with your map, it is far simpler to wadinclude it in the map so it is actually part of the same file as the bsp. To do this use the -wadinclude wadname parameter in hlcsg.
ns_coolmap.wad
models/ns_coolmap/nude_kittehgirl.mdl
sounds/ns_coolmap/i_am_leet.wav
Now you mappers know what I have to do to get ALL the files in your map on my clients machine.