Skip to content

Commit 562bb77

Browse files
authored
Update README.md
1 parent 76a13dc commit 562bb77

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

‎README.md‎

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,14 @@ Torch is the successor to SE Server Extender and gives server admins the tools t
1010
* Organized, easy to use configuration editor
1111
* Extensible using the Torch plugin system
1212

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
1714

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.
2018

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.
2321

2422
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.
2523

0 commit comments

Comments
 (0)