Metapyziks / SourceUtils

Source engine file format exporting / WebGL map viewer demo.
MIT License
142 stars 21 forks source link

Entity properties with matching keys being overwritten/not included #59

Closed cr4yz closed 5 years ago

cr4yz commented 5 years ago

Entities can have multiple outputs with the same key name, i.e. OnTrigger

Image

https://github.com/Metapyziks/SourceUtils/blob/193d0eb5e66ddf504585cd0aa21698d2d7e57b21/SourceUtils/ValveBsp/EntityLump.cs#L325-L339

Metapyziks commented 5 years ago

Thanks for reporting!