flathub / org.zdoom.GZDoom

https://flathub.org/apps/details/org.zdoom.GZDoom
5 stars 2 forks source link

GZDoom Flatpak edition

Installation of game-data

Run with custom wads

Just as with the stand-alone GZDoom, you can pass commands through using the command line. If you want to play custom wads, you can add them to a sub-directory of /gzdoom/ and then you can directly access then from the terminal:

flatpak run org.zdoom.GZDoom -file ~/.var/app/org.zdoom.GZDoom/.config/gzdoom/pwads/PL2.WAD
cd ~/.var/app/org.zdoom.GZDoom/.config/gzdoom/pwads/
flatpak run org.zdoom.GZDoom -file ./PL2.WAD

For more info, see:

Accessing files

If you want to access wads in different locations, you might have to adjust the Flatpak sandboxing permissions.

GUI

You can use Flatseal to visually manage your permissions: https://flathub.org/apps/details/com.github.tchx84.Flatseal

Terminal

You can easily do that like this:

flatpak override org.zdoom.GZDoom --filesystem=/OTHER/LOCATION/WITH/WADS --user