Follow along with the video below to see how to install our site as a web app on your home screen.
Note: this_feature_currently_requires_accessing_site_using_safari
"GameInfo"
{
FileSystem
{
// If running under Steam, use this info.
Steam
{
ToolsAppId 211 // Tools will load the depots associated with this app ID in addition to the
// normal SteamAppId.
SteamAppId 220 // This will mount all the GCFs we need (240=CS:S, 220=HL2).
SearchPaths
{
Game |STEAM|.\cstrike_sample_content
Game |STEAM|.\cstrike
Game |STEAM|.\hl2 // Note: when T
Game |STEAM|.\..\hl2 // Allow use of custom models in hl2/models
Executable_Path |STEAM|.\bin
}
}
NonSteam
{
SearchPaths
{
Game .
Game ..\cstrike
Game ..\hl2
Executable_Path ..\bin
}
}
//
// This can be omitted and it will use the same directory as gameinfo.txt is in for the write path.
//
// WritePath . // This is 'gamedir' in the tools, and the filesystem will write into here.
}
}