Youda008 / DoomRunner

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

[BUG] Custom command line option does not work with spaces #121

Closed proydoha closed 11 months ago

proydoha commented 11 months ago

When adding custom command line options to 'Add mods' column it seems like anything without spaces works (-nomonsters for example) but if I'm adding anything with a space in it it seemingly gets ignored (for example +map map02 will load you into main menu instead of map02)

'Final launch command' looks correct but something is not working right.

'Additional command line arguments' still working as usual so that one gets added correctly

Youda008 commented 11 months ago

Ah, forgot about this. Will fix it in the next version. Until then you have to split it into 2 entries.

Youda008 commented 11 months ago

fixed