Pages: 1 [2]
Author Topic: Need Help  (Read 34947 times)
ChromeAngel
Administrator
Marine Chaplain
*****
Posts: 1267


View Profile WWW
« Reply #15 on: November 17, 2007, 02:17:42 PM »

Valve's SDK updates this week (which appear to be ongoing, so this could all change) have introduced a brand new set of SDK tools for TF2 and Portal mapping.  Sadly these tools do not work with games based on earlier versions of the source game engine (such as EX and every other mod).

It appears they have also move the SDK tools that do work with mods to another location, along with their copy of the GameConfig.txt

At the time of writing the GameConfig.txt to configure for use with EX can be found at $steamUserDir/sourcesdk/bin/ep1/bin/GameConfig.txt

To run the EX compatible set of the SDK tools that use that config you have to go into the tools tab in steam, right click on the Source SDK listing and click on Properties in the popup menu.  In the properties window on the General tab is a button labelled "Set launch options...", which pops up yet another window with a single text box in it (it says it's for "advanced" users only, but you need to use it to map for any source game except TF2 and portal...).  Type the following into the box
Code:
-engine ep1


OK, from now on when you run the SDK it should launch the version compatible with EX.  If you want to map to TF2 or Portal you'll have to take that option out again.  I get the impression valve are actively making updates to the SDK at the moment, so this could all change without warning.
Logged

Bronto
Guardsman
**
Posts: 3


View Profile
« Reply #16 on: January 27, 2008, 05:04:56 PM »

I got mine to work by using the following. Took me a few hours... :x
None of the others seemed to work for me.

The models/textures show up in hammer and compile works puting the bsp into the correct directory automatically.

Code:
"Exterminatus"
{
"GameDir" "c:\program files\steam\SteamApps\SourceMods\ex"
"hammer"
{
"GameData0" "c:\program files\steam\steamapps\SourceMods\ex\ex.fgd"
"TextureFormat" "5"
"MapFormat" "4"
"DefaultTextureScale" "0.250000"
"DefaultLightmapScale" "16"
"GameExe" "c:\program files\steam\steamapps\brontohl@hotmail.com\half-life 2\hl2.exe"
"DefaultSolidEntity" "func_detail"
"DefaultPointEntity" "info_player_start"
"BSP" "c:\program files\steam\steamapps\brontohl@hotmail.com\sourcesdk\bin\ep1\bin\vbsp.exe"
"Vis" "c:\program files\steam\steamapps\brontohl@hotmail.com\sourcesdk\bin\ep1\bin\vvis.exe"
"Light" "c:\program files\steam\steamapps\brontohl@hotmail.com\sourcesdk\bin\ep1\bin\vrad.exe"
"GameExeDir" "c:\program files\steam\steamapps\brontohl@hotmail.com\half-life 2"
"MapDir" "c:\program files\steam\steamApps\SourceMods\ex\maps"
"BSPDir" "c:\program files\steam\steamapps\SourceMods\ex\maps"
"CordonTexture" "tools\toolsskybox"
"MaterialExcludeCount" "0"
}
Logged

Pages: 1 [2]
Print
Jump to: