From 1e8f45c1b6ac300629acc92cf69bf048c6c376b6 Mon Sep 17 00:00:00 2001 From: whoozzem Date: Sun, 29 Sep 2013 15:14:21 +0100 Subject: [PATCH] Commit of modified gameinfo.txt Nothing different (so the backup in secobmod_information.h is still correct). Basically just commented out all lines except for the mod and source sdk search paths since most people wont be using them. Make sure to re-enable the portal search paths should you try to load the portal example map. --- mp/game/mod_hl2mp/gameinfo.txt | 52 +++++++++++++++++----------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/mp/game/mod_hl2mp/gameinfo.txt b/mp/game/mod_hl2mp/gameinfo.txt index 9687cb0e3..af476f856 100644 --- a/mp/game/mod_hl2mp/gameinfo.txt +++ b/mp/game/mod_hl2mp/gameinfo.txt @@ -62,48 +62,48 @@ //This allows you to use other content in your games and load some maps from other games (but some maps crash to desktop, and portal2 maps can't be loaded due to version mismatch). //Episode 2 - game "|gameinfo_path|..\..\common\Half-Life 2\ep2\ep2_sound_vo_english.vpk" - game "|gameinfo_path|..\..\common\Half-Life 2\ep2\ep2_pak.vpk" + //game "|gameinfo_path|..\..\common\Half-Life 2\ep2\ep2_sound_vo_english.vpk" + //game "|gameinfo_path|..\..\common\Half-Life 2\ep2\ep2_pak.vpk" //Half-Life Source - game "|gameinfo_path|..\..\common\Half-Life 2\hl1_hd\hl1_hd_pak.vpk" - game "|gameinfo_path|..\..\common\Half-Life 2\hl1\hl1_sound_vo_english.vpk" - game "|gameinfo_path|..\..\common\Half-Life 2\hl1\hl1_pak.vpk" + //game "|gameinfo_path|..\..\common\Half-Life 2\hl1_hd\hl1_hd_pak.vpk" + //game "|gameinfo_path|..\..\common\Half-Life 2\hl1\hl1_sound_vo_english.vpk" + //game "|gameinfo_path|..\..\common\Half-Life 2\hl1\hl1_pak.vpk" //Counter Strike Source - game "|gameinfo_path|..\..\common\Counter-Strike Source\cstrike" - game "|gameinfo_path|..\..\common\Counter-Strike Source\cstrike\cstrike_english.vpk" - game "|gameinfo_path|..\..\common\Counter-Strike Source\cstrike\cstrike_pak.vpk" + //game "|gameinfo_path|..\..\common\Counter-Strike Source\cstrike" + //game "|gameinfo_path|..\..\common\Counter-Strike Source\cstrike\cstrike_english.vpk" + //game "|gameinfo_path|..\..\common\Counter-Strike Source\cstrike\cstrike_pak.vpk" //Portal1 - game "|gameinfo_path|..\..\common\Portal\portal" - game "|gameinfo_path|..\..\common\Portal\portal\portal_pak.vpk" + //game "|gameinfo_path|..\..\common\Portal\portal" + //game "|gameinfo_path|..\..\common\Portal\portal\portal_pak.vpk" //Portal2 - game "|gameinfo_path|..\..\common\Portal 2\portal2" - game "|gameinfo_path|..\..\common\Portal 2\portal2\pak01.vpk" + //game "|gameinfo_path|..\..\common\Portal 2\portal2" + //game "|gameinfo_path|..\..\common\Portal 2\portal2\pak01.vpk" //Episode1 - game "|gameinfo_path|..\..\common\Half-Life 2\episodic\ep1_pak.vpk" - game "|gameinfo_path|..\..\common\Half-Life 2\episodic\ep1_sound_vo_english.vpk" + //game "|gameinfo_path|..\..\common\Half-Life 2\episodic\ep1_pak.vpk" + //game "|gameinfo_path|..\..\common\Half-Life 2\episodic\ep1_sound_vo_english.vpk" //Team Fortress 2 - game "|gameinfo_path|..\..\common\Team Fortress 2\tf" - game "|gameinfo_path|..\..\common\Team Fortress 2\tf\tf2_textures.vpk" - game "|gameinfo_path|..\..\common\Team Fortress 2\tf\tf2_sound_vo_english.vpk" - game "|gameinfo_path|..\..\common\Team Fortress 2\tf\tf2_sound_misc.vpk" - game "|gameinfo_path|..\..\common\Team Fortress 2\tf\tf2_misc.vpk" + //game "|gameinfo_path|..\..\common\Team Fortress 2\tf" + //game "|gameinfo_path|..\..\common\Team Fortress 2\tf\tf2_textures.vpk" + //game "|gameinfo_path|..\..\common\Team Fortress 2\tf\tf2_sound_vo_english.vpk" + //game "|gameinfo_path|..\..\common\Team Fortress 2\tf\tf2_sound_misc.vpk" + //game "|gameinfo_path|..\..\common\Team Fortress 2\tf\tf2_misc.vpk" //SecobMod__If we want to load any official maps from any Valve .vpk enabled game we add the folder paths to them here. - game "|gameinfo_path|..\..\common\Half-Life 2\ep2" - game "|gameinfo_path|..\..\common\Half-Life 2\episodic" + //game "|gameinfo_path|..\..\common\Half-Life 2\ep2" + //game "|gameinfo_path|..\..\common\Half-Life 2\episodic" game "|gameinfo_path|..\..\common\Half-Life 2\hl2" - game "|gameinfo_path|..\..\common\Half-Life 2\hl1" - game "|gameinfo_path|..\..\common\portal\portal" - game "|gameinfo_path|..\..\common\Portal 2\portal2" - game "|gameinfo_path|..\..\common\Team Fortress 2\tf" - game "|gameinfo_path|..\..\common\Counter-Strike Source\cstrike" + //game "|gameinfo_path|..\..\common\Half-Life 2\hl1" + //game "|gameinfo_path|..\..\common\portal\portal" + //game "|gameinfo_path|..\..\common\Portal 2\portal2" + //game "|gameinfo_path|..\..\common\Team Fortress 2\tf" + //game "|gameinfo_path|..\..\common\Counter-Strike Source\cstrike" } } } \ No newline at end of file