I'm struggling with this. I've installed GZDoom as flatpack (Linux Mint 22), it runs, yay. I have a folder with hundreds of wad files and I want to play one of them. However GZDoom just ignores the "Additional Parameters".
For example these do nothing (no errors/warnings, just runs GZDoom ignoring the wad I specified):
-file ~/Games/Doom/SomeWad.wad
-file "~/Games/Doom/SomeWad.wad"
file ~/Games/Doom/SomeWad.wad
~/Games/Doom/SomeWad.wad
Yes, the case is correct and in a terminal "cd ~/Games/Doom" switches me to the directory.
So, I edited gzdoom.ini (in ~/.var/app/org.zdoom.GZDoom/.config/gzdoom") to specifically add the directory:
Code: Select all
# These are the directories to search for wads added with the -file
# command line parameter, if they cannot be found with the path
# as-is. Layout is the same as for IWADSearch.Directories
[FileSearch.Directories]
Path=$HOME/.config/gzdoom
Path=$HOME/.local/share/games/doom
Path=$HOME/Games/Doom <---------- I Added this
Path=/usr/local/share/
Path=/usr/local/share//doom
Path=/usr/local/share//games/doom
Path=/usr/local/share/doom
Path=/usr/local/share/games/doom
Path=/usr/share/doom
Path=/usr/share/games/doom
Path=$DOOMWADDIR
then tried:
-file SomeWad.wad
-file "SomeWad.wad"
file SomeWad.wad
SomeWad.wad
Still nothing - gzdoom just runs like nothing was specified. Wish it'd just error if it doesnt understand something
What am I missing ?
I previously ran these wads (Mint 18!) by dragging the wads onto the gzdoom executable - not ideal, but it worked.
TTFN,
Jon
I'm struggling with this. I've installed GZDoom as flatpack (Linux Mint 22), it runs, yay. I have a folder with hundreds of wad files and I want to play one of them. However GZDoom just ignores the "Additional Parameters".
For example these do nothing (no errors/warnings, just runs GZDoom ignoring the wad I specified):
-file ~/Games/Doom/SomeWad.wad
-file "~/Games/Doom/SomeWad.wad"
file ~/Games/Doom/SomeWad.wad
~/Games/Doom/SomeWad.wad
Yes, the case is correct and in a terminal "cd ~/Games/Doom" switches me to the directory.
So, I edited gzdoom.ini (in ~/.var/app/org.zdoom.GZDoom/.config/gzdoom") to specifically add the directory:
[code]
# These are the directories to search for wads added with the -file
# command line parameter, if they cannot be found with the path
# as-is. Layout is the same as for IWADSearch.Directories
[FileSearch.Directories]
Path=$HOME/.config/gzdoom
Path=$HOME/.local/share/games/doom
Path=$HOME/Games/Doom <---------- I Added this
Path=/usr/local/share/
Path=/usr/local/share//doom
Path=/usr/local/share//games/doom
Path=/usr/local/share/doom
Path=/usr/local/share/games/doom
Path=/usr/share/doom
Path=/usr/share/games/doom
Path=$DOOMWADDIR
[/code]
then tried:
-file SomeWad.wad
-file "SomeWad.wad"
file SomeWad.wad
SomeWad.wad
Still nothing - gzdoom just runs like nothing was specified. Wish it'd just error if it doesnt understand something :-(
What am I missing ?
I previously ran these wads (Mint 18!) by dragging the wads onto the gzdoom executable - not ideal, but it worked.
TTFN,
Jon