diff --git a/game/mod_hl2mp/gameinfo.txt b/game/mod_hl2mp/gameinfo.txt index 2246f253093..9f3bff5cd33 100644 --- a/game/mod_hl2mp/gameinfo.txt +++ b/game/mod_hl2mp/gameinfo.txt @@ -42,7 +42,7 @@ // folder. // // Note that this folder is scanned only when the game is booted. - game+mod mod_hl2mp/custom/* + game+mod+custom_mod |gameinfo_path|custom/* // Now search loose files. We'll set the directory containing the gameinfo.txt file // as the first "mod" search path (after any user customizations). This is also the one diff --git a/game/mod_tf/gameinfo.txt b/game/mod_tf/gameinfo.txt index 40b8994d4d5..d450a5e15c2 100644 --- a/game/mod_tf/gameinfo.txt +++ b/game/mod_tf/gameinfo.txt @@ -32,9 +32,9 @@ // folder. // // Note that this folder is scanned only when the game is booted. - game+mod mod_tf/custom/* + game+mod+custom_mod |gameinfo_path|custom/* // Enable this if you want to load your TF custom content. - //game+mod |appid_440|tf/custom/* + //game+mod+custom_mod |appid_440|tf/custom/* // Now search loose files. We'll set the directory containing the gameinfo.txt file // as the first "mod" search path (after any user customizations). This is also the one