Skip to content
This repository has been archived by the owner on Nov 12, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
n0tic committed Mar 30, 2021
2 parents 771c521 + b878421 commit 7c29d67
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@

![Image Preview](http://bytevaultstudio.se/ShareX/SteamServerCreationTool_D6oDqkanhq.png)

Steam Server Creation Tool is a simple GUI based server installation tool.
It automates downloading and the usage of SteamCMD to install servers extrapolated from SteamAPI so it will always stay up-to-date with what steam has to offer. This should keep the application up-to-date, forever.
Steam Server Creation Tool is a simple GUI based server installation tool.
It automates downloading and the usage of SteamCMD to install servers extrapolated from SteamAPI.
This way it should always stay up-to-date with what steam has to offer.

# How does it work?
The application is requesting a full list of applications from the steams API so it will always stay up-to-date with what steam has to offer.
Expand All @@ -36,9 +37,9 @@ This file will be a supplement for the server. If the generation was successfull
This file will automatically update the server and validate files before trying to start the server.
This file will need to be updated with valid information. You need to edit rows 19, 20, 21. In this case I demo the valheim server.
```
19 : SET serverExecutablePath=D:\Valheim Server
20 : SET serverExecutableFileName=valheim_server.exe
21 : SET serverLaunchOptions=-nographics -batchmode -name "MyFirstServer" -port 2456 -world "DedicatedServer" -password "SomePasswordHere"
SET serverExecutablePath=D:\Valheim Server
SET serverExecutableFileName=valheim_server.exe
SET serverLaunchOptions=-nographics -batchmode -name "MyFirstServer" -port 2456 -world "DedicatedServer" -password "SomePasswordHere"
```
From what we can see above we have the valheim server located at the "D:\" drive and inside the folder "Valheim Server".
The server is set to launch the file "valheim_server.exe" with the launch options:
Expand Down

0 comments on commit 7c29d67

Please sign in to comment.