Skip to content

Instantly share code, notes, and snippets.

View c272's full-sized avatar

C272 c272

  • Tokyo, Japan
  • 12:01 (UTC +09:00)
View GitHub Profile
@sigsegv-mvm
sigsegv-mvm / tf2_mvm_pop_file_keywords_20171214a.txt
Last active March 30, 2024 03:25
TF2 MvM Pop File Keywords, as of Dec 14 2017
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"
@sigsegv-mvm
sigsegv-mvm / popfile kv doc.txt
Created January 11, 2016 22:24
MvM Population KeyValues documentation
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)
@flibitijibibo
flibitijibibo / FNAWindowExample.cs
Last active April 30, 2022 15:21
Example to hook up an SDL2 window to a Panel for use in a System.Windows.Forms window
#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