PyVMF icon indicating copy to clipboard operation
PyVMF copied to clipboard

A python VMF parser

Results 7 PyVMF issues
Sort by recently updated
recently updated
newest added

Materials and message can have the { and } characters in them, so they may confuse the importer. See: conc_hatspeed

Sides do not recalculate the texture coordinate values, the Side class should use UVAxis and Vector classes.

help wanted

Hi, I was wondering if PyVMF is capable of extracting the individual Alpha Values from 4 blended textures using Lightmapped_4WayBlend and insert the Alpha Values for specifc textures of the...

See the other solids in SolidGenerator for the format, Cylinder and Arches could come in handy.

good first issue

See the Light class, and light() in the EntityGeneration class for the format.

good first issue

The ID incrementation doesn't happen when copying, and when loading a file, it doesn't keep going from the last ID in the file, but rather goes from 0.

help wanted