Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
AveryMaurice

PWADs and Chocolate Doom?

Recommended Posts

Sorry if this is a noobish question.

How can I play PWADs with Chocolate Doom? I checked the setup file and tried dragging the PWAD over the exe file but it still doesnt work, my game IWAD is also in the same directory but I get an error "Game IWAD not found" even though when I play it normally it finds the IWAD.

So, can someone tell me from scratch how to play PWADs with Chocolate Doom?

Share this post


Link to post

You have to specify the iwad and pwads on the command line(like in the DOS versions). I usually just create a batch file for each wad. For example here is the one for community chest 2(cchest2.bat):

chocolate-doom -iwad doom2.wad -file cchest2.wad -nofullscreen -grabmouse

You really only need the -iwad parameter, the rest are optional.

Share this post


Link to post
Scet said:

You have to specify the iwad and pwads on the command line(like in the DOS versions). I usually just create a batch file for each wad. For example here is the one for community chest 2(cchest2.bat):

chocolate-doom -iwad doom2.wad -file cchest2.wad -nofullscreen -grabmouse

You really only need the -iwad parameter, the rest are optional.


Thanks, this worked perfectly.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  
×