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.
This commit is contained in:
whoozzem 2013-09-29 15:14:21 +01:00
parent 4b488906ff
commit 1e8f45c1b6

View file

@ -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"
}
}
}