Changes between Version 19 and Version 20 of GameDataPaths


Ignore:
Timestamp:
Nov 2, 2022, 5:10:39 PM (18 months ago)
Author:
Ceres
Comment:

Reverted to version 18.

Legend:

Unmodified
Added
Removed
Modified
  • GameDataPaths

    v19 v20  
    44
    55== Windows ==
    6 === Windows Vista/10/11 ===
    7 For mods, replays, saved games, and screenshots:
     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.
    87
    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
     8=== Vista/ Windows 10 ===
     9For saved games, replays, screenshots and mod data (eg: saved maps):
    1510
    16 For cache and logs:
     11 * `C:\Users\JohnDoe\Documents\My Games\0ad\`
     12 * Just view "Documents" or "My Documents" in Explorer.
    1713
    18  * Link: `%LocalAppData%\0ad\`
    19  * E.g.: C:\Users\JohnDoe\AppData\Local\0ad\
    20    * cache
    21    * logs
     14For logs and cache:
    2215
    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.
     16 * `C:\Users\JohnDoe\AppData\Local\0ad\`
     17 * You can use the `%localappdata%` variable as a shortcut: `%localappdata%\0ad\`
    2418
    2519For user config and possibly other user data:
    2620
    27  * Link: `%AppData%\0ad\`
    28  * E.g.: C:\Users\JohnDoe\AppData\Roaming\0ad\
    29    * config
     21 * `C:\Users\JohnDoe\AppData\Roaming\0ad\`
     22 * You can use the `%appdata%` variable as a shortcut: `%appdata%\0ad\`
    3023
    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\`.
     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\`
    3225
    33 === Windows XP/2000 ===
    34 For saved games, replays, screenshots, and mod data:
     26=== XP / 2000 ===
     27For saved games, replays, screenshots and mod data:
    3528
    3629 * `C:\Documents and Settings\JohnDoe\My Documents\My Games\0ad\`