Find a file
Eonfge 0ec73a40ad
Merge pull request #2 from flathub/release-patch
Fixed icons and changed screenshots
2019-09-23 13:07:46 +02:00
images Added images for appdata 2019-09-23 12:55:17 +02:00
.gitignore Functional GZDoom script 2019-09-10 00:05:07 +02:00
description.patch Changed logic concerning file access 2019-09-18 11:08:47 +02:00
flathub.json Added ARM to the blacklist 2019-09-10 17:57:16 +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 Fixed icons and changed screenshots 2019-09-23 12:58:55 +02:00
org.zdoom.GZDoom.desktop Changed logic concerning file access 2019-09-18 11:08:47 +02:00
org.zdoom.GZDoom.yaml Fixed icons and changed screenshots 2019-09-23 12:58:55 +02:00
README.md Working GZDoom implementation 2019-09-10 00:52:23 +02:00

GZDoom Flatpak edition

Installation of gamedata

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

Run with custom wads

Just as with the standalone GZDoom, you can pass commands through

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

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

For more info, see

Accessing files on unconventional spots

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