mod problems Created 14 years ago2009-08-06 11:35:25 UTC by brendanmint brendanmint

Created 14 years ago2009-08-06 11:35:25 UTC by brendanmint brendanmint

Posted 14 years ago2009-08-06 11:35:25 UTC Post #271616
well im making a HL2EP2 mod and so far, its turned out great, but in the menu it still has the achievements and commentary menus, any way to remove them?
brendanmint brendanmintBrendan
Posted 14 years ago2009-08-12 17:17:11 UTC Post #271894
yes there is gimme a sec to find out for ya
Posted 14 years ago2009-08-12 17:26:14 UTC Post #271896
ok you have to go to the resource folder in your source mod and locate the gamemenu.res file if its not there well i hope you know how to use gcfscape cause im not explaining what that does
lol
well download gcf scape and look for the hl2ep2 gcf called
episodic 2007 shared.gcf and open it
in the episodic folder locate the folder resources
then extract the gamemenu.res to your source mods resource folder

the .res file opens with notepad so do that and locate the following lines
"9"
{
	"label" "#GameUI_GameMenu_Achievements"
	"command" "OpenAchievementsDialog"
	"InGameOrder" "60"
}
or something similar
comment it out like below or delete it altogether and then you should be ok

// "9"
// {
// "label" "#GameUI_GameMenu_Achievements"
// "command" "OpenAchievementsDialog"
// "InGameOrder" "60"
// }

do the same for the commentary one
Hope this helps cause its what workS for me
If you still have problems email me at mcnallycathal@yahoo.ie
Posted 14 years ago2009-08-17 03:24:18 UTC Post #272065
THANKS! i actually added that then loked on the forums, but thank you anyway!
brendanmint brendanmintBrendan
Posted 14 years ago2009-08-17 03:24:21 UTC Post #272066
THANKS! i actually added that then looked on the forums, but thank you anyway!
brendanmint brendanmintBrendan
You must be logged in to post a response.