Difference between revisions of "Obsidian SDK Setup"
From Obsidian Conflict Wiki
m (Removed EP1 Section as announced) |
m |
||
Line 1: | Line 1: | ||
{{catup|Obsidian_Conflict|Obsidian Conflict|center}} | {{catup|Obsidian_Conflict|Obsidian Conflict|center}} | ||
− | |||
− | |||
== Setting up SourceSDK for Obsidian == | == Setting up SourceSDK for Obsidian == | ||
The Example Steam Path looks like this in this Tuturial: | The Example Steam Path looks like this in this Tuturial: | ||
Line 9: | Line 7: | ||
'''''Note''''': make sure you replace that folder in the code below with your Steam Path. | '''''Note''''': make sure you replace that folder in the code below with your Steam Path. | ||
− | + | '''''Note2''''': "[example]" is our placeholder for the steam account name (can also be a e-mail address). | |
− | ''''' | ||
*Go to your SourceSDK OrangeBox Bin Folder: | *Go to your SourceSDK OrangeBox Bin Folder: | ||
<pre> | <pre> | ||
C:\Program Files\Steam\SteamApps\[example]\sourcesdk\orangebox\bin\ | C:\Program Files\Steam\SteamApps\[example]\sourcesdk\orangebox\bin\ | ||
</pre> | </pre> | ||
− | *Open the GameConfig.txt for Editing. | + | *Open the GameConfig.txt for Editing. (Make sure it's '''NOT''' read only) |
*Add this to the list: (just before the last 2 Bracers) | *Add this to the list: (just before the last 2 Bracers) | ||
<pre> | <pre> | ||
Line 43: | Line 40: | ||
} | } | ||
</pre> | </pre> | ||
− | '''''Important''''': never add any other FGDs to that code since Obsidian uses it's own. | + | '''''Important''''': never add any other FGDs to that code since Obsidian uses it's own. (Request to add other content to the existing ones instead) |
− | '''''Note''''': Also to make sure the code won't get deleted | + | '''''Note''''': Also to make sure the code won't get deleted, you can do that by making the file read only once you have completed all necessary changes. |
Revision as of 13:23, 25 July 2008
Setting up SourceSDK for Obsidian
The Example Steam Path looks like this in this Tuturial:
C:\Program Files\Steam\SteamApps
Note: make sure you replace that folder in the code below with your Steam Path.
Note2: "[example]" is our placeholder for the steam account name (can also be a e-mail address).
- Go to your SourceSDK OrangeBox Bin Folder:
C:\Program Files\Steam\SteamApps\[example]\sourcesdk\orangebox\bin\
- Open the GameConfig.txt for Editing. (Make sure it's NOT read only)
- Add this to the list: (just before the last 2 Bracers)
"Obsidian Conflict" { "GameDir" "C:\Program Files\Steam\SteamApps\SourceMods\Obsidian" "hammer" { "GameData0" "C:\Program Files\Steam\SteamApps\SourceMods\Obsidian\Obsidian SDK\Obsidian.fgd" "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\orangebox\bin\vbsp.exe" "Vis" "C:\Program Files\Steam\SteamApps\[example]\sourcesdk\orangebox\bin\vvis.exe" "Light" "C:\Program Files\Steam\SteamApps\[example]\sourcesdk\orangebox\bin\vrad.exe" "BSPDir" "C:\Program Files\Steam\SteamApps\SourceMods\obsidian\maps" "TextureFormat" "5" "MapFormat" "4" "DefaultTextureScale" "0.250000" "DefaultLightmapScale" "16" "DefaultSolidEntity" "func_detail" "DefaultPointEntity" "ai_ally_manager" "CordonTexture" "tools\toolsskybox" "MaterialExcludeCount" "0" } }
Important: never add any other FGDs to that code since Obsidian uses it's own. (Request to add other content to the existing ones instead)
Note: Also to make sure the code won't get deleted, you can do that by making the file read only once you have completed all necessary changes.