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"
}
Here is where I have my ep2 files http://imgur.com/64gROws.png
I also went an extra step and tried adding mount "mount.cfg" to my server.cfg
One interesting thing that makes it so I know it is mounted is I use the admin mod known as ULX, with ULX there is an option to spawn entities. If I type in the name of an ep2 entity say npc_zombine it will spawn it. I'm very confused, any help would be greatly appreciated.