Advertisement
putka123

Untitled

Aug 9th, 2018
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. login anonymous
  2. force_dir_install
  3. app_update 4020
  4. app_update 4020 validate
  5.  
  6. DARKRP:
  7. app_update 232330
  8. app_update 232330 validate
  9. app_update 4020 validate
  10. darkrp-master into garrysmod/gamemodes
  11. garrysmod/cfg/autoexec/ saying: gamemode darkrp
  12.  
  13. start.bat config:
  14. @echo off
  15. cls
  16. echo Protecting srcds from crashes...
  17. echo If you want to close srcds and this script, close the srcds window and type Y depending on your language followed by Enter.
  18. title srcds.com Watchdog
  19. :srcds
  20. echo (%time%) srcds started.
  21. start /wait srcds.exe -console -game garrysmod +map gm_flatgrass +maxplayers 16 +gamemode sandbox
  22. echo (%time%) WARNING: srcds closed or crashed, restarting.
  23. goto srcds
  24.  
  25. workshop collection:
  26. +host_workshop_collection YOURKEYGOESHERE -authkey YOURKEYHERE
  27.  
  28. garrysmod/cfg/server.cfg code:
  29. hostname "Your server name here"
  30. rcon_password "Your rcon password here"
  31. sv_password "Your server password here" -----------------delete this whole line if no password
  32.  
  33. garrysmod/cfg/mount.cfg code:
  34. go to gmod/cstrike copy the destination
  35. place it on mount.cfg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement