Gameinfo.txt/Garry's Mod: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Template for Gameinfo Files:==
From: {{gmod|4}}
From: {{gmod|4}}
{{codeblock|src="NAME OF YOUR".txt|lang=txt|<nowiki>
{{codeblock|src=gameinfo.txt|lang=txt|<nowiki>"GameInfo"
"GameInfo"
{
{
game "Garry's Mod"
game "Garry's Mod"

Latest revision as of 09:19, 6 August 2023

From: Garry's Mod Garry's Mod

gameinfo.txt
txt
"GameInfo" { game "Garry's Mod" title "" title2 "" type multiplayer_only "developer" "Facepunch Studios" "developer_url" "http://www.garrysmod.com/" "manual" "http://wiki.garrysmod.com/" // Just to shut up vbsp.exe "GameData" "garrysmod.fgd" "InstancePath" "maps/instances/" FileSystem { SteamAppId 4000 ToolsAppId 211 SearchPaths { // None of this matters really // Game content mounting is controlled by cfg/mount.cfg, and not here! game+mod garrysmod/addons/* game+mod garrysmod/garrysmod.vpk game |all_source_engine_paths|sourceengine/hl2_textures.vpk game |all_source_engine_paths|sourceengine/hl2_sound_vo_english.vpk game |all_source_engine_paths|sourceengine/hl2_sound_misc.vpk game |all_source_engine_paths|sourceengine/hl2_misc.vpk platform |all_source_engine_paths|platform/platform_misc.vpk mod+mod_write+default_write_path |gameinfo_path|. game+game_write garrysmod gamebin garrysmod/bin game |all_source_engine_paths|sourceengine platform |all_source_engine_paths|platform game+download garrysmod/download } } }