Find a file
2021-07-26 17:13:39 +02:00
images Added images for appdata 2019-09-23 12:55:17 +02:00
shared-modules@9ab1471875 Update GZDoom to 4.6.1 2021-07-26 17:03:48 +02:00
.gitignore Add support for PrefersNonDefaultGPU 2020-05-06 18:56:41 +02:00
.gitmodules Update shared modules 2020-10-30 21:42:31 +01:00
description.patch Changed logic concerning file access 2019-09-18 11:08:47 +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 Update GZDoom to 4.6.1 2021-07-26 17:03:48 +02:00
org.zdoom.GZDoom.desktop Add support for PrefersNonDefaultGPU 2020-05-06 18:56:41 +02:00
org.zdoom.GZDoom.yaml Switch to a shared-module 2021-06-03 16:35:45 +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