Gameinfo.txt/Precursor
From Valve Developer Community
< Gameinfo.txt
Jump to navigation
Jump to search
Revision as of 08:48, 19 August 2023 by NOUG4AT (talk | contribs) (Created page with "From: Precursor {{codeblock|src=gameinfo.txt|lang=txt|<nowiki>"GameInfo" { // This is what shows up in the 'Third Party Games' area of the Steam games list. game "P...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
From: Precursor
gameinfo.txt
txt
"GameInfo"
{
// This is what shows up in the 'Third Party Games' area of the Steam games list.
game "Precursor"
title ""
type singleplayer_only
"developer" "Precursor Team"
"developer_url" "www.precursormod.com"
"icon" "icon"
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
SearchPaths
{
Game |gameinfo_path|.
Game |all_source_engine_paths|ep2
Game |all_source_engine_paths|episodic
Game |all_source_engine_paths|hl2
Game |all_source_engine_paths|sourcetest
}
}
}