Everytime i try to run gmod with Hldj it runs "Source Sdk - Orangebox" instead.
Is there anything to do to fix this?

It's the newest gmod of steam Garry's mod 10 (Or "11" as they say")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.
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
}
}
}
Shocking i've fixed it..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.