diff --git a/game_eggs/steamcmd_servers/space_engineers/torch/README.md b/game_eggs/steamcmd_servers/space_engineers/torch/README.md index b24a6d11..856a50de 100644 --- a/game_eggs/steamcmd_servers/space_engineers/torch/README.md +++ b/game_eggs/steamcmd_servers/space_engineers/torch/README.md @@ -37,3 +37,17 @@ Based on the information provided by the developer: [See here](https://www.space ### Disk This server uses about 7GB of diskspace. + +### Updating + +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` +6. Remove the `.wine` and `.cache` folder. +7. Start the server again.