Unable to run Garry's mod

Help with using HLDJ
Post Reply
User avatar
Stylee32
Game DJ
Posts: 12
Joined: Sat Apr 19, 2008 4:10 pm

Unable to run Garry's mod

Post by Stylee32 »

Hello,
Everytime i try to run gmod with Hldj it runs "Source Sdk - Orangebox" instead.
Is there anything to do to fix this? :(
Renegade
HLDJ Developer
HLDJ Developer
Posts: 1500
Joined: Sat Mar 01, 2008 2:02 pm
Contact:

Re: Unable to run Garry's mod

Post by Renegade »

What version of Gmod? If it's the purchasable one over Steam, it should work fine, if not you may need tweak some things.
User avatar
Stylee32
Game DJ
Posts: 12
Joined: Sat Apr 19, 2008 4:10 pm

Re: Unable to run Garry's mod

Post by Stylee32 »

Renegade wrote:What version of Gmod? If it's the purchasable one over Steam, it should work fine, if not you may need tweak some things.
It's the newest gmod of steam Garry's mod 10 (Or "11" as they say")
And it is the purchasable one on steam.
Renegade
HLDJ Developer
HLDJ Developer
Posts: 1500
Joined: Sat Mar 01, 2008 2:02 pm
Contact:

Re: Unable to run Garry's mod

Post by Renegade »

Inside of Gmod 's game directory, is there a file called "GameInfo.txt"; if so, copy-paste its contents here.
User avatar
Stylee32
Game DJ
Posts: 12
Joined: Sat Apr 19, 2008 4:10 pm

Re: Unable to run Garry's mod

Post by Stylee32 »

Renegade wrote:Inside of Gmod 's game directory, is there a file called "GameInfo.txt"; if so, copy-paste its contents here.

Code: Select all

"GameInfo"
{
	game	"Garry's Mod"
	title	""
	title2	""
	type 	multiplayer_only

	"developer" 		"TEAM GARRY"
	"developer_url" 	"http://www.garrysmod.com/"
	"manual"           	"http://www.garrysmod.com/wiki/"

	FileSystem
	{
		SteamAppId				218
		ToolsAppId				211
		
		SearchPaths
		{
			Game				|gameinfo_path|.
			Game				hl2
			Game                            |all_source_engine_paths|hl2
		}
	}
}
Renegade
HLDJ Developer
HLDJ Developer
Posts: 1500
Joined: Sat Mar 01, 2008 2:02 pm
Contact:

Re: Unable to run Garry's mod

Post by Renegade »

HLDJ knows which Source game to launch by the Steam App ID listed in it's GameInfo.txt. Gmod's AppID is listed as 4001, but there they have it as 218 (Source Orange SDK). Even during early development, I've seen Gmod pull some weird stunts with their GameInfo.txt's, see if there isn't another GameInfo.txt in a subfolder somewhere. Otherwise, you may want to contact Gmod devs and ask them what's up.

p.s. is the Gmod game folder located under SourceMods? Because then in that case it's legit to not use a unique AppID.
User avatar
Stylee32
Game DJ
Posts: 12
Joined: Sat Apr 19, 2008 4:10 pm

Re: Unable to run Garry's mod

Post by Stylee32 »

Renegade wrote:HLDJ knows which Source game to launch by the Steam App ID listed in it's GameInfo.txt. Gmod's AppID is listed as 4001, but there they have it as 218 (Source Orange SDK). Even during early development, I've seen Gmod pull some weird stunts with their GameInfo.txt's, see if there isn't another GameInfo.txt in a subfolder somewhere. Otherwise, you may want to contact Gmod devs and ask them what's up.

p.s. is the Gmod game folder located under SourceMods? Because then in that case it's legit to not use a unique AppID.
Shocking i've fixed it..
it runs source sdk - orange box, i cancel it and run gmod and it works! :D :D
Renegade
HLDJ Developer
HLDJ Developer
Posts: 1500
Joined: Sat Mar 01, 2008 2:02 pm
Contact:

Re: Unable to run Garry's mod

Post by Renegade »

That's not really a fix, if you want to bypass launching the game, just go into options and uncheck "Launch game"; it will stop launching orange box, but unfortunately, every other game as well.
Post Reply