Youda008/DoomRunner

[Feature] Proper loading of deh/hhe patches

Closed this issue · 4 comments

When selecting a DEHACKED lump for Doom or Heretic (.deh/.hhe) as a mod, DoomRunner would add it to the command line via -file parameter. This wouldn't work.

If it's doable, it'd be great if the launcher automatically picked the -deh parameter instead for such file endings.

-deh parameter for .deh and .bex files is there for a long a time already. .hhe is not, i didn't know about it.
Are there any other special file types you know?

Not from the top of my head. HHE is kinda exotic, but Chocolate, Crispy and compatible support it, both as external file to load and an internal lump, renamed to HEHACKED.

Guess a workaround would be to simply rename the file ending to .deh, but it's not exactly the same format, anyway, so it's better to have proper support for it.

Important: Launch parameter remains the same, so it's NOT -hhe, but -deh as well.

Commited to master branch.

I think we can consider this one closed. Thanks for implementing! ^^