04-08-2009, 06:18 AM
Hello!
I'm trying to install Garry's Mod Dedicated Server, but when i run the srcds.exe it always give me 1 error.
I used the following batch file to install it:
The next image is the structure of my folder located at c:/srcds with have a The Ship srcds.exe (dunno why)
As you see it have selected the srcds.exe which have The Ship icon over it.
When I run it, it gives me the following error:
And then I press OK and gives me the following message:
The Garrysmod folder is located at orangebox subfolder, which have it own srcds.exe as you see below, selected:
I run it, and nothing happens. If I move it to c:/srcds it give me the same error.
Any ideia?
I'm trying to install Garry's Mod Dedicated Server, but when i run the srcds.exe it always give me 1 error.
I used the following batch file to install it:
PHP Code:
@echo off
cd c:\program files\valve\hlserver\
echo This will take a long time, I would recommend you go do something else.
echo Updating/installing Garrysmod
hldsupdatetool -command update -game "garrysmod" -dir C:\SRCDS -verify_all
echo Updating/installing CS:S
hldsupdatetool -command update -game "Counter-Strike Source" -dir C:\srcds
echo Updating/installing dods
hldsupdatetool -command update -game "dods" -dir C:\srcds
echo Updating/installing hl2mp
hldsupdatetool -command update -game "hl2mp" -dir C:\srcds
echo Updating/installing tf
hldsupdatetool -command update -game "tf" -dir C:\srcds
echo Updating/installing sin
hldsupdatetool -command update -game "sin" -dir C:\srcds
echo Updating/installing ship
hldsupdatetool -command update -game "ship" -dir C:\srcds
echo Update/installation Complete
echo Installed to c:\srcds\
echo Your server is now ready to use!
echo To add extra addons or maps etc. place them in c:\srcds\orangebox\garrysmod\
echo This installer can also update necessary server files, so it is recommended that you run it often.
pause
The next image is the structure of my folder located at c:/srcds with have a The Ship srcds.exe (dunno why)
As you see it have selected the srcds.exe which have The Ship icon over it.
When I run it, it gives me the following error:
And then I press OK and gives me the following message:
The Garrysmod folder is located at orangebox subfolder, which have it own srcds.exe as you see below, selected:
I run it, and nothing happens. If I move it to c:/srcds it give me the same error.
Any ideia?