Modding:Setting up your Development Environment: Difference between revisions

From Vintage Story Wiki
m
fixed wrong default vs linux install path
(add powershell script to set the environmet variable ty Fulgen)
m (fixed wrong default vs linux install path)
Line 70: Line 70:


<syntaxhighlight lang=shell>
<syntaxhighlight lang=shell>
export VINTAGE_STORY="$HOME/VintageStoryData/vintagestory"
export VINTAGE_STORY="$HOME/ApplicationData/vintagestory"
</syntaxhighlight>
</syntaxhighlight>
Replace the path with the one where your Vintagestory installation is located. The above path should point to your install when you installed Vintagestory using the install.sh script.
Replace the path with the one where your Vintagestory installation is located. The above path should point to your install when you installed Vintagestory using the install.sh script.
Confirmedusers, editor
18

edits