Advertisement
Suky___LAPLANTE

ARK server maker :)

Jul 8th, 2021
1,853
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 1.57 KB | None | 0 0
  1. @echo off
  2. echo Choose a path for the server
  3. set /P serverpath="Path> "
  4. echo The path of steamcmd
  5. set /P steamcmdPath="Path> "
  6. set /P mapname="Map> "
  7. set /P serverName="Server Name> "
  8. set /P maxPlayer="Max Players> "
  9. set /P queryPort = "Query Port> "
  10. set /P port="PORT> "
  11. echo you can leave this empty for made this public
  12. set /P password="Password> "
  13. set /P adminpass="Admin Password> "
  14. %steamcmdPath%\steamcmd.exe +login anonymous +force_install_dir %serverpath% +quit
  15.  
  16.  
  17.  
  18. echo @echo off > "%serverPath%\ARK Survival Evolved Dedicated Server\ShooterGame\Binaries\Win64\start.bat"
  19. echo :start >> "%serverPath%\ARK Survival Evolved Dedicated Server\ShooterGame\Binaries\Win64\start.bat"
  20. echo "%steamcmdPath%\steamcmd.exe +login anonymous +force_install_dir %serverpath% +app_update 376039 validate +quit >> %serverPath%\ARK Survival Evolved Dedicated Server\ShooterGame\Binaries\Win64\start.bat"
  21. echo "%serverPath%\ARK Survival Evolved Dedicated Server\ShooterGame\Binaries\Win64\ShooterGameServer.exe "%mapname%?SessionName=%serverName%?MaxPlayers=%maxPlayer%?QueryPort=%queryPort%?Port=%Port%?ServerPassword=%password%?ServerAdminPassword=%adminpass%?listen" -NoBattleEye >> %serverPath%\ARK Survival Evolved Dedicated Server\ShooterGame\Binaries\Win64\start.bat"
  22. echo.>> "%serverPath%\ARK Survival Evolved Dedicated Server\ShooterGame\Binaries\Win64\start.bat"
  23. echo goto start >> "%serverPath%\ARK Survival Evolved Dedicated Server\ShooterGame\Binaries\Win64\start.bat"
  24. echo exit >> "%serverPath%\ARK Survival Evolved Dedicated Server\ShooterGame\Binaries\Win64\start.bat"
  25.  
  26. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement