Open
Description
Player platform:
Windows, Linux, macOS, ...
Currently the EasyRPG Player for PCs is always "portable", even if globally installed using apt. There could be a way to make it possible to keep some data globally:
- If working directory is a game directory, just do what it currently do.
- If is starting game browser, then try to load data from either
~/.easyrpg
or~/.config/eassyrpg
(Linux/Unix),%USERPROFILE%\AppData\Local\easyrpg
. - This can be overridden by
--portable true/false
. - Thing in global data directory can be:
- RTP data (./rtp)
- Save data (./saves/<GAME_DIR_NAME>)
- Soundfont (./soundbank.sf2)
- RPG_RT.ini (./RPG_RT.ini) (overridden by those in the game directory)
- Can be overridden by
--rtp-path
,--save-path
, etc. - games (./games) (scanned and pinned to the top of game browser, separated by a separator line)