You are on page 1of 2

"GameInfo"

{
game "Name of Mod" //This will show up in the Steam Library.
title "Mod Name" //This will show ingame as the game's title.
title2 "Mod secondary title" //This will show beneath title, like
episode 1 or 2.
type singleplayer_only //If this mod is a singleplayer mod or
multiplayer mod.

developer "Dev" // This will show in the games General tab.


developer_url "http://... " // A link to this website will be shown in
the games General tab.
icon "icon" // The name of the .icon file, this will be used as
the games icon.
manual "http://.." // A link to the manual of the game.

FileSystem
{
SteamAppId 243730 //
Source SDK Base 2013 Singleplayer
AdditionalContentId 730
SearchPaths
{
// No /custom/ folders because they can interfere with mod
content and shouldn't be in mod gameinfo.
game+mod+mod_write+default_write_path |gameinfo_path|.
// Mod
gamebin |gameinfo_path|bin
// Mod's Binaries

// Base Half-Life 2 Content: ep2, episodic, hl2


game_lv |all_source_engine_paths|
hl2/hl2_lv.vpk
game
|all_source_engine_paths|hl2/hl2_english.vpk
game
|all_source_engine_paths|hl2/hl2_pak.vpk
game
|all_source_engine_paths|hl2/hl2_textures.vpk
game
|all_source_engine_paths|hl2/hl2_sound_vo_english.vpk
game
|all_source_engine_paths|hl2/hl2_sound_misc.vpk
game
|all_source_engine_paths|hl2/hl2_misc.vpk
game
|all_source_engine_paths|ep2/ep2_pak_dir.vpk
platform
|all_source_engine_paths|platform/platform_misc.vpk

// TODO; find out what is it and why it's here


game |all_source_engine_paths|episodic
game |all_source_engine_paths|hl2
platform |all_source_engine_paths|platform
}
}
}

You might also like