Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion game/mod_hl2mp/gameinfo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions game/mod_tf/gameinfo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down