Changes between Version 15 and Version 16 of Finding_Your_Way_Around


Ignore:
Timestamp:
2012-04-15 22:04:05 (13 months ago)
Author:
leper
Comment:

Clarify linux paths

Legend:

Unmodified
Added
Removed
Modified
  • Finding_Your_Way_Around

    v15 v16  
    2222This directory contains data distributed to all users of the game. However, some data saved during games is stored in a separate location, depending on the user's OS: 
    2323 * Windows: local user data is stored in `%appdata%\0ad\` (and `%localappdata%\0ad\` for cache and logs, when available) 
    24  * Linux: local user data is stored in `~/.local/shared/0ad/` and `~/.config/0ad/` 
     24 * Linux: local user data is stored in `$XDG_DATA_HOME/0ad/` (defaults to `~/.local/share/`) (for screenshots and saves) and `$XDG_CONFIG_HOME/0ad/` (defaults to `~/.config/`) (for config and logs) 
    2525 * Mac OS X: local user data is stored in `~/Library/Application Support/0ad/` and `~/Library/Caches/0ad/` 
    2626