VintagestoryData folder/ru: Difference between revisions

From Vintage Story Wiki
(Created page with "{{Navbox/modding/ru}}")
Tags: Mobile edit Mobile web edit
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>Иногда бывает сложно найти папку, в которой установлена Vintage Story. Местом назначения по умолчанию для вашей установки является папка AppData. В Windows 10 он находится по адресу <code>C:\Users\YourUserName\AppData\Roaming\VintagestoryData</code>.
<languages/>
== 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>


Windows позволяет перейти в эту папку с помощью '''%APPDATA%'''. Вы можете ввести <code>%APPDATA%\VintagestoryData</code> на панели навигации.
Windows позволяет перейти в эту папку с помощью '''%APPDATA%'''. Вы можете ввести <code>%APPDATA%\VintagestoryData</code> на панели навигации.
Line 7: Line 14:
[[File:Basic1APPDATA.png]]
[[File:Basic1APPDATA.png]]


Также рекомендуем закрепить эту папку в «Быстром доступе»:
[[File:Basic1QuickAccess.png]]
In-game screenshots are stored in your Pictures folder, usually <code>C:\Users\YourUserName\Pictures\Vintagestory</code>.
== 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>


[[File:Basic1QuickAccess.png]]
Screenshots are stored in <code>[XDG_PICTURES_DIR]/Vintagestory</code>, which by default is: <code>~/Pictures/Vintagestory</code>.


{{Navbox/modding/ru}}
{{Navbox/modding/ru}}

Revision as of 00:51, 13 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 позволяет перейти в эту папку с помощью %APPDATA%. Вы можете ввести %APPDATA%\VintagestoryData на панели навигации.

Basic1APPDATA.png

Также рекомендуем закрепить эту папку в «Быстром доступе»:

Basic1QuickAccess.png

In-game screenshots are stored in your Pictures folder, usually C:\Users\YourUserName\Pictures\Vintagestory.

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

Screenshots are stored in [XDG_PICTURES_DIR]/Vintagestory, which by default is: ~/Pictures/Vintagestory.

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 Пакет тем
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