summaryrefslogtreecommitdiff
path: root/archived/projt-launcher/docs/handbook/wiki/getting-started/data-location.md
blob: 9ca656e218deb583116829c2691f9f9d232b39f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
> Wiki navigation: [Overview](/handbook/wiki/) | [Getting Started](/handbook/wiki/getting-started/) | [Help Pages](/handbook/wiki/help-pages/) | [Development](/handbook/wiki/development/)

# Data Location

ProjT Launcher stores your data in your OS's standard application data folder. For the portable version, data is stored within its own directory. To find it, select **Folders** > **Launcher Root** in ProjT. Below is a table containing the default locations for each OS:

| OS                         | Folder                                                          |
| -------------------------- | --------------------------------------------------------------- |
| Portable (Windows / Linux) | In the ProjT-Launcher folder                                    |
| Windows                    | `%APPDATA%/ProjTLauncher`                                       |
| Scoop                      | `%HOMEPATH%\scoop\persist\projtlauncher`                        |
| macOS                      | `~/Library/Application Support/ProjTLauncher`                   |
| Linux                      | `~/.local/share/ProjTLauncher`                                  |
| Flatpak                    | `~/.var/app/org.projecttick.ProjTLauncher/data/ProjTLauncher`   |

## Internal folder structure

| Folder       | Purpose                                                        |
| ------------ | -------------------------------------------------------------- |
| assets       | Stores the game files.                                         |
| cache        | Stores cached downloads.                                       |
| catpacks     | Stores the [catpacks](../catpacks).                            |
| icons        | Stores instance icons. (default)                               |
| iconthemes   | Stores launcher [icons themes](../change-themes#icons-pack).   |
| instances    | Stores user instances. (default)                               |
| java         | Stores the java instalations managed by the launcher.          |
| libraries    | Stores libraries used to run Minecraft and Mod Loaders.        |
| logs         | Stores the logs.                                               |
| meta         | Stores the cached metadata information.                        |
| skins        | Stores the player skins.                                       |
| themes       | Stores [themes](../change-themes).                             |
| translations | Stores GUI translations.                                       |