
// This file tells gmod which gfc's steam should mount
//  so we can use content from other mods like hl2mp, cs and hl2
// 
// The first value is the search path - the second is the gfc number
// Specify "0" as the gfc number to just add the search path

// these should be added in priority order

// UPDATE: You shouldn't ever have to change these..
// If you make a mod you can override using the modinfo file. 
// See the Counter-Strike:Source content mod for example.

"GameMount"
{
	// HL2 is already included by GameInfo.txt
	//"hl2"		"220" 
	
	// There's probably some stuff from Hl2DM that we need
	// Actually the only thing I can think of is the vgui MOTD stuff
	// but I'll add it anyway to be safe..
	"hl2mp"		"320"	
}