// ============================================ // Garry's Mod Content Mounting Configuration // ============================================ // This file controls which Source games' content is available on the server. // // To mount content, uncomment the appropriate lines and ensure the game // is installed on the server at the specified path. // // Note: Players will need the games installed to see the content properly, // or you can set up FastDL/Workshop to provide the content. "mountcfg" { // Counter-Strike: Source (Most common for PropHunt maps) // "cstrike" "/home/gmod/css/cstrike" // Team Fortress 2 // "tf" "/home/gmod/tf2/tf" // Half-Life 2 // "hl2" "/home/gmod/hl2/hl2" // Half-Life 2: Episode 1 // "episodic" "/home/gmod/hl2ep1/episodic" // Half-Life 2: Episode 2 // "ep2" "/home/gmod/hl2ep2/ep2" // Day of Defeat: Source // "dod" "/home/gmod/dods/dod" // Left 4 Dead // "left4dead" "/home/gmod/l4d/left4dead" // Left 4 Dead 2 // "left4dead2" "/home/gmod/l4d2/left4dead2" // Portal // "portal" "/home/gmod/portal/portal" }