Pages: [1] 2
Author Topic: Need Help  (Read 34939 times)
Gun-Ish
Guardsman
**
Posts: 8


View Profile
« on: November 04, 2007, 09:47:13 AM »

Okay well im a mapper and modeler and this will sound dumb cause i shld know how to do this but i cant get source sdk to allow Exterminatus to read, so i can make maps etc and well i read the tut but it made know sence
Logged

ish to be Beta Tester Cheesy

Alhaus
Marine
****
Posts: 141


View Profile
« Reply #1 on: November 04, 2007, 01:08:29 PM »

How do you meen to read? if you meen to get it to appear on the SDK drop down menu then you need to configure hammer first.
Logged

=][= Ordo Xenos, first clan for RS and RS2
To be Unclean, That is the Mark of the Xenos
To be Impure, That is the Mark of the Xenos
To be Abhorred, That is the Mark of the Xenos
To be Reviled, That is the Mark of the Xenos

ChromeAngel
Administrator
Marine Chaplain
*****
Posts: 1267


View Profile WWW
« Reply #2 on: November 04, 2007, 04:31:53 PM »

this section of the MDK documentation should explain how to set up the EX MDK to work with the Source SDK.  If you're still having trouble after that please try explaining where you are having difficulty.
« Last Edit: April 05, 2009, 11:08:57 AM by ChromeAngel » Logged

Gun-Ish
Guardsman
**
Posts: 8


View Profile
« Reply #3 on: November 05, 2007, 09:00:21 AM »

I dont understand where to place that text meaning could some one give me a kinda folder and file i need to put it in such as steam/steamapps/username and wateva the rest is like the folder than the file
Logged

ish to be Beta Tester Cheesy

ChromeAngel
Administrator
Marine Chaplain
*****
Posts: 1267


View Profile WWW
« Reply #4 on: November 05, 2007, 08:00:37 PM »

Ah sorry, I didn't do a very good job of documenting that.  I've just edited it to be more specific.  I hope this is clearer now.
Logged

migb
Marine Veteran
*****
Posts: 366


View Profile
« Reply #5 on: November 06, 2007, 10:20:30 PM »

The file that need to be edited is this:
...\Steam\steamapps\username\sourcesdk\bin\GameConfig.txt
Logged

f this is a dream...
My subconscious has a sick sense of humor.

Gun-Ish
Guardsman
**
Posts: 8


View Profile
« Reply #6 on: November 07, 2007, 07:52:29 AM »

KK well it comes in menu bar but now it wont let me make maps and crap so instead of harrasing and asking can someone upload the game setting file for me to copy
Logged

ish to be Beta Tester Cheesy

ChromeAngel
Administrator
Marine Chaplain
*****
Posts: 1267


View Profile WWW
« Reply #7 on: November 07, 2007, 09:09:47 AM »

Quote from: "Gun-Ish"
KK well it comes in menu bar but now it wont let me make maps and crap so instead of harrasing and asking can someone upload the game setting file for me to copy


How does it stop you making maps?

I would need to know the path to your steam folder and your steam account name in order to edit the game config for you.  Since those two pieces of information could be abused in the wrong hands I thought it would be better for you (mappers) to make those edits.  PM me the details I need if you still want me to do it.
Logged

ChromeAngel
Administrator
Marine Chaplain
*****
Posts: 1267


View Profile WWW
« Reply #8 on: November 09, 2007, 11:15:27 PM »

It seems Valve have "updated" (read "broken")  the SDK, so the installation described in the wiki might not work.  When things have settled down a bit i'll   try and update it so it works again.
Logged

JoffL
Guardsman
**
Posts: 2


View Profile
« Reply #9 on: November 11, 2007, 04:57:08 PM »

Quote from: "ChromeAngel"
It seems Valve have "updated" (read "broken")  the SDK, so the installation described in the wiki might not work.  When things have settled down a bit i'll   try and update it so it works again.


Alright, Hello everyone. (first post).

I looked into it and managed to get EX working in the editor again. This post might be a bit lengthy.

First off the EX "reader" code still works. Valve just moved the GameConfig.txt. So all you really need to do is move your EX.fgd and copy the data into the new GameConfig.txt. I don't recommend copying and pasting your old GameConfig in there because it would overwrite the current one (which includes TF2, Episode 2 and Portal). Here is the directory to get to the new folder containing the GameConfig (GC).

...Steam/steamapps/username/sourcesdk/orangebox/bin

Once you get into there look for the GC and open it up. Then edit the following data to match your computer's set up.

Here is the data you'll need to toy with a bit.
Code:
"Exterminatus"
{
"GameDir" "e:\program files\steam\SteamApps\SourceMods\ex"
"hammer"
{
"GameData0" "e:\program files\steam\SteamApps\SourceMods\ex\ex.fgd"
"TextureFormat" "5"
"MapFormat" "4"
"DefaultTextureScale" "0.250000"
"DefaultLightmapScale" "16"
"GameExe" "e:\program files\steam\steamapps\USERNAME\half-life 2 deathmatch\hl2.exe"
"DefaultSolidEntity" "func_detail"
"DefaultPointEntity" "info_player_deathmatch"
"BSP" "e:\program files\steam\steamapps\USERNAME\sourcesdk\orangebox\bin\vbsp.exe"
"Vis" "e:\program files\steam\steamapps\USERNAME\sourcesdk\orangebox\bin\vvis.exe"
"Light" "e:\program files\steam\steamapps\USERNAME\sourcesdk\orangebox\bin\vrad.exe"
"GameExeDir" "e:\program files\steam\steamapps\USERNAME\half-life 2 deathmatch"
"MapDir" "e:\program files\steam\SteamApps\SourceMods\ex\mapsrc"
"BSPDir" "e:\program files\steam\steamapps\SourceMods\ex\maps"
"CordonTexture" "tools\toolsskybox"
"MaterialExcludeCount" "0"
}
}


Notes on making this work for people who don't know how to.
For the folders labeled "USERNAME" you want to change those into your current steam account's username. Also while I've seen people use their GC with ...Steam/steamapps/USERNAME. That little bit with the "..." doesn't work on my PC. I've seen it work on others, but to be safe I recommend that you write out the full directory to it.
Example: e:/program files/Steam/steamapps/ect.
Also, VERY IMPORTANT: Make sure you have EVERYTHING down correctly or it will not work. All it takes is one typo in your editing to make all of  the data useless to the GC.

Now simply copy and paste that data into the GC anywhere between.

Code:
"Configs"
{
"Games"
{
and
}
"SDKVersion" "3"
}

Be sure not to put the data into another game's information.
Example:
Paste right above something like this.
Code:
"Portal"
{

OR Paste right below something like this.
Code:
				"MaterialExcludeCount"		"0"
}
}

