0% found this document useful (0 votes)
88 views2 pages

Gameinfo

This document contains information about a mod called "Name of Mod" including the game title, type, developer, icon file name, and manual URL. It also specifies the Source SDK Base 2013 Singleplayer SteamAppId and additional content paths for the mod's binaries and various Half-Life 2 content files.

Uploaded by

TheCodeTime Time
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
88 views2 pages

Gameinfo

This document contains information about a mod called "Name of Mod" including the game title, type, developer, icon file name, and manual URL. It also specifies the Source SDK Base 2013 Singleplayer SteamAppId and additional content paths for the mod's binaries and various Half-Life 2 content files.

Uploaded by

TheCodeTime Time
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 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