From 6d277f91820500c5d447b921176ee2ae761fcc11 Mon Sep 17 00:00:00 2001 From: CreativeMD Date: Mon, 5 Mar 2018 13:20:52 +0100 Subject: [PATCH] Make use of env variables, so there is no need to configure anything --- VSExampleMods.csproj | 6 +++--- VSExampleMods.csproj.user | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/VSExampleMods.csproj b/VSExampleMods.csproj index 42b5edd..1637af5 100644 --- a/VSExampleMods.csproj +++ b/VSExampleMods.csproj @@ -37,7 +37,7 @@ False - ..\..\..\AppData\Roaming\Vintagestory\Lib\protobuf-net.dll + $(AppData)\Vintagestory\Lib\protobuf-net.dll False @@ -50,11 +50,11 @@ False - ..\..\..\AppData\Roaming\Vintagestory\VintagestoryAPI.dll + $(AppData)\Vintagestory\VintagestoryAPI.dll False - ..\..\..\AppData\Roaming\Vintagestory\Mods\VSSurvivalMod.dll + $(AppData)\Vintagestory\Mods\VSSurvivalMod.dll diff --git a/VSExampleMods.csproj.user b/VSExampleMods.csproj.user index 833cfb9..dc1105c 100644 --- a/VSExampleMods.csproj.user +++ b/VSExampleMods.csproj.user @@ -2,15 +2,15 @@ Program - C:\Users\tyron\AppData\Roaming\Vintagestory\Vintagestory.exe - --openWorld="modsamplestest" -p3 --addOrigin="C:\Users\tyron\Dropbox\vintagecraft\vsmodexamples\assets" + $(AppData)\Vintagestory\Vintagestory.exe + --openWorld="modsamplestest" -p3 --addOrigin="$(SolutionDir)assets" Program - C:\Users\tyron\AppData\Roaming\Vintagestory\Vintagestory.exe + $(AppData)\Vintagestory\Vintagestory.exe /flatworld - C:\Users\jchappelle\AppData\Roaming\Vintagestory\;C:\Users\jchappelle\AppData\Roaming\Vintagestory\Lib\ + $(AppData)\Vintagestory\;$(AppData)\Vintagestory\Lib\ \ No newline at end of file