Created
January 17, 2016 15:40
-
-
Save ArseniyShestakov/40a81fe28a013c5122bf to your computer and use it in GitHub Desktop.
Eden star scripts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 - Create folder for the server. | |
2 - Download SteamCMD.exe into that folder. | |
3 - Copy scripts into that directory. | |
- Run updateserver.bat to install or update server | |
- Use rungame.bat to start server. | |
- Use forcekillserver.bat to stop server |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
taskkill /f /im EdenGameServer.exe |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"%~dp0\steamapps\common\Eden Star Dedicated Server\EdenGame\Binaries\Win64\EdenGameServer.exe" -log -Port=7777 -QueryPort=27015 -ServerName"Mudaqs" -ServerPassword"11111" -RCONPort 8890 -RCONPassword"werkf0ierjf" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
steamcmd +login anonymous +app_update "419790 validate" +quit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment