Changes between Version 11 and Version 12 of GameDataPaths


Ignore:
Timestamp:
Mar 25, 2021, 3:19:45 PM (3 years ago)
Author:
Langbart
Comment:

added macOS hidden Library folder remark

Legend:

Unmodified
Added
Removed
Modified
  • GameDataPaths

    v11 v12  
    44
    55== Windows ==
    6 
    76'''Note:''' If you only want to find the game's logs on Windows and you installed an Alpha release, use the '''Start menu > 0 A.D. alpha > Open logs folder''' shortcut; SVN users can run [source:/ps/trunk/source/tools/openlogsfolder/OpenLogsFolder.bat source/tools/openlogsfolder/OpenLogsFolder.bat] instead.
    87
    9 === Vista or newer ===
     8=== Vista/ Windows 10 ===
     9For saved games, replays, screenshots and mod data (eg: saved maps):
    1010
    11 For saved games, replays, screenshots and mod data (eg: saved maps):
    1211 * `C:\Users\JohnDoe\Documents\My Games\0ad\`
    1312 * Just view "Documents" or "My Documents" in Explorer.
     13
    1414For logs and cache:
     15
    1516 * `C:\Users\JohnDoe\AppData\Local\0ad\`
    1617 * You can use the `%localappdata%` variable as a shortcut: `%localappdata%\0ad\`
     18
    1719For user config and possibly other user data:
     20
    1821 * `C:\Users\JohnDoe\AppData\Roaming\0ad\`
    1922 * You can use the `%appdata%` variable as a shortcut: `%appdata%\0ad\`
    2023
    2124=== XP / 2000 ===
     25For saved games, replays, screenshots and mod data:
    2226
    23 For saved games, replays, screenshots and mod data:
    2427 * `C:\Documents and Settings\JohnDoe\My Documents\My Games\0ad\`
    2528 * Just view "My Documents" in Explorer.
     29
    2630For logs and cache:
     31
    2732 * `C:\Documents and Settings\JohnDoe\Local Settings\Application Data\0ad\`
     33
    2834For user config and possibly other user data:
     35
    2936 * `C:\Documents and Settings\JohnDoe\Application Data\0ad\`
    3037 * You can use the `%appdata%` variable as a shortcut: `%appdata%\0ad\`
     
    3239'''Note:''' These paths are localized, for instance in German the logs path is `C:\Dokumente und Einstellungen\Max Mustermann\Lokale Einstellungen\Anwendungsdaten\0ad\logs`.
    3340
    34 -----
    35 == OS X ==
    36 
     41----
     42== macOS ==
    3743Apple's [http://developer.apple.com/library/mac/documentation/General/Conceptual/MOSXAppProgrammingGuide/AppRuntime/AppRuntime.html#//apple_ref/doc/uid/TP40010543-CH2-SW9 guidelines] are followed as closely as possible.
    3844
    3945For non-cache data created during the game:
     46
    4047 * `~/Library/Application\ Support/0ad/`
     48
    4149For cached data:
     50
    4251 * `~/Library/Caches/0ad/`
    4352
    44 '''Note:''' "~" is a shorthand for the current user directory.
     53'''Note:''' `~`(`Alt`+`N`) is a shorthand for the current user directory. The `Library` folder is hidden by default, just press `Shift`+`cmd`+`.` to see it. Image below for more clarity.
    4554
    46 -----
     55[[Image(Manual_BasicGameplay:macOS_library_folder.jpg,200)]]
     56
     57----
    4758== Linux ==
    48 
    4959Standard [http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html XDG base directories] are used.
    5060
    5161For most data created during the game (replays, screenshots, savegames):
     62
    5263 * `~/.local/share/0ad/`
    5364 * Up to A19, replays would be found in ~/.config/0ad/logs/sim_log
     65
    5466For user config and logs:
     67
    5568 * `~/.config/0ad/`
     69
    5670For cached data:
     71
    5772 * `~/.cache/0ad/`
    5873