vmflib icon indicating copy to clipboard operation
vmflib copied to clipboard

A Valve Map Format (VMF) package for Python

Results 4 vmflib issues
Sort by recently updated
recently updated
newest added

See: [1] https://developer.valvesoftware.com/wiki/VMF_documentation#Dispinfo [2] https://developer.valvesoftware.com/wiki/Displacement

core functionality

In class `vmf.brush.Side`, the U/V axis functionality is currently just a stub (defaulting to some values that only look correct for one particular plane orientation). These properties (`uaxis` and `vaxis`)...

core functionality

Brush types (Solid, Block, more in the future?) need a way of being transformed beyond simply setting their dimensions and origin positions. Scaling, moving, and especially rotation all need to...

core functionality

It would be nice if a `ValveMap` could be instantiated by parsing an existing VMF file, so that existing maps could be manipulated.

wishlist