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.
When installed, the Server loads a base World and config from this repo. ONLY THIS WORLD IS SUPPORTED.
Everything which is not defined in a variable could be edited directy in the config file /config/SpaceEngineers-Dedicated.cfg and config/Saves/World/Sandbox.sbc
Because some logic in this egg changed. Already made servers will manualy have to be updated.
**This has to be done manual for every server!!**
1. Stop the server.
2. Update the already impored egg to the newer version.
3. Change the startup (on the startup tab on the admin side) of the already made server's to: `export WINEDLLOVERRIDES="mscoree=n,b;mshtml=n,b"; wine /home/container/Torch.Server.exe -noupdate -nogui -console`
4. Change on the same tab (bottom left) the docker image to: `ghcr.io/parkervcp/yolks:wine_latest`
5. Change the contence of the variable `WINETRICKS_RUN` to: `vcrun2022 corefonts dotnet48`