-
Notifications
You must be signed in to change notification settings - Fork 218
Directories
The User Resource Directory (a.k.a. the config folder) is used to store user-specific files, such as SystemMessages.log
, screenshots, and sceneshots.
These are the locations for each operating system:
Operating system | Location |
---|---|
Windows | %APPDATA%\OpenSpades\Resources |
OS X | ~/Library/Application Support/OpenSpades/Resources |
GNU/Linux | $XDG_DATA_HOME/openspades/Resources |
This directory is guaranteed to be owned and writable by a user.
"Portable" mode is enabled when a directory named UserResources
exists in the directory where OpenSpades.exe
is located, in which case the UserResources
will be the default user resource directory.
The Global Resource Directory contains all external resources that OpenSpades needs.
It contains .paks from the official release and has to be replaced every time OpenSpades is upgraded, or else OpenSpades will probably be unable to work at all.
These are the locations for each operating system:
Operating system | Location |
---|---|
Windows | WHERE_OPENSPADES_EXE_IS_LOCATED\Resources |
OS X | OpenSpades.app/Contents/Resources |
GNU/Linux | /usr/local/share/games/openspades/Resources |
OpenSpades will not create nor overwrite any files in this directory.
This wiki is in the middle of an update process to match the latest changes of OpenSpades 0.1.2
It may contain outdated, incorrect or incomplete information.
Please contact the repository owner (@yvt) via email or ask a question in the issue tracker if there is any obscure information you are looking for that can't be found in neither the source code nor in this wiki.