Find a file
Kevin Degeling f744e5dc5a Updated release notes
Issue related to ARM has been reported upstream.
2020-06-07 20:44:32 +02:00
images Added images for appdata 2019-09-23 12:55:17 +02:00
.gitignore Add support for PrefersNonDefaultGPU 2020-05-06 18:56:41 +02:00
description.patch Changed logic concerning file access 2019-09-18 11:08:47 +02:00
flathub.json Updated release notes 2020-06-07 20:44:32 +02:00
org.zdoom.GZDoom.48.png Fixed icons and changed screenshots 2019-09-23 12:58:55 +02:00
org.zdoom.GZDoom.64.png Fixed icons and changed screenshots 2019-09-23 12:58:55 +02:00
org.zdoom.GZDoom.128.png Fixed icons and changed screenshots 2019-09-23 12:58:55 +02:00
org.zdoom.GZDoom.appdata.xml Updated release notes 2020-06-07 20:44:32 +02:00
org.zdoom.GZDoom.desktop Add support for PrefersNonDefaultGPU 2020-05-06 18:56:41 +02:00
org.zdoom.GZDoom.yaml GZDoom 4.4.0 2020-06-07 20:26:28 +02:00
README.md Fixed wrong paths and improved explanations a bit 2019-10-02 21:29:04 +02:00

GZDoom Flatpak edition

Installation of gamedata

  • Copy any commercial iwad into the folder ~/.var/app/org.zdoom.GZDoom/.config/gzdoom/
  • Optionally, configure the ~/.var/app/org.zdoom.GZDoom/.config/gzdoom/gzdoom.ini file to load other directories

Run with custom wads

Just as with the standalone 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 on unconventional spots

If you want to access wads in different locations, you might have to adjust the Flatpak sandboxing permissions. You can easily do that like this:

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