- Code: Select all
setupArrayProps_R: array prop (null) is at index zero.
It is currently Sat Jul 02, 2022 5:49 pm
setupArrayProps_R: array prop (null) is at index zero.
Tommo120 wrote:I had the same issue earlier. In your gameinfo.txt, use these values:
SteamAppId 218
ToolsAppId 211
AdditionalContentID 420
Then restart steam and all should be goodBy the way, this is probably only if you are using a 2007 engine based mod. Dont know if the others even work at the moment
Major Banter wrote:Zecrah, you've come from nowhere yet have rapidly become a Hammer God.
Wtf.
Major Banter wrote:Zecrah, you've come from nowhere yet have rapidly become a Hammer God.
Wtf.
SearchPaths
{
Game |gameinfo_path|.
Game |all_source_engine_paths|ep2
Game |all_source_engine_paths|episodic
Game |all_source_engine_paths|hl2
}
}
Major Banter wrote:Zecrah, you've come from nowhere yet have rapidly become a Hammer God.
Wtf.
"GameInfo"
{
// This is what shows up in the 'Third Party Games' area of the Steam games list.
game "Mod Name"
title "Mod Title"
type singleplayer_only
developer "Mah Mod"
FileSystem
{
SteamAppId 218 // GCF for Episode 2 - 420 - 218
ToolsAppId 211 // Tools will load this (ie: source SDK caches) to get things like materials\debug, materials\editor, etc.
AdditionalContentID 420
SearchPaths
{
Game |gameinfo_path|.
Game |all_source_engine_paths|ep2
Game |all_source_engine_paths|episodic
Game |all_source_engine_paths|hl2
}
}
}
"GameInfo"
{
// This is what shows up in the 'Third Party Games' area of the Steam games list.
game "Mod Name"
title "Mod Title"
type singleplayer_only
developer "Mah Mod"
FileSystem
{
SteamAppId 420 // GCF for Episode 2 - 420 - 218
ToolsAppId 211 // Tools will load this (ie: source SDK caches) to get things like materials\debug, materials\editor, etc.
//AdditionalContentID 420
SearchPaths
{
Game |gameinfo_path|.
Game |all_source_engine_paths|ep2
Game |all_source_engine_paths|episodic
Game |all_source_engine_paths|hl2
}
}
}
Major Banter wrote:Zecrah, you've come from nowhere yet have rapidly become a Hammer God.
Wtf.
"GameInfo"
{
game "For Hire"
title "For Hire"
type multiplayer
developer "For Hire Team"
icon "logo"
FileSystem
{
SteamAppId 420 // First mounts the Episode 2 GCF
// AdditionalContentId 320 // HL2DM, ignore this
ToolsAppId 211 // OB toolset
SearchPaths
{
Game |gameinfo_path|.
Game |all_source_engine_paths|ep2
Game |all_source_engine_paths|episodic
Game |all_source_engine_paths|hl2
}
}
}
Saxon wrote:As of today I've been getting this error message too. There was an engine update last night... which surprise surprise broke stuff again.
Heres my Gameinfo.txt. I don't see what I could be doing wrong :/
- Code: Select all
"GameInfo"
{
game "For Hire"
title "For Hire"
type multiplayer
developer "For Hire Team"
icon "logo"
FileSystem
{
SteamAppId 420 // First mounts the Episode 2 GCF
// AdditionalContentId 320 // HL2DM, ignore this
ToolsAppId 211 // OB toolset
SearchPaths
{
Game |gameinfo_path|.
Game |all_source_engine_paths|ep2
Game |all_source_engine_paths|episodic
Game |all_source_engine_paths|hl2
}
}
}
Major Banter wrote:Zecrah, you've come from nowhere yet have rapidly become a Hammer God.
Wtf.
Users browsing this forum: No registered users