Help with mounting cstrike

Post Reply
djmuz
A semi-regular
A semi-regular
Posts: 15
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sat Jan 17, 2015 10:58 am

Help with mounting cstrike

Post by djmuz »

When I purchased my server from NFO I immediately applied the mount.cfg file that I had from my old dedicated server into the FTP before discovering that the default file provided by NFO will automatically mount to a hardwired set of cstrike content. Could someone provide me with such a mount file?

Players on my server are able to walk through static props and the console displays errors that are similar to this: SOLID_VPHYSICS static prop with no vphysics model! (models/props/cs_italy/winerack_large.mdl)

This is my current mount.cfg:

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

"mountcfg"
{
"cstrike" "C:\garrysmod\cstrike"
"tf" "D:\mytf2server\tf"
}
User avatar
kraze
Former staff
Former staff
Posts: 4362
Joined: Fri Sep 17, 2010 9:06 am
Location: California

Re: Help with mounting cstrike

Post by kraze »

Here is our stock mount.cfg.

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"
  "dod"              "../gmodbase/dod"
  "tf"               "../gmodbase/tf"
  "hl2mp"            "../gmodbase/hl2mp"
//  "zps"              "../sourcebase/orangebox/zps"
//  "pvkii"            "../sourcebase/orangebox/pvkii"
//  "dystopia"         "../sourcebase/orangebox/dystopia"
//  "ageofchivalry"    "../sourcebase/orangebox/ageofchivalry"
//  "insurgency"       "../sourcebase/insurgency"
  "ep2"              "ep2"
  "episodic"         "episodic"
  "lostcoast"        "lostcoast"
  "hl1"              "hl1"
  "hl1mp"            "hl1mp"
  "zeno_clash"       "zeno_clash"
  "portal"           "portal"
  "diprip"           "diprip"
  "left4dead2"       "left4dead2"
  "left4dead"        "left4dead"
  "portal2"          "portal2"
  "swarm"            "swarm"
  "nucleardawn"      "nucleardawn"
  "dinodday"         "dinodday"
  "csgo"             "csgo"
}

@Kraze^NFo> Juski has a very valid point
@Juski> Got my new signature, thanks!
@Kraze^NFo> Out of context!
@Juski> Doesn't matter!
@Juski> You said I had a valid point! You can't take it back now! It's out there!
djmuz
A semi-regular
A semi-regular
Posts: 15
Joined: Sat Jan 17, 2015 10:58 am

Re: Help with mounting cstrike

Post by djmuz »

Thanks so much, that's fixed it!
Post Reply