It doesn't work anymore. I tried 218, 420, without AdditionalContentId and with AdditionalContentId...
They all crash without error or with the "setupArrayProps_R: array prop (null) is at index zero." error..
I also implemented the code to mount multiple games, and after that i could work with SteamAppId 420, but now it's giving me nothing but problems.
This gameinfo is correct, right?
- Code: Select all
"GameInfo"
{
game ""
title ""
title2 ""
type singleplayer_only
FileSystem
{
SteamAppId 218 // GCF for Episode 2
ToolsAppId 211 // Tools will load this (ie: source SDK caches) to get things like materials\debug, materials\editor, etc.
AdditionalContentId 420 // Ep2
SearchPaths
{
Game |gameinfo_path|.
Game |all_source_engine_paths|ep2
Game |all_source_engine_paths|episodic
Game |all_source_engine_paths|sourcetest
Game |all_source_engine_paths|hl2
}
}
}
The game does work without any custom code, but doesn't work in any other way with custom code...