No edit summary |
add defaults path for Linux |
||
Line 2: | Line 2: | ||
# Cache - Store's temporary copies of assets and other items that are downloaded or generated while you are using Resonite. | # Cache - Store's temporary copies of assets and other items that are downloaded or generated while you are using Resonite. | ||
# Database/Data - Stores a local copy of your items and things that you are working on, your login status and settings. | # Database/Data - Stores a local copy of your items and things that you are working on, your login status and settings. | ||
Note that it path is shown inside Resonite Log, in the first few lines saying "DataPath=" and "CachePath=" if those default location does not exist for you. | |||
= Folder Default Locations = <!--T:2--> | = Folder Default Locations = <!--T:2--> | ||
Line 21: | Line 22: | ||
# Type/Copy this <code>%USERPROFILE%\AppData\LocalLow\Yellow Dog Man Studios\</code> into the Run box that appears | # Type/Copy this <code>%USERPROFILE%\AppData\LocalLow\Yellow Dog Man Studios\</code> into the Run box that appears | ||
# Press Enter or the Ok button | # Press Enter or the Ok button | ||
= Folder Default Locations On Linux = | |||
== Cache == | |||
By default cache can be found in <code>$XDG_CACHE_HOME/Yellow\ Dog\ Man\ Studios/Cache/</code> | |||
By default XDG_CACHE_HOME should be <code>/home/$USER/.local/share/</code> | |||
If you're using Steam in flatpak, XDG_CACHE_HOME should be <code>/home/$USER/.var/app/com.valvesoftware.Steam/cache/</code> | |||
== Database/Data == | |||
By default cache can be found in <code>$XDG_DATA_HOME/Yellow\ Dog\ Man\ Studios/Data/</code> | |||
By default XDG_DATA_HOME should be <code>/home/$USER/.local/share/</code> | |||
If you're using Steam in flatpak, XDG_DATA_HOME should be <code>/home/$USER/.var/app/com.valvesoftware.Steam/data</code> |
Revision as of 13:46, 21 August 2025
Resonite has two locations, outside of the main installation directory which store files and folders that help Resonite run:
- Cache - Store's temporary copies of assets and other items that are downloaded or generated while you are using Resonite.
- Database/Data - Stores a local copy of your items and things that you are working on, your login status and settings.
Note that it path is shown inside Resonite Log, in the first few lines saying "DataPath=" and "CachePath=" if those default location does not exist for you.
Folder Default Locations
Cache
By default the cache can be found in: %USERPROFILE%\AppData\Local\Temp\Yellow Dog Man Studios\Resonite
To get there easily:
- Push Windows Key + R
- Type/Copy this
%USERPROFILE%\AppData\Local\Temp\Yellow Dog Man Studios\Resonite
into the Run box that appears - Press Enter or the Ok button
Database/Data
By default the data folder can be found in: %USERPROFILE%\AppData\LocalLow\Yellow Dog Man Studios\
To get there easily:
- Push Windows Key + R
- Type/Copy this
%USERPROFILE%\AppData\LocalLow\Yellow Dog Man Studios\
into the Run box that appears - Press Enter or the Ok button
Folder Default Locations On Linux
Cache
By default cache can be found in $XDG_CACHE_HOME/Yellow\ Dog\ Man\ Studios/Cache/
By default XDG_CACHE_HOME should be /home/$USER/.local/share/
If you're using Steam in flatpak, XDG_CACHE_HOME should be /home/$USER/.var/app/com.valvesoftware.Steam/cache/
Database/Data
By default cache can be found in $XDG_DATA_HOME/Yellow\ Dog\ Man\ Studios/Data/
By default XDG_DATA_HOME should be /home/$USER/.local/share/
If you're using Steam in flatpak, XDG_DATA_HOME should be /home/$USER/.var/app/com.valvesoftware.Steam/data