Changes between Version 17 and Version 18 of GameDataPaths


Ignore:
Timestamp:
Oct 13, 2021, 12:46:57 PM (3 years ago)
Author:
Langbart
Comment:

Clarify the location of macOS according to feedback from two sources.

Legend:

Unmodified
Added
Removed
Modified
  • GameDataPaths

    v17 v18  
    4545Apple'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.
    4646
    47 For non-cache data (`config` e.g. ''user.cfg'', `logs` e.g. ''crashlog.txt'', `mods`, `replays`, `screenshots` and `save` files) created during the game:
     47Non-cache data: `config` e.g. ''user.cfg'', `logs` e.g. ''crashlog.txt'', `mods`, `replays`, `screenshots` and `save` files
    4848
    49  * `~/Library/Application\ Support/0ad/`
     49 * `/Users/{YOUR USERNAME}/Library/Application\ Support/0ad/`
    5050
    51 For cached data:
     51Cached data:
    5252
    53  * `~/Library/Caches/0ad/`
     53 * `/Users/{YOUR USERNAME}/Library/Caches/0ad/`
    5454
    55 '''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.
     55'''Note:'''
     56
     57The `Library` folder is hidden by default, here are **two ways to reach** the 0ad folder:
     58
     59 1. Open `Finder` and press `Shift`+`cmd`+`G` and enter `~/Library/Application Support/0ad` or
     60 1. press `Shift`+`cmd`+`.`  and navigate to the path above.
    5661
    5762[[Image(GameDataPaths:macOS_library_folder.jpg,600)]]