zznty cae3d9ad8c
All checks were successful
Release / Get Version (push) Successful in 8s
Release / Build and Publish Nuget (Torch.API) (push) Successful in 59s
Release / Build and Publish Nuget (Torch) (push) Successful in 1m13s
Release / Build and Publish Nuget (Torch.Server) (push) Successful in 1m22s
Release / Build and Publish Package (push) Successful in 1m54s
net 9
2025-01-13 01:47:52 +07:00
2024-11-09 19:33:43 +07:00
2025-01-13 01:47:52 +07:00
2025-01-13 01:47:52 +07:00
2025-01-13 01:47:52 +07:00
2025-01-13 01:47:52 +07:00
2025-01-13 01:47:52 +07:00
2024-08-26 15:38:19 +07:00
2023-02-08 21:50:23 +07:00
2017-08-27 09:08:50 -07:00
2025-01-13 01:47:52 +07:00
2024-08-26 15:38:19 +07:00
2025-01-13 01:47:52 +07:00
2017-01-14 17:46:44 -08:00
2022-02-02 14:28:53 +07:00
2017-01-16 22:01:23 -08:00
2023-12-06 16:21:42 +07:00
2024-10-27 13:54:31 +00:00
2025-01-13 01:47:52 +07:00

What is Torch?

Torch is the successor to SE Server Extender and gives server admins the tools they need to keep their Space Engineers servers running smoothly. It features a user interface with live management tools and a plugin system so you can run your server exactly how you'd like. Torch is still in early development so there may be bugs and incomplete features.

Torch.Server

Features

  • WPF-based user interface
  • Chat: interact with the game chat and run commands without having to join the game.
  • Entity manager: realtime modification of ingame entities such as stopping grids and changing block settings without having to join the game
  • Organized, easy to use configuration editor
  • Extensible using the Torch plugin system

Fork Difference

  • .NET 8.0 runtime
  • Optimized in-game scripts (also newer compiler & language versions)
  • Better configuration via cli arguments, environment variables or xml config
  • Designed to run multiple instance from same install directory without having you to waste disk space
  • Mostly compatible with original torch's plugins

Discord

If you have any questions or issues please join our discord

Installation

  • 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.
    • If you already have a DS installed you can:
      • Unzip the Torch files into the folder that contains the DedicatedServer64 folder.
      • Pass path to game files using config parameter gamePath

Building

As a regular dotnet project with cli by running dotnet build Torch.Server/Torch.Server.csproj, with VS 2022 or higher or JB Rider.

If you have a more enjoyable server experience because of Torch, please consider supporting us on Patreon. (https://www.patreon.com/TorchSE)

Description
No description provided
Readme 2.9 MiB
2025-01-12 18:49:56 +00:00
Languages
C# 99.9%
Dockerfile 0.1%