Advertisement
Juksefantomet

install_craftopia_server_windows

Jun 24th, 2021 (edited)
632
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.93 KB | None | 0 0
  1. @echo off
  2.  
  3. echo -----------------------------------------------
  4. echo Creating files / Downloading guides and scripts
  5. echo -----------------------------------------------
  6. timeout 2
  7.  
  8. curl.exe --output goto_settings.bat --url https://pastebin.com/raw/kZfmXM4e
  9. curl.exe --output update_craftopia.bat --url https://pastebin.com/raw/GUhbsA4T
  10. curl.exe --output run_craftopia_server.bat --url https://pastebin.com/raw/AHsSKPtu
  11. curl.exe --output README.txt --url https://pastebin.com/raw/YGNiihTt
  12.  
  13. echo --------------------------------------------------------
  14. echo Installing steamcmd and creating server folder structure
  15. echo --------------------------------------------------------
  16. timeout 2
  17.  
  18. mkdir steamcmd
  19. cd steamcmd
  20. curl.exe --output steamcmd.zip --url https://steamcdn-a.akamaihd.net/client/installer/steamcmd.zip
  21. tar -xf steamcmd.zip
  22. steamcmd +quit
  23.  
  24. cd ..
  25.  
  26. mkdir server
  27. cd server
  28. mkdir craftopia
  29. cd ..
  30.  
  31. start README.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement