Page 1 of 1

Content not mounting?

Posted: Mon Aug 31, 2009 7:18 pm
by Alfie
I set up my server to play oc_paysan_B07, I installed the paysan custom content by dragging it into the dedi's obsidian folder. I started the server, join ed it and I saw errors everywhere. Even the skybox, I think this is due to some games content not mounting.

I extracted all the GFCs it said in the sticky and I have the files in obsidian/mount.

Halp again plz.

Posted: Mon Aug 31, 2009 9:08 pm
by fug4life
Use a mounts.txt goto your obsidian\obsidianSDK folder for an exmaple or see if there is already one in your maps\cfg folder.

You should note that mounts.txt's need a .RES file for the client to recieve.

I dont really know much about servers so if I'm wrong, I'm wrong.

Posted: Mon Aug 31, 2009 11:27 pm
by Alfie
I have this in the maps folder called "oc_paysan_B07.res"

Code: Select all

"resources"
{
"maps/oc_paysan_B07.bsp" "file"
"maps/oc_paysan_B07" "file"
"maps/cfg/oc_paysan_B07cfg.txt" "file"
"maps/cfg/oc_paysan_B07.txt" "file"
}
And in "maps/cfg" I have a file called "oc_paysan_B07_modify.txt"

Code: Select all

"oc_paysan_B07"
{
	"MountEpisodeOne"	"1"
	"MountEpisodeTwo"	"1"
	SpawnItems
	{
		"weapon_crowbar" "0"
		"weapon_physcannon" "0"
	}
}
Still doesn't work

Posted: Tue Sep 01, 2009 9:47 am
by fug4life
Then I can only suggest the following, check if all installs ok to your client and if their is no trouble?

Check the file paths before extracting the pack, i.e he may of made a mistake, so extract to a temp folder first, then check, then if all is correct extract.

erm and check that ep2 mounts on your server with another ep2 map.

Posted: Wed Sep 02, 2009 1:27 pm
by JerC
Make sure ep2 is at 100% an updated.

Posted: Wed Sep 02, 2009 5:25 pm
by Q_Q
Server via HLDS?
Then check if you got EP2 installed
Image

Also you can manually add them into gameinfo.txt(Inside "obsidian" directory)

Code: Select all

		SearchPaths
		{
			Game				|gameinfo_path|.
			Game				|all_source_engine_paths|hl2
			Game 				D:\hlds\orangebox\hl1
			Game 				D:\hlds\orangebox\hl2
			Game 				D:\hlds\orangebox\cstrike
			Game 				D:\hlds\orangebox\episodic
			Game 				D:\hlds\orangebox\ep2
		}