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)
![[Image: e83d32903223008f9bcb5406314a2cfd.PNG]](http://milfotos.org/images/e83d32903223008f9bcb5406314a2cfd.PNG)
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:
![[Image: 0b272c5325f1e481327f0acc9683ab58.PNG]](http://milfotos.org/images/0b272c5325f1e481327f0acc9683ab58.PNG)
And then I press OK and gives me the following message:
![[Image: 0e6b262dd47971a20757c3e85a5d14af.PNG]](http://milfotos.org/images/0e6b262dd47971a20757c3e85a5d14af.PNG)
The Garrysmod folder is located at orangebox subfolder, which have it own srcds.exe as you see below, selected:
![[Image: 8ae6a0e4328057656f2d93cca5b74344.png]](http://milfotos.org/images/8ae6a0e4328057656f2d93cca5b74344.png)
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:
![[Image: 8ae6a0e4328057656f2d93cca5b74344.png]](http://milfotos.org/images/8ae6a0e4328057656f2d93cca5b74344.png)
I run it, and nothing happens. If I move it to c:/srcds it give me the same error.
Any ideia?