Source SDK

Need Help? The Day isnt going so well on the Mapping front?
Post Reply
MegaSean45
prop_static
prop_static
Posts: 68
Joined: Sat Nov 22, 2008 5:14 pm
Location: Las Venturas, SA
Contact:

Source SDK

Post by MegaSean45 »

I'm trying to make an OC Map, but I want the map to require the Orange Box. Guess what? It's not working! It only works in the Episode One engine, or lighter than that, but not the Orange Box. It's like this my I can't put textures, or camera in the 2-D box. I know this has nothing to do with OC, but I am just wondering if you guys knew. FRIEND! So, do you know? If you don't know, it's okay. Perhaps it's somethign to do with my Configs, I put in OC Codes, it didn't work, I deleted the OC Codes, and now Orange Box Source SDK don't work. Do I require certain files? Jeez Louise, this is getting confusing! So, thanks for reading, and I hope I can get some help, homies! :D I am pleased of all the help some of you given me, and I want to return the favor one day.
......
User avatar
Datastream
Donator
Donator
Posts: 870
Joined: Thu Dec 24, 2009 1:24 pm

Post by Datastream »

We know. This problem is wide spread because Valve did something. Wait for a fix or use the temp fixes.
MegaSean45
prop_static
prop_static
Posts: 68
Joined: Sat Nov 22, 2008 5:14 pm
Location: Las Venturas, SA
Contact:

Post by MegaSean45 »

Datastream wrote:We know. This problem is wide spread because Valve did something. Wait for a fix or use the temp fixes.
Oh Valve did it? I thought I did something wrong on Configs. It looks like oc_testyourskills will have to wait. Thanks for the info, dude! :)
......
Gary
npc_advisor
npc_advisor
Posts: 1125
Joined: Sun Nov 09, 2008 7:21 am
Location: USA, FL
Contact:

Post by Gary »

sorry, completely forgot to tell you about the fail-update.

And here is the fixes.
shiftey
npc_combinegunship
npc_combinegunship
Posts: 705
Joined: Thu Oct 09, 2008 4:45 pm
Contact:

Post by shiftey »

Gary wrote:sorry, completely forgot to tell you about the fail-update.

And here is the fixes.
Here's the fix that will work for Sean:

Fix for Sean's SDK
TMlord95
Vertex
Vertex
Posts: 13
Joined: Wed Jun 24, 2009 11:38 pm

Post by TMlord95 »

I have a similar problem- I followed the installation instructions on the wiki, but when I start up hammer (I just reinstalled it after the longest time) OC shows up in Source SDK 2009, and opening hammer with it has a grid-less screen that can be built on. I also have a bar to the side called "manifest" which I never had before.
Oh, and TF2 works fine.
User avatar
Andrax17
npc_combine_elite
npc_combine_elite
Posts: 451
Joined: Wed May 05, 2010 7:11 pm
Location: Finland
Contact:

Post by Andrax17 »

TMlord95 wrote:I have a similar problem- I followed the installation instructions on the wiki, but when I start up hammer (I just reinstalled it after the longest time) OC shows up in Source SDK 2009, and opening hammer with it has a grid-less screen that can be built on. I also have a bar to the side called "manifest" which I never had before.
Oh, and TF2 works fine.
you need to set it for Source2007 not 2009
TMlord95
Vertex
Vertex
Posts: 13
Joined: Wed Jun 24, 2009 11:38 pm

Post by TMlord95 »

If ollowed the instructions on the wiki to a T. It just set it up as 2009- how do I make it 2007?
User avatar
Andrax17
npc_combine_elite
npc_combine_elite
Posts: 451
Joined: Wed May 05, 2010 7:11 pm
Location: Finland
Contact:

Post by Andrax17 »

Code: Select all

"Obsidian Conflict"
{
	"GameDir"				"C:\Program Files\Steam\SteamApps\SourceMods\obsidian"
	"hammer"
	{

		"GameData0"			"C:\Program Files\Steam\SteamApps\SourceMods\obsidian\obsidian sdk\obsidian.fgd"
		"BSPDir"			"C:\Program Files\Steam\SteamApps\SourceMods\obsidian\maps"
		"MapDir"			"C:\Program Files\Steam\SteamApps\[example]\sourcesdk_content\obsidian\mapsrc"
		"GameExeDir"			"C:\Program Files\Steam\SteamApps\[example]\source sdk base 2007"
		"GameExe"			"C:\Program Files\Steam\SteamApps\[example]\source sdk base 2007\hl2.exe"
		"BSP"				"C:\Program Files\Steam\SteamApps\[example]\sourcesdk\bin\source2007\bin\vbsp.exe"
		"Vis"				"C:\Program Files\Steam\SteamApps\[example]\sourcesdk\bin\source2007\bin\vvis.exe"
		"Light"				"C:\Program Files\Steam\SteamApps\[example]\sourcesdk\bin\source2007\bin\vrad.exe"
		"TextureFormat"			"5"
		"MapFormat"			"4"
		"DefaultTextureScale"		"0.250000"
		"DefaultLightmapScale"		"16"
		"DefaultSolidEntity"		"func_detail"
		"DefaultPointEntity"		"ai_ally_manager"
		"CordonTexture"			"tools\toolsskybox"
		"MaterialExcludeCount"		"0"
	}
}
use that

the code that is in the first post of "[Tutorial] How to Setup the Source SDK for Obsidian" is outdated
Last edited by Andrax17 on Thu Jun 03, 2010 10:52 pm, edited 1 time in total.
shiftey
npc_combinegunship
npc_combinegunship
Posts: 705
Joined: Thu Oct 09, 2008 4:45 pm
Contact:

Post by shiftey »

You have to edit the GameConfig in the 2007 folder not OB. Then it will appear under Source 2007 in the SDK.
TMlord95
Vertex
Vertex
Posts: 13
Joined: Wed Jun 24, 2009 11:38 pm

Post by TMlord95 »

Hey, I got it fixed by rebooting SDK and refreshing the list. Turns out that I got the orangbox and the 2007 folder mixed up, too. Which is odd, because I copy/pasted form the wiki.
Did Somebody update the wiki before I retried that?



Edit: Doe sthis still work for 1.35, or does it need to be edited?
http://www.obsidianconflict.net/forums/ ... php?t=3424
User avatar
Datastream
Donator
Donator
Posts: 870
Joined: Thu Dec 24, 2009 1:24 pm

Post by Datastream »

I think so. I had to change the set up too and so I went to the wiki and it was different from last time. As far as I can remember.

All fixed. Happy mapping!
Post Reply