Changes between Version 18 and Version 19 of GameDataPaths


Ignore:
Timestamp:
Nov 2, 2022, 1:15:53 PM (18 months ago)
Author:
Ceres
Comment:

Added 11 to Windows Vista/10, restructured format incl. notes, and provided %PATH% information consistently (confirmed for Windows 11)

Legend:

Unmodified
Added
Removed
Modified
  • GameDataPaths

    v18 v19  
    44
    55== Windows ==
    6 '''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.
     6=== Windows Vista/10/11 ===
     7For mods, replays, saved games, and screenshots:
    78
    8 === Vista/ Windows 10 ===
    9 For saved games, replays, screenshots and mod data (eg: saved maps):
     9 * Link: `%UserProfile%\documents\my games\0ad\`
     10 * E.g.: C:\Users\JohnDoe\Documents\My Games\0ad\
     11   * mods
     12   * replays
     13   * saves
     14   * screenshots
    1015
    11  * `C:\Users\JohnDoe\Documents\My Games\0ad\`
    12  * Just view "Documents" or "My Documents" in Explorer.
     16For cache and logs:
    1317
    14 For logs and cache:
     18 * Link: `%LocalAppData%\0ad\`
     19 * E.g.: C:\Users\JohnDoe\AppData\Local\0ad\
     20   * cache
     21   * logs
    1522
    16  * `C:\Users\JohnDoe\AppData\Local\0ad\`
    17  * You can use the `%localappdata%` variable as a shortcut: `%localappdata%\0ad\`
     23'''Note:''' If you installed a 0 A.D. Alpha release, use the Windows '''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.
    1824
    1925For user config and possibly other user data:
    2026
    21  * `C:\Users\JohnDoe\AppData\Roaming\0ad\`
    22  * You can use the `%appdata%` variable as a shortcut: `%appdata%\0ad\`
     27 * Link: `%AppData%\0ad\`
     28 * E.g.: C:\Users\JohnDoe\AppData\Roaming\0ad\
     29   * config
    2330
    24 '''Note:''' When starting 0 A.D. with the [https://github.com/0ad/0ad/blob/master/binaries/system/readme.txt -writableRoot] start parameter, runtime game data are stored in the root data directory (only use if you have write permissions on that directory). In case of using an SVN version, this would be under `\trunk\binaries\data\`
     31'''Note:''' When starting 0 A.D. with the [https://github.com/0ad/0ad/blob/master/binaries/system/readme.txt -writableRoot] start parameter, runtime game data are stored in the root data directory (only use this if you have write permissions on that directory). In case of using an SVN version, this would be under `\trunk\binaries\data\`.
    2532
    26 === XP / 2000 ===
    27 For saved games, replays, screenshots and mod data:
     33=== Windows XP/2000 ===
     34For saved games, replays, screenshots, and mod data:
    2835
    2936 * `C:\Documents and Settings\JohnDoe\My Documents\My Games\0ad\`