Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintenQVD0 authored Mar 9, 2024
1 parent e0323e7 commit a56280e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions game_eggs/steamcmd_servers/space_engineers/torch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit a56280e

Please sign in to comment.