04-30-2011, 03:29 PM
Before I get shot down and pointed to another post, because this problem is probably all over the place... I've searched, and read, and read, and READ, post after post, all to no avail. Possibly screwing the srcds up even more. So... here we go...
OS: Windows 7 64bit
Processor: AMD Phenom IIx6 2.63GHz
RAM: 8192MB
Game: Garrysmod
Startup Command:
Admin Mods: ULX
Install Command:
Download Speed: 9.81 Mbps
Upload Speed: 3.79 Mbps
Router: Motorola SBG6580 (It is wireless, but out of necessity, not of choice.)
Local IP: 192.168.0.1
External IP: 174.51.255.209
Port Forwarding:
1200 TCP/UDP
27020 27039 TCP/UDP
27015 TCP/UDP
Network: Internet>Gateway(Router/Modem)>Wireless Device>Server
Alright, the server was FINE a few days ago. Believe me, I know running it on one PC is not suggested, but again. It's all I got. If anything, I don't have to have people on the server ALL THE TIME. I just want to play with friends every once in a while. So either, give me a fix, or point me to something else that will help me. Since it started working, I've installed, (or attempted to install) L4D + L4D2 models, items, w/e etc... ULX, and Wiremod.
Thank You in advance for all your help.
OS: Windows 7 64bit
Processor: AMD Phenom IIx6 2.63GHz
RAM: 8192MB
Game: Garrysmod
Startup Command:
Code:
@echo off
cd c:\srcds/orangebox
echo Starting game server.
echo Beginning "Garry's Mod"
srcds.exe -console -game garrysmod +map gm_construct +maxplayers 32 +port 27015
echo "Garry's Mod" has now started.
echo It is recommended that you start Server Crash Recovery aswell.
Install Command:
Code:
@echo off
cd c:\srcds\
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:\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 Garrysmod
hldsupdatetool -command update -game garrysmod -verify_all -retry -dir C:\srcds
echo Update/installation Complete
echo Updating/instaliing left 4 dead
hldsupdatetool -command update -game "left4dead" -verify_all -retry -dir C:\srcds
echo Update/installing Complete
echo Updating/installing left 4 dead 2
hldsupdatetool -command update -game "left4dead2" -verify_all -retry -dir C:\srcds
echo Updating/installing 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
Upload Speed: 3.79 Mbps
Router: Motorola SBG6580 (It is wireless, but out of necessity, not of choice.)
Local IP: 192.168.0.1
External IP: 174.51.255.209
Port Forwarding:
1200 TCP/UDP
27020 27039 TCP/UDP
27015 TCP/UDP
Network: Internet>Gateway(Router/Modem)>Wireless Device>Server
Alright, the server was FINE a few days ago. Believe me, I know running it on one PC is not suggested, but again. It's all I got. If anything, I don't have to have people on the server ALL THE TIME. I just want to play with friends every once in a while. So either, give me a fix, or point me to something else that will help me. Since it started working, I've installed, (or attempted to install) L4D + L4D2 models, items, w/e etc... ULX, and Wiremod.
Thank You in advance for all your help.