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

DEUTEX doesn't work!

Recommended Posts

I use the merge command to merge a patch for the shotgun into the IWAD to run with DOOM.EXE but It just crashes when I start! And in ZDoom, nothing happens to the shotgun!

deutex -merge Doom.wad DOOM_PROJECT.WAD
It says that it's patched by I saw no change in either of the wads!

Share this post


Link to post

DeuTex doesn't work that way. You first need to extract DOOM_PROJECT.WAD's contents...

deutex -xtract DOOM_PROJECT.WAD
...then merge that content with Doom.wad (not that I'd recommend you do so).
deutex -merge Doom.wad

Share this post


Link to post
Guest DILDOMASTER666

...Yeah. You really shouldn't be patching/modifying Doom.wad for any reason. Use the -file command-line option.

Share this post


Link to post

Not for pwads with sprites.

Chocolate Doom (which is almost identical to .exe in behavior) has a -merge option you can use to directly load the wad. It mimicks the -merge option from deutex, but without having to actually modify any iwads.

Most other source ports don't require the iwad to be patched. They can load sprites and such from pwads via the -file command. So unless you're hellbent on using .exe, there is absolutely no need to modify your iwads.

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  
×