Youda008 / DoomRunner

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

Prioritize preset arguments over global arguments #150

Closed charlesthobe closed 4 months ago

charlesthobe commented 4 months ago

Also added lowercase "/build*" to .gitignore

charlesthobe commented 4 months ago

Rational; when having arguments with different parameters, the latter arguments take precedence over the earlier ones.

e.g running gzdoom +fluid_patchset soundfont1.sf2 +fluid_patchset soundfont2.sf2 sets fluid_patchset to soundfont2.sf2

And a user might want to set an argument globally to something then to something else for some presets.

charlesthobe commented 4 months ago

You're welcome