Couldnt Open Wad Files

Use this forum if you have a relatively general question or comment about a game, Ventrilo, TeamSpeak, or Murmur/Mumble server with us. If you have a server-specific question that might not help out the community, please directly contact us through your control panel instead.
Post Reply
Mr. White
A semi-regular
A semi-regular
Posts: 29
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Wed Dec 29, 2004 3:48 am

Couldnt Open Wad Files

Post by Mr. White »

Only reason im posting here is because i have searched steam, day of defeat, nfo forum and have failed to find an answer.

Im uploading custom maps onto my server, again im having problems with these wad files. I have created res files for maps in ex. dod_dream.res

In my res files i include all the files that come with the map. I have created a dodmaps directory on my site to support sv_downloadurl. In my server, config i have sv_downloadurl 1 "http//mysite/dodmaps"

However, i cant open the wad file. I have put the wad file into the main directory, no work. I have put it in a sub directory, no work. I also tried putting it into the map directory still no luck. I keep the res files in the map folder correct?

I have tried many variations and havent any luck and wondering if any others are having simliar problem or could you tell me what i might be doing wrong.

Thank you for your time,

Mr. White
sk.nuclearfallout.net
Mr. White
A semi-regular
A semi-regular
Posts: 29
Joined: Wed Dec 29, 2004 3:48 am

Post by Mr. White »

ahh yes this is what for a dod_dream.res

dod_dream.wad
maps/dod_dream.txt
models/mapmodels/flo_grass.mdl
models/mapmodels/w_gfolder.mdl
overviews/dod_dream.bmp
overviews/dod_dream.txt
sprites/obj_icons/dod_dream/icon_obj_custom1_allies.spr
sprites/obj_icons/dod_dream/icon_obj_custom1_axis.spr
sprites/obj_icons/dod_dream/icon_obj_custom1_neutral.spr
dod_dream.cfg

This is what i have now and works perfectly now, i dont know why the space makes the differnce between the wad and other files, but it does.

dod_dream.wad

maps/dod_dream.txt
models/mapmodels/flo_grass.mdl
models/mapmodels/w_gfolder.mdl
overviews/dod_dream.bmp
overviews/dod_dream.txt
sprites/obj_icons/dod_dream/icon_obj_custom1_allies.spr
sprites/obj_icons/dod_dream/icon_obj_custom1_axis.spr
sprites/obj_icons/dod_dream/icon_obj_custom1_neutral.spr
dod_dream.cfg

Works like a charm, sorry to disturb ya.
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

thats really odd you needed the space. Glad you got it working :D
-Nick
Fyrmn472
A regular
A regular
Posts: 31
Joined: Tue Apr 20, 2004 10:27 am

Post by Fyrmn472 »

I have the same problem with the wad files.
Mr. White wrote:I have created a dodmaps directory on my site to support sv_downloadurl. In my server, config i have sv_downloadurl 1 "http//mysite/dodmaps"
How do you created res file?
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

take a look at our tutorial on creating .res files here
-Nick
Fyrmn472
A regular
A regular
Posts: 31
Joined: Tue Apr 20, 2004 10:27 am

Post by Fyrmn472 »

I created the following .res file for dod_advance. Here's link to download: http://www.addictedtodod.com/downloads/ ... dvance.exe.

Code: Select all

dod_advance.wad

maps/dod_advance.txt
maps/dod_advance.bmp
maps/dod_advance_detail.txt
overviews/dod_advance.bmp
overviews/dod_advance.txt
overview/old/dod_advance.bmp
overview/old/dod_advance.txt
sprites/obj_icons/dod_advance/icon_obj_custom1_allies.spr
sprites/obj_icons/dod_advance/icon_obj_custom1_axis.spr
sprites/obj_icons/dod_advance/icon_obj_custom1_neutral.spr
sprites/obj_icons/dod_advance/icon_obj_custom2_allies.spr
sprites/obj_icons/dod_advance/icon_obj_custom2_allies.spr
sprites/obj_icons/dod_advance/icon_obj_custom1_neutral.spr
I left the space after the .wad file line, but I still get .wad error after downloading. Any suggestions?
Post Reply