From 7ecd6ffe8135ba515099ff0db039fda2ab9faf9d Mon Sep 17 00:00:00 2001 From: Daniel Scalzi Date: Sun, 13 Jan 2019 17:50:14 -0500 Subject: [PATCH] Updated Home (markdown) --- Home.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index aa47758..8d18ff4 100644 --- a/Home.md +++ b/Home.md @@ -34,4 +34,12 @@ All game files are stored in the the data folder. You can change this value unde * **Linux** `/home/.westeroscraft/` Screenshots and world saves are stored in the instance folder for the corresponding server configuration. -`.westeroscraft/instances/{SERVER}` \ No newline at end of file +`.westeroscraft/instances/{SERVER}` + +--- + +The launcher configuration files (config.json, distribution.json) are stored in the `userData` folder. + +* **Windows** `%APPDATA%/WesterosCraft Launcher` +* **macOS** `~/Library/Application Support/WesterosCraft Launcher` +* **Linux** `$XDG_CONFIG_HOME/WesterosCraft Launcher` or `~/.config/WesterosCraft Launcher` \ No newline at end of file