From dc555efa7b5f3a09ec88c0b1cccda085c237eb03 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Mon, 4 Apr 2022 14:21:15 +0200 Subject: [PATCH] 0.20.3 --- ExampleMod.csproj | 2 +- Run.bat | 2 +- Run.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ExampleMod.csproj b/ExampleMod.csproj index 33b0b56..eb1255d 100644 --- a/ExampleMod.csproj +++ b/ExampleMod.csproj @@ -5,7 +5,7 @@ - + diff --git a/Run.bat b/Run.bat index e125f06..39e0c89 100644 --- a/Run.bat +++ b/Run.bat @@ -8,4 +8,4 @@ robocopy ./bin/Debug/net6.0/ "%LOCALAPPDATA%/Tiny Life/Mods" /e /is rem run the game set /p dir=<"%LOCALAPPDATA%/Tiny Life/GameDir" cd /d %dir% -"Tiny Life.exe" -v --skip-splash \ No newline at end of file +"Tiny Life.exe" -v --skip-splash --skip-preloads \ No newline at end of file diff --git a/Run.sh b/Run.sh index c9a3c80..1e00867 100644 --- a/Run.sh +++ b/Run.sh @@ -8,4 +8,4 @@ cp -r ./bin/Debug/net6.0/* "$HOME/.local/share/Tiny Life/Mods" # run the game dir=$(<"$HOME/.local/share/Tiny Life/GameDir") cd "$dir" -"./Tiny Life" -v --skip-splash \ No newline at end of file +"./Tiny Life" -v --skip-splash --skip-preloads \ No newline at end of file