ruarai / CompilePal

A tool to assist in the compiling of source engine maps
GNU General Public License v3.0
225 stars 25 forks source link

Improved keyvalue parsing in vmtPathParser #151

Closed bottiger1 closed 3 years ago

bottiger1 commented 3 years ago

Made parsing better by using regex so values with // in the middle don't get mangled.

This is not the best solution though, this project needs to use a real vdf parser in every part of the code that touches vdf files, but I do not have time for that.

Fixed case problems in manifest path packing. Cleaned up dupe manifest packing.