Skip to content

Commit

Permalink
Added torch auto updater script for SEWG
Browse files Browse the repository at this point in the history
  • Loading branch information
thorwin99 committed Jan 14, 2022
1 parent 75e1cd9 commit 8c75209
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Scripts/StartTorchSEWGP.bat
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8c75209

Please sign in to comment.