Cstrike content not mounted

Post Reply
ChosenOne
New to forums
New to forums
Posts: 6
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sat Aug 03, 2013 10:28 pm

Cstrike content not mounted

Post by ChosenOne »

I am attempting to make the cstrike content mount to my Gmod server. I am experiencing instant reloads and walking through certain objects. The code in my mount.cfg is as follows.

Code: Select all

/ This determines what content the server tries to mount.
// Content in folders outside of "gmodbase" will only be loaded if
// files for the corresponding game are installed on the machine.
// Two slashes at the beginning of a line means that the line won't
// be processed.
"mountcfg"
{
  "cstrike"          "../gmodbase/cstrike"
}
ChosenOne
New to forums
New to forums
Posts: 6
Joined: Sat Aug 03, 2013 10:28 pm

Re: Cstrike content not mounted

Post by ChosenOne »

Never mind, I forgot an extra slash at the beginning. Stupid me.
Clouds
New to forums
New to forums
Posts: 6
Joined: Sat Aug 03, 2013 6:27 pm

Re: Cstrike content not mounted

Post by Clouds »

Think you could help me because I don't think mine are mounted.
User avatar
Edge100x
Founder
Founder
Posts: 12945
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Cstrike content not mounted

Post by Edge100x »

Clouds, our default mount.cfg will work. If you've replaced it with your own, please post it and we can try to find how it's broken.
Clouds
New to forums
New to forums
Posts: 6
Joined: Sat Aug 03, 2013 6:27 pm

Re: Cstrike content not mounted

Post by Clouds »

Oh nevermind then. The mount.cfg is default but none of the CSS props will spawn and the CSS weapons don't show up even when I installed CSS.
Beast
New to forums
New to forums
Posts: 10
Joined: Thu Jul 25, 2013 8:26 am

Re: Cstrike content not mounted

Post by Beast »

This is how I fixed my problem, I downloaded CSS Content onto my server aka models/materials
User avatar
Edge100x
Founder
Founder
Posts: 12945
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Cstrike content not mounted

Post by Edge100x »

Clouds, you don't need to install CS:S on the server, if that's what you mean. We include the content separately with all Garrysmod servers by default and it will be mounted as we provide it. On your client, you do need to have CS:S installed, though, and you need to make sure that it has been converted to SteamPipe by entering that game separately.

Server-side, you should definitely not upload your own CS:S content in lieu of fixing your mount.cfg. That is not a maintainable solution, will cause lower performance, and will lead to problems on our end due to the extra space requirements.
Post Reply