/////////////////////////////////////////////////////////////////////
//
// This readme describes how to set up the SDK example level development content for TF2 Mann vs Machine.
//
/////////////////////////////////////////////////////////////////////
//
//		The MvM example content consists of the following files:
//
//		\Steam\steamapps\steamuserid\sourcesdk_content\tf\mvm\mvm_example.bsp			- Compiled example map.
//		\Steam\steamapps\steamuserid\sourcesdk_content\tf\mvm\mvm_example.nav			- Navigation mesh for the compiled example map.
//
//		\Steam\steamapps\steamuserid\sourcesdk_content\tf\mvm\mvm_example.pop			- Example .pop file commented with information for creating custom MvM waves. View this in a text editor.
//																							- Demonstrates the specifics of creating robot waves for MvM maps.
//																
//		\Steam\steamapps\steamuserid\sourcesdk_content\tf\mapsrc\mvm_example.vmf		- Example map source .vmf can be viewed in the hammer level editor.
//																							- Demonstrates the specifics of creating levels for MvM maps.
//
/////////////////////////////////////////////////////////////////////
//
//
//		To play the example map, the following files must be copied to your TF2 game's directories:
//
//		\Steam\steamapps\steamuserid\sourcesdk_content\tf\mvm\mvm_example.bsp			- Must be copied to: \Steam\steamapps\steamuserid\team fortress 2\tf\maps
//		\Steam\steamapps\steamuserid\sourcesdk_content\tf\mvm\mvm_example.nav			- Must be copied to: \Steam\steamapps\steamuserid\team fortress 2\tf\maps
//
//		\Steam\steamapps\steamuserid\sourcesdk_content\tf\mvm\mvm_example.pop			- Must be copied to: \Steam\steamapps\steamuserid\team fortress 2\tf\scripts\population
//
/////////////////////////////////////////////////////////////////////
