Jump to content

Problems with Woof


Nights

Recommended Posts

So I just recently picked up the Woof source port, and I gotta say after only using it for a short time, I love it. But besides that:

Earlier I was trying to launch NRFTL through the command line, and I kept getting this error. But whenever I did a simple drag and drop, it worked just fine.

 

Any ideas what the problem could be?

Screenshot (1).png

Share this post


Link to post
18 hours ago, Gibbon said:

Could you show us how you were launching it via the command line?

This what I have. This is my first time actually using the command line, so forgive me if the problem is obvious1396661431_Screenshot(2).png.c76e09de9bcc642dfa44eb2d92a56ba7.png

Share this post


Link to post
1 hour ago, Kanzen said:

This what I have. This is my first time actually using the command line, so forgive me if the problem is obvious1396661431_Screenshot(2).png.c76e09de9bcc642dfa44eb2d92a56ba7.png

Change -iwad to -file:

woof.exe -file nerve.wad

 

Share this post


Link to post

If you have DOOM2.WAD in the same DIR or any path you set then that's fine.  Otherwise you should specify the doom2 iwad then the file.

Edited by Gibbon

Share this post


Link to post
  • 3 weeks later...

Nerve.wad is a PWAD.  It is only level maps, and modified monsters.

It requires a specific IWAD, which has all the textures and the basic monsters.

Guessing:  Nerve.wad requires doom2.wad.

Guessing: Woof loads doom2.wad as the IWAD, by default.

 

Otherwise: you would have to fully specify the IWAD and PWAD as follows

>> woof  -iwad doom2.wad  -file nerve.wad

>> woof  -iwad freedoom.wad  -file nerve.wad

>> woof  -iwad doom1.wad  -file  /games/doomwads/tormuse.wad

# gothictx is a support wad
# camelot is a doom2 PWAD but also uses textures from gothictx
>> woof  -iwad doom2.wad  -file  /games/doomwads/gothictx.wad  /games/doomwads/camelot.wad

 

 

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...