• Can't Mount Games to Linux Server?
    5 replies, posted
Hi! I am running a Garry's Mod 13 server and I have the filepaths for mounted games configured 100% correctly, and the games are updated and everything, but no matter what I do, the server refuses to recognize I have the games mounted on it. In particular, Episode 2 will not mount. Here is my mount.cfg: [CODE]"mountcfg" { "ep2" "/home/zombine/gmod/content/Half-Life 2/ep2" "cstrike" "/home/zombine/gmod/content/css/cstrike" }[/CODE] I also have a mountdepots.cfg, but that didn't help. [CODE]"gamedepotsystem" { "hl2" "1" "cstrike" "1" "ep2" "1" }[/CODE] Counter-Strike seems to work, but episode 2 absolutely will not. Please help! As well, I noticed this when starting up (there's a few errors complaining about steam binaries?): -le snip-
Run this command: [code] mv "/home/zombine/gmod/content/Half-Life 2" "/home/zombine/gmod/content/hl2" [/code] and then replace the ep2 path with this: [code]"ep2" "/home/zombine/gmod/content/hl2/ep2"[/code] The steam binary errors are normal, don't worry about those.
That did not work. The icons for the NPCs and entities are there as well as the option to spawn EP2 props, however when spawning an episode 2 NPC it says I'm not allowed to spawn that NPC. Similarly, spawning episode 2 props does not work, though I am able to forcefully spawn them using "ulx ent. " [B]Edit:[/B] I've completely re-installed the server using the official instructions and other various resources, but the games just won't mount. Do I need to add something to my startup.sh?
Ok this is odd now, I managed to ACTUALLY make it mount somehow, not sure what I did. The props work now, but whenever I try to spawn an Episode 2 NPC it says "You are unable to spawn that NPC!" Is there a way to fix that?
That means EP2 is still not considered mounted to your client/server.
Then what could I be doing wrong? I have the config files correct and the content downloaded.
Sorry, you need to Log In to post a reply to this thread.