Cstrike won't mount on my server. HELP!

Post Reply
Beast
New to forums
New to forums
Posts: 10
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Thu Jul 25, 2013 8:26 am

Cstrike won't mount on my server. HELP!

Post by Beast »

New to Nfoservers and im trying to make a ttt server, but i cant mount my cstrike to the server.
Mount =
// 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" "/cstrike"
}
I change the /cstrike so many times so i just left it as that.
User avatar
hiimcody1
Staff
Staff
Posts: 1595
Joined: Wed Dec 28, 2011 4:59 pm

Re: Cstrike won't mount on my server. HELP!

Post by hiimcody1 »

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"
}

Just leave the mount.cfg like this and it will work.
Beast
New to forums
New to forums
Posts: 10
Joined: Thu Jul 25, 2013 8:26 am

Re: Cstrike won't mount on my server. HELP!

Post by Beast »

doesnt work :I, do i put my cstrike folder anywhere or something?
User avatar
hiimcody1
Staff
Staff
Posts: 1595
Joined: Wed Dec 28, 2011 4:59 pm

Re: Cstrike won't mount on my server. HELP!

Post by hiimcody1 »

I just tested on my config, and CSS content is showing up.

The folder it refers to is above your FTP so you wouldn't see it.

There's no need to upload CSS content on our hosting.
Beast
New to forums
New to forums
Posts: 10
Joined: Thu Jul 25, 2013 8:26 am

Re: Cstrike won't mount on my server. HELP!

Post by Beast »

i put it back how it was, yet on a map that has css props, i am able to walk through them which means it isnt mounted.
User avatar
Edge100x
Founder
Founder
Posts: 12947
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Cstrike won't mount on my server. HELP!

Post by Edge100x »

Are you able to switch to a CS:S map, more generally?

This is on our shared hosting and not an unmanaged dedicated server or VDS, correct?
Beast
New to forums
New to forums
Posts: 10
Joined: Thu Jul 25, 2013 8:26 am

Re: Cstrike won't mount on my server. HELP!

Post by Beast »

correct and no i cannot switch it to any css maps
EDIT: Do i take off the ".."

Code: Select all

"cstrike"          "../gmodbase/cstrike"
User avatar
kraze
Former staff
Former staff
Posts: 4362
Joined: Fri Sep 17, 2010 9:06 am
Location: California

Re: Cstrike won't mount on my server. HELP!

Post by kraze »

You should replace your entire mount.cfg with what Cody pasted above.
@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!
Beast
New to forums
New to forums
Posts: 10
Joined: Thu Jul 25, 2013 8:26 am

Re: Cstrike won't mount on my server. HELP!

Post by Beast »

i did already
User avatar
kraze
Former staff
Former staff
Posts: 4362
Joined: Fri Sep 17, 2010 9:06 am
Location: California

Re: Cstrike won't mount on my server. HELP!

Post by kraze »

Beast wrote:i did already
Alright and after you restarted your server you still cannot use a CS:S map?
@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!
Beast
New to forums
New to forums
Posts: 10
Joined: Thu Jul 25, 2013 8:26 am

Re: Cstrike won't mount on my server. HELP!

Post by Beast »

cant see it through ulx
User avatar
kraze
Former staff
Former staff
Posts: 4362
Joined: Fri Sep 17, 2010 9:06 am
Location: California

Re: Cstrike won't mount on my server. HELP!

Post by kraze »

Beast wrote:cant see it through ulx
The important thing here is to note if you can change to a CS:S map? If you can, then the content is mounted correctly.
@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!
Beast
New to forums
New to forums
Posts: 10
Joined: Thu Jul 25, 2013 8:26 am

Re: Cstrike won't mount on my server. HELP!

Post by Beast »

i can change it but its that others have had missing map "cs_office" disconnect
Beast
New to forums
New to forums
Posts: 10
Joined: Thu Jul 25, 2013 8:26 am

Re: Cstrike won't mount on my server. HELP!

Post by Beast »

--Fixed--
What i did was take all the models from css and put it into my models folder lel
Post Reply