Another damned problem Mod/Hammer (I KNOW I'M SORRY)

Any aspects of level design for the Source engine.

Another damned problem Mod/Hammer (I KNOW I'M SORRY)

Postby Freemans_Fanatic12 on Sun Jul 01, 2012 5:04 am

Hey guys... I really DID NOT wan't to make another topic or another post concerning problems with my mod and Hammer.
I know right now some of you might only be thinking of the Hammer you're going to bludgeon me with. :smt021
Besides that though, if any of you are still willing to help here's my trouble. You've probably heard of the problem of missing content (models, textures etc.) in Hammer. After setting up my 'Gameconfig.txt' for Hammer 'Source 2007', and fixing a problem where the map wouldn't compile, I noticed ALL content for Episode 2 gone.
When I placed the materials into my (you guessed it) materials folder, they came out with the pink and black missing texture thing. I don't know if there's a fix for this problem but I'll appreciate any help I can from you guys. I'll supply any pictures of the folders, or copy/paste any text from my mod /steamapps folders if needed. Additionally, I apologize if I shouldn't have made a new topic for no reason. (Didn't see the need to revive a fixed problem on the other topic.)

Thanks for reading and thanks for the help.
"..." - Gordon Freeman, Half-Life.
User avatar
Freemans_Fanatic12
Member
Member
 
Joined: Fri Jun 29, 2012 6:35 am
Location: Hialeah, Florida

Re: Another damned problem Mod/Hammer (I KNOW I'M SORRY)

Postby Epifire on Sun Jul 01, 2012 5:08 am

Yeah grab your mod paths for the content directories, as well as your gameinfo.txt, and paste them. That would be a good start.
Image
User avatar
Epifire
May Contain Skills
May Contain Skills
 
Joined: Fri Mar 25, 2011 8:54 pm
Location: Kansas... where tumble weeds are entertainment.

Re: Another damned problem Mod/Hammer (I KNOW I'M SORRY)

Postby Freemans_Fanatic12 on Sun Jul 01, 2012 5:24 am

Thanks for the quick reply, I'm just not exactly following what you're saying. Which content directories are you referring to? and where do I paste my gameinfo.txt? If the answers are obvious I apologize I'm just undeniably stupid sometimes.
"..." - Gordon Freeman, Half-Life.
User avatar
Freemans_Fanatic12
Member
Member
 
Joined: Fri Jun 29, 2012 6:35 am
Location: Hialeah, Florida

Re: Another damned problem Mod/Hammer (I KNOW I'M SORRY)

Postby Epifire on Sun Jul 01, 2012 5:31 am

Well you see the gameinfo.txt gives search options that (from my knowledge) also effects what Hammer loads as well. I am fairly new to messing with mod setups myself (so correct me if I am mistaken admins).

This is an example of a gameinfo.txt the team and I use...

Code: Select all
"GameInfo"
{
   game       "Half-Life 2 World: Ravenholm"
   title       "Half-Life 2 World"
   title2      "Ravenholm"

   type      singleplayer_only
   icon       "resource/cent"

   FileSystem
   {
      SteamAppId            218       // GCF for hl2
      ToolsAppId            211      // Tools will load this (ie: source SDK caches) to get things like materials\debug, materials\editor, etc.
      AdditionalContentID         420      //Ep2 content
      
      SearchPaths
      {
         Game            |gameinfo_path|.
         Game            |all_source_engine_paths|ep2
         Game            |all_source_engine_paths|episodic
         Game            |all_source_engine_paths|hl2
      }
   }
}


We use a modified GCF from my knowledge, so I am not sure how some of these options apply without messing with the GCF or editing the dll.

Also in Hammer you want to make sure you got your options setup right, and this may very well be your problem...

This is mostly explanatory dealt by the paths requested, but along with the next one below they both need to be setup correctly. Image

If you are using the 2007 engine, I am pretty sure you gotta use the same build programs too, so make sure you get the right ones out of the bin. It should read 2007 in the path, highlighted area of the path...
Image
Image
User avatar
Epifire
May Contain Skills
May Contain Skills
 
Joined: Fri Mar 25, 2011 8:54 pm
Location: Kansas... where tumble weeds are entertainment.

Re: Another damned problem Mod/Hammer (I KNOW I'M SORRY)

Postby Black_Stormy on Sun Jul 01, 2012 7:47 pm

The other one was loosely appropirate for the mod talk forum, but I think this one lies firmly in the hammer help forum > http://interlopers.net/forum/viewforum.php?f=2
User avatar
Black_Stormy
Sir Post-a-lot
Sir Post-a-lot
 
Joined: Sun Nov 28, 2010 6:03 am
Location: Cairns, QLD, AUS

Re: Another damned problem Mod/Hammer (I KNOW I'M SORRY)

Postby Freemans_Fanatic12 on Sun Jul 01, 2012 8:00 pm

Black_Stormy wrote:The other one was loosely appropirate for the mod talk forum, but I think this one lies firmly in the hammer help forum > http://interlopers.net/forum/viewforum.php?f=2

True that, do I make a new one or ask an admin to move it?
"..." - Gordon Freeman, Half-Life.
User avatar
Freemans_Fanatic12
Member
Member
 
Joined: Fri Jun 29, 2012 6:35 am
Location: Hialeah, Florida

Re: Another damned problem Mod/Hammer (I KNOW I'M SORRY)

Postby Gary on Sun Jul 01, 2012 8:11 pm

Moved to Hammer help forum.
Have a question related to modding or something I posted? Something that needs staff attention? PM me or message me on Steam(link below)

User avatar
Gary
Interlopers Staff
Interlopers Staff
 
Joined: Wed Dec 16, 2009 12:40 am
Location: USA, FL

Re: Another damned problem Mod/Hammer (I KNOW I'M SORRY)

Postby Freemans_Fanatic12 on Sun Jul 01, 2012 8:15 pm

Epifire, I have set up my mod pretty much how yours is, except with 2007 directories.. My gameinfo.txt looks like yours too. How exactly did you edit episode two's gcf?
"..." - Gordon Freeman, Half-Life.
User avatar
Freemans_Fanatic12
Member
Member
 
Joined: Fri Jun 29, 2012 6:35 am
Location: Hialeah, Florida

Re: Another damned problem Mod/Hammer (I KNOW I'M SORRY)

Postby Epifire on Mon Jul 02, 2012 7:10 pm

Well that was done by my programming buddy Fishshapedfish so I can't shed as much light on that part. Not sure how all of our mod got working, but I think it was a combination of both.
Image
User avatar
Epifire
May Contain Skills
May Contain Skills
 
Joined: Fri Mar 25, 2011 8:54 pm
Location: Kansas... where tumble weeds are entertainment.

Re: Another damned problem Mod/Hammer (I KNOW I'M SORRY)

Postby Freemans_Fanatic12 on Thu Jul 05, 2012 5:42 pm

Ok, thanks.
"..." - Gordon Freeman, Half-Life.
User avatar
Freemans_Fanatic12
Member
Member
 
Joined: Fri Jun 29, 2012 6:35 am
Location: Hialeah, Florida

Return to Hammer Editor Help

Who is online

Users browsing this forum: Bing [Bot]