Find a file
Eonfge 2cbb6b76ac
Merge pull request #73 from flathub/build-config-changes
Apply patch for id1 (Legacy of Rust) compatibility
2024-08-12 15:30:05 +02:00
images Added images for appdata 2019-09-23 12:55:17 +02:00
shared-modules@f390979231 Apply patch for id1 (Legacy of Rust) compatibility 2024-08-12 15:21:42 +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
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.12.2 2024-04-29 07:03:14 +02:00
org.zdoom.GZDoom.desktop Add support for PrefersNonDefaultGPU 2020-05-06 18:56:41 +02:00
org.zdoom.GZDoom.yaml Use exec to remove one layer of bash-indirection 2024-02-14 08:51:26 +01:00
README.md Updated documentation 2021-12-10 19:14:47 +01:00

GZDoom Flatpak edition

Installation of game-data

  • 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 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