From 8c75209b5de16671893e94392aced045ffba7192 Mon Sep 17 00:00:00 2001 From: Thorwin Vogt Date: Fri, 14 Jan 2022 11:28:47 +0100 Subject: [PATCH] Added torch auto updater script for SEWG --- Scripts/StartTorchSEWGP.bat | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Scripts/StartTorchSEWGP.bat diff --git a/Scripts/StartTorchSEWGP.bat b/Scripts/StartTorchSEWGP.bat new file mode 100644 index 0000000..eaf45fb --- /dev/null +++ b/Scripts/StartTorchSEWGP.bat @@ -0,0 +1,9 @@ +#place in directory which contains Torch.Server.exe + +set tdir=%cd% +mkdir ./Instance/Plugins +cd ./Instance/Plugins #or C:\path\to\your\plugins +curl -L -O https://github.com/thorwin99/SEWorldGenPlugin/releases/latest/download/SEWorldGenPlugin.dll +curl -L -O https://github.com/thorwin99/SEWorldGenPlugin/releases/latest/download/0Harmony.dll +cd %tdir% +Torch.Server.exe -autostart \ No newline at end of file