I hope this is clear enough to help, if you have any other questions feel free to ask.

On another note I do have a question. I cannot view the fully textured/shaded polygons in the Camera view. (Yes, I have toyed with the view settings, still doesn't work.) All I have been able to get to view have been all white wires in the wire frame and colored wires in the wire frame.
If you have any idea on how to fix this your help would be much appreciated.

Edit: Didn't have this problem before the SDK update.

Edit2: This problem is related to the SDK, the information above will put EX on the list but it will not function properly in Hammer and more than likely every action you do in Hammer besides adjusting the camera will crash it. I have no real idea on how to fix this problem and have been working on it for the past hour now. Any help as stated before would be much appreciated, but I doubt there is much we can do about it at the current time.
Logged

ChromeAngel
Administrator
Marine Chaplain
*****
Posts: 1267


View Profile WWW
« Reply #10 on: November 12, 2007, 09:37:58 AM »

Hello Joffl, welcome to the Exterminatus forum  Smiley

Have you tried starting the SDK with the "-engine ep1" argument?  There has been some mention of it on the hlmappers mailing list, but I haven't had chance to try it yet.

I get the impression this argument will run the version from the old location.  Can you try it and let us know?
Logged

JoffL
Guardsman
**
Posts: 2


View Profile
« Reply #11 on: November 12, 2007, 07:14:48 PM »

I just tried that in the SDK, didn't do anything as far as I can tell. Same problem as before.
Logged

Gun-Ish
Guardsman
**
Posts: 8


View Profile
« Reply #12 on: November 14, 2007, 07:18:16 AM »

Okay Well Firstly Thank You jof for that

Second that was confusing

and third can someone send me there gamesetting.config so i can just replace mine i just want to make maps :S im a mapper not a file person...............................................................................

Thank You and i really need this i want to make maps for this game its 1337
Logged

ish to be Beta Tester Cheesy

Typheron
Moderator
Marine Chaplain
*****
Posts: 939



View Profile WWW
« Reply #13 on: November 14, 2007, 09:40:56 AM »

that wont work, since each is specific to your computer (file location, stuff liek that).

You will have to set it yourself as far as i can tell.
Logged

God of the outer darkness. bringer of evil, storms, plague, misery, and torment. Protects fugitives, Apparently...

Gun-Ish
Guardsman
**
Posts: 8


View Profile
« Reply #14 on: November 17, 2007, 05:03:52 AM »

Chrome Can u set mine for me if i sent to u?
Logged

ish to be Beta Tester Cheesy

Pages: [1] 2
Print
Jump to: