File tree Expand file tree Collapse file tree 1 file changed +15
-7
lines changed
Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,21 @@ Official website: <https://opensurge2d.org>
5151
5252### How do I play a MOD?
5353
54- 1 . Download the MOD.
55- - Flatpak users: download it to ` ~/Downloads ` .
56- - Snap users: download it to your home folder.
57- - Other users: preferably download it to your home or user folder.
58- 2 . Load the game.
59- - Windows users: extract the package (typically a .zip file) and launch the executable.
60- - Other users: load the game from the options screen.
54+ 1 . Download the MOD
55+ - Windows / Android users: just download it
56+ - Flatpak users: download it to ` ~/Downloads ` (` $XDG_DOWNLOAD_DIR ` )
57+ - Snap users: download it to your home folder
58+ - Other \* nix users: preferably download it to your home folder
59+ 2 . Load the game
60+ - Windows users: extract the package and launch the executable
61+ - Android users: load the .zip file via options screen
62+ - Other users: load the game via options screen (or via [ command line] ( #command-line-options ) )
63+
64+ > By default, the Flatpak edition (Linux) cannot access your home folder. You may give it permission by running the following command:
65+ >
66+ > ` flatpak override --user --filesystem=$HOME org.opensurge2d.OpenSurge `
67+ >
68+ > You will be able to load MODs from your home folder then.
6169
6270### How can I create a MOD?
6371
You can’t perform that action at this time.
0 commit comments