Template:PatchDiff/July 7, 2016 Patch/tf/gameinfo.txt

From Team Fortress Wiki
Jump to: navigation, search
4444 // folder.
4545 //
4646 // Note that this folder is scanned only when the game is booted.
47N/A game+mod tf/custom/*
N/A47 game+mod+custom_mod tf/custom/*
4848 
4949 // We search VPK files before ordinary folders, because most files will be found in
5050 // VPK and we can avoid making thousands of file system calls to attempt to open files
5454 game+mod tf/tf2_textures.vpk
5555 game+mod tf/tf2_sound_vo_english.vpk
5656 game+mod tf/tf2_sound_misc.vpk
57N/A game+mod tf/tf2_misc.vpk
N/A57 game+mod+vgui tf/tf2_misc.vpk
5858 game |all_source_engine_paths|hl2/hl2_textures.vpk
5959 game |all_source_engine_paths|hl2/hl2_sound_vo_english.vpk
6060 game |all_source_engine_paths|hl2/hl2_sound_misc.vpk
61N/A game |all_source_engine_paths|hl2/hl2_misc.vpk
62N/A platform |all_source_engine_paths|platform/platform_misc.vpk
N/A61 game+vgui |all_source_engine_paths|hl2/hl2_misc.vpk
N/A62 platform+vgui |all_source_engine_paths|platform/platform_misc.vpk
6363 
6464 // Now search loose files. We'll set the directory containing the gameinfo.txt file
6565 // as the first "mod" search path (after any user customizations). This is also the one