Youda008 / DoomRunner

Preset-oriented graphical launcher of various ported Doom engines (an alternative to ZDL)
GNU General Public License v3.0
235 stars 17 forks source link

Loading multiple PWADs in Crispy Doom #62

Closed buvk closed 2 years ago

buvk commented 2 years ago

In order to properly load multiple PWADs in Crispy Doom, Crispy Doom must be launched as follows:

"crispy-doom.exe" -file "pwad1.wad" "pwad2.wad"

DoomRunner launches as follows (this causes issues):

"crispy-doom.exe" -file "pwad1.wad" -file "pwad2.wad"

NightFright2k19 commented 2 years ago

Same for Woof!. It's actually one of the most urgent adjustments this launcher still needs.

Youda008 commented 2 years ago

Same as https://github.com/Youda008/DoomRunner/issues/62 Already solved.