Quantcast
Channel: SRCDS.com Forums - All Forums
Viewing all articles
Browse latest Browse all 20726

CSS not mounting

$
0
0
I have installed the Counter-Strike Source Dedicated Server (app id: 232330) through SteamCMD and the Garry's Mod DS. I am trying to run a Garry's Mod Trouble in Terrorist Town server and the players are telling me that they can walk through static props.

My startup line is:
Code:
./srcds_run -console -game garrysmod -port 27015 +exec server.cfg +exec mountdepots.txt +exec mount.cfg +rcon_password *secret* +maxplayers 16 +map ttt_67thway_v7_j_l -autoupdate +ip *secret*

In the console it states that it cant create physics objects for all the css props on the map, also my gmod server cant find any css maps.

mountdepots.txt:
Code:
"gamedepotsystem"
{
    "hl2"            "0"
    "cstrike"        "1"
    "dod"            "0"
    "tf"            "0"
    "ep2"            "0"
    "episodic"        "0"
    "hl2mp"        "0"
    "portal"        "0"
}

mount.cfg:
Code:
//
// Use this file to mount additional paths to the filesystem
// DO NOT add a slash to the end of the filename
//

"mountcfg"
{
    // "cstrike"    "garrysmod\cstrike"
}
Ive tried using a directory of my cstrike folder in srcds/orangebox and cstrike i put in the garrysmod folder.
All the tuts and fixes I've tried for mounting cstrike doesn't work Sad.

Also I saw that you can manually mount cstrike by compying the materials in cstrike to the materials in garrysmod but my cstrike has no materials.

Viewing all articles
Browse latest Browse all 20726

Trending Articles