Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.78 KB | None | 0 0
  1. -----------Server Launcher:------------
  2.  
  3. @echo off
  4. cd C:\GMOD\orangebox\
  5. color 0a
  6. echo Starting game server.
  7. echo Starting DarkRP Server
  8. srcds.exe -console -game garrysmod +gamemode darkrp +map rp_downtown_v4c_v2 +maxplayers 24 -tickrate 66 +host_workshop_collection 854554 -authkey A74E5FS4FJELSD7E7547SKJEFP
  9. echo Server has now started.
  10.  
  11. -----------Update GMOD:----------------
  12.  
  13. @echo off
  14. title GMOD Updater
  15. cd C:\GMOD\
  16. echo Starting to update Garry's Mod!
  17. hldsupdatetool -command update -game garrysmod -dir C:\GMOD\
  18. echo Update has completed!
  19.  
  20. ------------Update CSS:---------------
  21.  
  22. @echo off
  23. title CSS Updater
  24. cd C:\GMOD\
  25. echo Starting to update Counter-Strike Source!
  26. hldsupdatetool -command update -game "Counter-Strike Source" -dir C:\GMOD\
  27. echo Update has completed!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement