05-25-2013, 10:09 AM
Only l4d, garrys mod, and orange box will update the rest instantly close here is my script for update.
It closes instantly so I cant see what it says
Code:
@echo off
cd C:\Users\logan_000\Desktop\Gmod
echo This will take a long time, I would recommend you go do something else.
echo Updating/installing CS:S
hldsupdatetool -command update -game "Counter-Strike Source" -dir C:\Users\logan_000\Desktop\Gmod
echo Updating/installing L4D/L4D2
hldsupdatetool -command update -game "left4dead" -dir C:\Users\logan_000\Desktop\Gmod
echo Updating/installing Episode 1
hldsupdatetool -command update -game "episode1" -dir C:\Users\logan_000\Desktop\Gmod
echo Updating/installing dods
hldsupdatetool -command update -game "dods" -dir C:\Users\logan_000\Desktop\Gmod
echo Updating/installing hl2mp
hldsupdatetool -command update -game "hl2mp" -dir C:\Users\logan_000\Desktop\Gmod
echo Updating/installing tf
hldsupdatetool -command update -game "tf" -dir C:\Users\logan_000\Desktop\Gmod
echo Updating/installing Orange Box
hldsupdatetool -command update -game orangebox -dir C:\Users\logan_000\Desktop\Gmod
echo Updating/installing Garrysmod
hldsupdatetool -command update -game garrysmod -verify_all -retry -dir C:\Users\logan_000\Desktop\Gmod
echo Update/installation Complete
echo Installed to C:\Users\logan_000\Desktop\Gmod\
echo Your server is now ready to use!
echo To add extra addons or maps etc. place them in C:\Users\logan_000\Desktop\Gmod\orangebox\garrysmod\
echo This installer can also update necessary server files, so it is recommended that you run it often.
pause