Skip to content

Commit 6d521e5

Browse files
committed
Implement ValveSoftware#1543 for HL2MP mods
1 parent d569574 commit 6d521e5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

game/mod_hl2mp/gameinfo.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
// folder.
4343
//
4444
// Note that this folder is scanned only when the game is booted.
45-
game+mod |gameinfo_path|custom/*
45+
game+mod+custom_mod |gameinfo_path|custom/*
4646

4747
// Now search loose files. We'll set the directory containing the gameinfo.txt file
4848
// as the first "mod" search path (after any user customizations). This is also the one

game/quiver/info_changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ Added the following Source SDK Pull Requests:
9393
- #1539: Allow weapons with penetrating bullets to penetrate Medigun shield
9494
- #1540: Fixed on-hit attributes not triggering on friendly disguises
9595
- #1542: Add Convar to Remove print from having cheats on for Achievements
96+
- #1543: Fix mounting of custom content in gameinfo
9697

9798
Details:
9899
- Fixed a bug where the mini-crit damage effect doesn't show up when your shield breaks.

game/survivor2/gameinfo.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
// folder.
4444
//
4545
// Note that this folder is scanned only when the game is booted.
46-
game+mod |gameinfo_path|custom/*
46+
game+mod+custom_mod |gameinfo_path|custom/*
4747

4848
// Now search loose files. We'll set the directory containing the gameinfo.txt file
4949
// as the first "mod" search path (after any user customizations). This is also the one

0 commit comments

Comments
 (0)