How do I make it so CSS content runs on my GMOD server (even more confusing: some basic weapons spawn from the CSS spawnlist)? I've actually just tried and TF2 and Portal either. This the update script:
@echo off
cd c:\srcds\
echo This will take a long time, I would recommend you go do something else.
echo Updating/installing Portal
hldsupdatetool -command update -game "portal" -dir C:\srcds
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 Orange Box
hldsupdatetool -command update -game orangebox -dir C:\srcds
echo Updating/installing Garrysmod
hldsupdatetool -command update -game garrysmod -verify_all -retry -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
Can anyone tell me why DODS works fine but not CSS, TF2, or Portal?
edit: hunters don't spawn either
Copy the cstrike folder from c:/srcds/css/ into c:/srcds/orangebox/ folder.
Or the other way is that you download GCFScape and open C:\Program Files\Steam\steamapps, open counter-strike source shared.gcf then extract cstrike folder to C:\srcds\orangebox\
Atleast that worked for me and was alot faster than downloading the whole content by srcds
How do I get Portal and TF2 to work? I can't seem to find the folders in my SRCDS.
As i said try downloading GCFScape and then go to C:\Program Files\Steam\steamapps , For portal:
there should be file called portal content.gcf which you open and extract the "portal" folder to C:\srcds\orangebox and for team fortress 2 there's file called team fortress 2 content.gcf open it too and extract "tf" folder from there to C:\srcds\orangebox after this your server should let you spawn props,models, etc...
Sorry, you need to Log In to post a reply to this thread.