VintagestoryData folder: Difference between revisions

From Vintage Story Wiki
(Marked this version for translation)
Tags: Mobile edit Mobile web edit
(Reedited Windows section for readibility, added Linux section)
Line 1: Line 1:
<languages/><translate>
<languages/><translate>
<!--T:1-->
Sometimes it can be difficult to find the folder where Vintage Story is installed. The default destination of your installation is your AppData folder.  In Windows 10, this is located at <code>C:\Users\YourUserName\AppData\Roaming\VintagestoryData</code>


<!--T:2-->
== Windows ==
----
 
On Windows, Vintage Story user data is stored in:
 
<code>%APPDATA%\VintagestoryData</code>
 
which by default translates to
 
<code>C:\Users\YourUserName\AppData\Roaming\VintagestoryData</code>


<!--T:3-->
<!--T:3-->
Line 11: Line 16:
<!--T:4-->
<!--T:4-->
[[File:Basic1APPDATA.png]]
[[File:Basic1APPDATA.png]]
<!--T:5-->
----


<!--T:6-->
<!--T:6-->
Line 21: Line 22:
<!--T:7-->
<!--T:7-->
[[File:Basic1QuickAccess.png]]
[[File:Basic1QuickAccess.png]]
== Linux ==
On Linux, Vintage Story user data is stored in:
<code>$XDG_CONFIG_HOME/VintagestoryData</code>
By default it usually translates to
<code>~/.config/VintagestoryData</code>
[https://flathub.org/apps/at.vintagestory.VintageStory Vintage Story Flatpak] currently uses a different location:
<code>~/.var/app/at.vintagestory.VintageStory/config/VintagestoryData</code>


<!--T:8-->
<!--T:8-->
{{Navbox/modding}}
{{Navbox/modding}}
</translate>
</translate>

Revision as of 22:38, 12 August 2023

Other languages:

Windows

On Windows, Vintage Story user data is stored in:

%APPDATA%\VintagestoryData

which by default translates to

C:\Users\YourUserName\AppData\Roaming\VintagestoryData

Windows allows to navigate to this folder using %APPDATA%. You can type %APPDATA%\VintagestoryData in the navigation bar.

Basic1APPDATA.png

We also recommend to pin this folder to your 'Quick access':

Basic1QuickAccess.png

Linux

On Linux, Vintage Story user data is stored in:

$XDG_CONFIG_HOME/VintagestoryData

By default it usually translates to

~/.config/VintagestoryData

Vintage Story Flatpak currently uses a different location:

~/.var/app/at.vintagestory.VintageStory/config/VintagestoryData

Icon Sign.png

Wondering where some links have gone?
The modding navbox is going through some changes! Check out Navigation Box Updates for more info and help finding specific pages.

Modding
Modding Introduction Getting Started Theme Pack
Content Modding Content Mods Developing a Content Mod Basic Tutorials Intermediate Tutorials Advanced Tutorials Content Mod Concepts
Code Modding Code Mods Setting up your Development Environment
Property Overview ItemEntityBlockBlock BehaviorsBlock ClassesBlock EntitiesBlock Entity BehaviorsWorld properties
Workflows & Infrastructure Modding Efficiency TipsMod-engine compatibilityMod ExtensibilityVS Engine
Additional Resources Community Resources Modding API Updates Programming Languages List of server commandsList of client commandsClient startup parametersServer startup parameters
Example ModsAPI DocsGitHub Repository