Hi, i got a gmod server and i don't knwo why but boxes, barrels or props of CSS are bugged and they are not solid, u can go throw them... and i don't know why
your server is not mounting css, post your mount.cfg
I believe paths are case sensitive
[QUOTE=da space core;43426585]your server is not mounting css, post your mount.cfg
I believe paths are case sensitive[/QUOTE]
I got this, and i'm running my server on a Linux dedicated server.
[QUOTE]"mountcfg"
{
// "cstrike" "C:\steamcmd\steamapps\common\Counter-Strike Source Dedicated Server\cstrike"
// "tf" "C:\mytf2server\tf"
}
[/QUOTE]
[QUOTE=kaskull;43428493]I got this, and i'm running my server on a Linux dedicated server.[/QUOTE]
What folder did you install cstrike to, if any?
[QUOTE=kaskull;43428493]I got this, and i'm running my server on a Linux dedicated server.[/QUOTE]
See the two //'s before cstrike and tf? Delete those.
[QUOTE=TheMrFailz;43430382]See the two //'s before cstrike and tf? Delete those.[/QUOTE]
For one thing, he's running on [B]linux[/B] and those are formatted for [B]windows[/B], and secondly those are example directories which won't work unless you installed cstrike and tf into those folders.
What directory did you install cstrike into?
Well, i've to say that i didn't intall cstrike XD, but i supose that if i intall CS in an other folder and i put the adress where is it installed there will be no problem?
Yes, that's what you're supposed to do.
[QUOTE=TylerB;43431076]For one thing, he's running on [B]LINUX[/B] and those are formatted for windows, and secondly those are example directories which won't work unless you installed cstrike and tf into those folders.
What directory did you install cstrike into?[/QUOTE]
Well pardon me for giving incorrect advice. You don't have to be a captain asshole about it.
Also, in any case it partially fixes it. Sure it won't be the correct directory (Or file system), but at least it wont be read by the server as a comment like it is now (Assuming he changes the directory bit only.).
[QUOTE=TheMrFailz;43432124]Well pardon me for giving incorrect advice. You don't have to be a captain asshole about it.
Also, in any case it partially fixes it. Sure it won't be the correct directory (Or file system), but at least it wont be read by the server as a comment like it is now (Assuming he changes the directory bit only.).[/QUOTE]
sorry that you took offence from "[B]LINUX[/B]", i fixed it!
[QUOTE=kaskull;43431852]Well, i've to say that i didn't intall cstrike XD, but i supose that if i intall CS in an other folder and i put the adress where is it installed there will be no problem?[/QUOTE]
Here's my mount.cfg for linux:
[code]
//
// Use this file to mount additional paths to the filesystem
// DO NOT add a slash to the end of the filename
//
"mountcfg"
{
"hl1" "content/hls/hl1"
"hl12" "content/hls/hl1_hd"
"hl2mp" "content/hl2dm/hl2mp"
"cstrike" "content/css/cstrike"
"dod" "content/dods/dod"
"tf" "content/tf2/tf"
"episodic" "content/ep1/episodic"
"ep2" "content/ep2/ep2"
"lostcoast" "content/lostcoast/lostcoast"
"portal" "content/portal/portal"
}
[/code]
This is the code I used for adding the content (with the garrysmod command added for reference):
[code]
steamcmd.sh +login anonymous +force_install_dir "server" +app_update 4020 validate +quit;
steamcmd.sh +login anonymous +force_install_dir "server/content/css/" +app_update 232330 validate +quit;
[/code]
Sorry, you need to Log In to post a reply to this thread.