Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
60
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. echo Updating/installing CS:S
  3. hldsupdatetool -command update -game "Counter-Strike Source" -dir .
  4. echo Updating/installing dods
  5. hldsupdatetool -command update -game "dods" -dir .
  6. echo Updating/installing hl2mp
  7. hldsupdatetool -command update -game "hl2mp" -dir .
  8. echo Updating/installing tf
  9. hldsupdatetool -command update -game "tf" -dir .
  10. echo Updating/installing L4D
  11. hldsupdatetool -command update -game "l4d" -dir .
  12. echo Updating/installing L4D2
  13. hldsupdatetool -command update -game "l4d2" -dir .
  14. echo Updating/installing Garrysmod
  15. hldsupdatetool -command update -game garrysmod -verify_all -retry -dir .
  16. echo Update/installation Complete
  17. echo Installed to C:\gameservers\source1\
  18. echo Your server is now ready to use!
  19. echo To add extra addons or maps etc. place them in C:\gameservers\source1\orangebox\garrysmod\
  20. echo This installer can also update necessary server files, so it is recommended that you run it often.
  21. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement