Last active
January 3, 2016 20:49
-
-
Save Kolesias123/8517372 to your computer and use it in GitHub Desktop.
GameInfo Fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "GameInfo" | |
| { | |
| game "BLACK SNOW" | |
| title "" | |
| developer "Taychin 'Kremator' Dunnvatanachit" | |
| type singleplayer_only | |
| gamelogo 0 | |
| FileSystem | |
| { | |
| SearchPaths | |
| { | |
| // | |
| // Contenido personalizado. ¡Mods para el Mod! | |
| // | |
| game+mod |gameinfo_path|custom/* | |
| // | |
| // Informacion principal y binarios. | |
| // | |
| mod+mod_write+default_write_path+game+game_write |gameinfo_path|. | |
| gamebin |gameinfo_path|bin | |
| // | |
| // Contenido del Half-Life 2 / Source SDK | |
| // | |
| game_lv |all_source_engine_paths|hl2/hl2_lv.vpk | |
| game |all_source_engine_paths|sourcetest/sourcetest_pak.vpk | |
| game |all_source_engine_paths|hl2/hl2_sound_vo.vpk | |
| game |all_source_engine_paths|hl2/hl2_sound_vo_spanish.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_misc.vpk | |
| game |all_source_engine_paths|hl2/hl2_misc.vpk | |
| platform |all_source_engine_paths|platform/platform_misc.vpk | |
| // | |
| // ¿Compatibilidad? | |
| // | |
| game |gameinfo_path|. | |
| game |all_source_engine_paths|sourcetest | |
| game |all_source_engine_paths|hl2 | |
| platform |all_source_engine_paths|platform | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment