Skip to content
Noah edited this page May 26, 2019 · 2 revisions

What is PyVMF?

PyVMF is a python parser for Valve Map Format files (VMF), used by most, if not all source games (Cs:Go, Cs:S, TF2, ...). It works kind of like an API, where you can access solids, enitites, cordons, ... through python classes.

It allows you to automate a lot, and perform tasks Hammer World Editor could only dream of.

It's not a perfect project by any means, but it's still very powerful.

Clone this wiki locally