-
Notifications
You must be signed in to change notification settings - Fork 218
User Resource Directory
The User Resource Directory, also known as the config folder, is used to store user-specific files such as SystemMessages.log
, screenshots, and sceneshots.
Some of the files in this directory are can only be read and write by OpenSpades while there is any instance of it running.
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.
Since 0.1.0, it's possible to access the User Resource Directory using the Startup Window "General" tab.
In previous versions, you need to manually open the location for your operating system, as listed above.
This is the (incomplete) structure of the User Resource Directory, as of 0.1.0:
File/Folder | Description | Additional Information |
---|---|---|
SystemMessages.log |
Log file from the last instance of OpenSpades | Used for debugging purposes |
SPConfig.cfg |
File where OpenSpades stores all settings | See also: Config Variables |
favorite_servers.json |
Contains all the user favorite servers | See also: Server Browser |
NetLogs/ |
Directory used to store NetLogs | See also: NetLogs |
NOTE: This page is still in a work-in-progress state, containing incomplete information.
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.