Content not mounting?

Server Help/Discussion.
Post Reply
User avatar
Alfie
prop_static
prop_static
Posts: 73
Joined: Fri Aug 28, 2009 5:43 pm
Location: England
Contact:

Content not mounting?

Post 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.
Image
fug4life
Beta Tester
Beta Tester
Posts: 4093
Joined: Mon Dec 11, 2006 10:35 am

Post 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.
'I would probably smarten up before you meet Violet'.
'She has zero tolerance for idiots'.

fug's Obsidian files
fug's Obsidian clips
Obsidian wiki
Obsidian Map Database
User avatar
Alfie
prop_static
prop_static
Posts: 73
Joined: Fri Aug 28, 2009 5:43 pm
Location: England
Contact:

Post 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
Image
fug4life
Beta Tester
Beta Tester
Posts: 4093
Joined: Mon Dec 11, 2006 10:35 am

Post 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.
'I would probably smarten up before you meet Violet'.
'She has zero tolerance for idiots'.

fug's Obsidian files
fug's Obsidian clips
Obsidian wiki
Obsidian Map Database
User avatar
JerC
Donator
Donator
Posts: 914
Joined: Fri Jan 30, 2009 1:37 pm
Location: France

Post by JerC »

Make sure ep2 is at 100% an updated.
Please don't take my posts before 2013 too seriously. It will be better for both you and I :c
Q_Q
Polygon
Polygon
Posts: 54
Joined: Mon Jul 27, 2009 8:14 pm

Post 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
		}
Post Reply