This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TF2 MVM POP FILE KEYWORDS LIST | |
by sigsegv | |
accurate as of TF2 20171214a | |
note that some valid keywords listed in this document may be vestigial and do nothing in the current game | |
Base KeyValues Format "Directives" | |
================================== | |
#include "file" | |
#base "file" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MvM Population KeyValues | |
Documentation by sigsegv | |
Based on TF2 version 20160107a | |
Legend | |
- subtree: additional recursive level of KeyValues | |
- int: integer value | |
- float: floating-point value | |
- bool: boolean value (0 or 1) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#region License | |
/* FNA GameWindow for System.Windows.Forms Example | |
* Written by Ethan "flibitijibibo" Lee | |
* http://www.flibitijibibo.com/ | |
* | |
* Released under public domain. | |
* No warranty implied; use at your own risk. | |
*/ | |
#endregion |