Take a look at
http://developer.valvesoftware.com/wiki/Mounting_multiple_games to implement
it yourself, or just hardcode it in using:
filesystem->MountSteamContent( int -Id )

Yes, you need to negate the number.

Thanks,
 - Saul.


On 31 October 2010 17:07, Tom Edwards <cont...@steamreview.org> wrote:

> It seems to have vanished from all Valve games, including Source SDK Base
> (2007, it was never in 2006 AFAIK). I've searched the game and engine
> binaries and the string just isn't there.
>
> When did this happen? Surely someone noticed! I'm not mad, it was still
> there in July: <http://www.interlopers.net/forum/viewtopic.php?p=427409>.
>
> My gameinfo FS block:
>
>    FileSystem
>    {
>        SteamAppId                218
>        ToolsAppId                211
>        AdditionalContentId        380
>
>        SearchPaths
>        {
>            Game    |gameinfo_path|.
>            Game    |all_source_engine_paths|sourcetest
>            Game    |all_source_engine_paths|episodic
>            Game    |all_source_engine_paths|hl2
>        }
>    }
>
> _______________________________________________
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlcoders
>
>
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to