I have a few maps that use .wad files. I have them located in the main folder but when CS downloads the map from the server, I get a message saying it could not open the wad file. Should the wad file be located somewhere else?
Thanks.
Wad Files
-
- A regular
- Posts: 46
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Tue Dec 03, 2002 5:31 pm
- Contact:
you need to create a .res file for the map. this file simply tells the server what files to make the client download. Making a .res file is easy:
say the map is de_hoohoo.bsp and the wad file is de_hoohoo.wad
simply open up notepad and type de_hoohoo.wad on the first line, then save the file as de_hoohoo.res .
now upload the res file to the /maps folder and you are good to go.
also if the maps have anyother custom files, like sounds or what not, you define them in the res as well. make sure you include the path to the file, like:
souds/ambience/hoohoobackground.wav
glhf
say the map is de_hoohoo.bsp and the wad file is de_hoohoo.wad
simply open up notepad and type de_hoohoo.wad on the first line, then save the file as de_hoohoo.res .
now upload the res file to the /maps folder and you are good to go.
also if the maps have anyother custom files, like sounds or what not, you define them in the res as well. make sure you include the path to the file, like:
souds/ambience/hoohoobackground.wav
glhf
-
- A regular
- Posts: 46
- Joined: Tue Dec 03, 2002 5:31 pm
- Contact:
-
- A regular
- Posts: 46
- Joined: Tue Dec 03, 2002 5:31 pm
- Contact:
-
- This is my homepage
- Posts: 314
- Joined: Thu Jan 08, 2004 8:28 pm
-
- A regular
- Posts: 46
- Joined: Tue Dec 03, 2002 5:31 pm
- Contact:
-
- This is my homepage
- Posts: 314
- Joined: Thu Jan 08, 2004 8:28 pm