You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,16 +10,14 @@ Torch is the successor to SE Server Extender and gives server admins the tools t
10
10
* Organized, easy to use configuration editor
11
11
* Extensible using the Torch plugin system
12
12
13
-
# Building
14
-
To build Torch you must first have a complete SE Dedicated installation somewhere. Before you open the solution, run the Setup batch file and enter the path of that installation's DedicatedServer64 folder. The script will make a symlink to that folder so the Torch solution can find the DLL references it needs.
15
-
16
-
# Installation Guide
13
+
# Installation
17
14
18
-
### Automatic (recommended)
19
-
* Unzip Torch to its own folder, run Torch.Server.exe and enter 'y' in the prompt for automatic updates. Torch will automatically download the Space Engineers files and generate all of the configs/folders necessary.
15
+
* Get the latest Torch release here: https://github.com/TorchAPI/Torch/releases
16
+
* Unzip the Torch release into its own directory and run the executable. It will automatically download the SE DS and generate the other necessary files.
17
+
- If you already have a DS installed you can unzip the Torch files into the folder that contains the DedicatedServer64 folder.
20
18
21
-
### Manual (for hosting companies or the paranoid)
22
-
* Install the Space Engineers DS and then unzip the Torch files into the server's DedicatedServer64 directory. It will automatically detect the manual install and disable automatic updates.
19
+
#Building
20
+
To build Torch you must first have a complete SE Dedicated installation somewhere. Before you open the solution, run the Setup batch file and enter the path of that installation's DedicatedServer64 folder. The script will make a symlink to that folder so the Torch solution can find the DLL references it needs.
23
21
24
22
In both cases you will need to set the InstancePath in TorchConfig.xml to an existing dedicated server instance as Torch can't fully generate it on its own yet.
0 commit comments