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