You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are curious, read the detailed explanation of all the [configuration options](Manpage.md).
60
65
The configuration filename is arbitrary, but check the note in the *Options* section.
61
66
@@ -72,7 +77,8 @@ screen. If that doesn't happen, check the end of the log for errors and fix the
72
77
configuration file as needed. Usually the game path is set wrong.
73
78
74
79
Run the `gemrb` binary, optionally specifying the desired configuration: `gemrb.exe -c torment.cfg`
75
-
or game path: `gemrb /games/gog/iwd2`.
80
+
or game path: `gemrb /games/gog/iwd2`. This also works with the Flatpak version:
81
+
`flatpak run org.gemrb.gemrb ~/.var/app/org.gemrb.gemrb/data/iwd2`.
76
82
77
83
If you named the configuration file `GemRB.cfg` and put it in the same folder as the binary,
78
84
that file will be used automatically. If the GemRB files are put into a game folder, it will
@@ -81,7 +87,8 @@ can **just click on the program**.
81
87
82
88
If you're using a touch screen, read this page for the [gesture information](Touch-input.md).
83
89
84
-
On Linux, BSDs and similar, the configuration file will be searched for in `$XDG_CONFIG_HOME/gemrb`, `~/.config/gemrb`, `/etc/gemrb`, `~/.gemrb` and the current working directory.
90
+
On Linux, BSDs and similar, the configuration file will be searched for in
91
+
`$XDG_CONFIG_HOME/gemrb`, `~/.config/gemrb`, `/etc/gemrb`, `~/.gemrb` and the current working directory.
0 commit comments