ruarai / CompilePal

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

added support for vmm files #9

Closed maxdup closed 9 years ago

maxdup commented 9 years ago

vmm files are an alternative map format for maps using the manifest feature (which is very undocumented sadly). message me at mdupuis@hotmail.ca if you want to know more about these files.

ruarai commented 9 years ago

This looks good. Is this all that needs to be changed for it to be implemented?

maxdup commented 9 years ago

yes, it used to not copy bsp files correctly in previous versions (12 I think) so I assumed it would be more complex but this turned out to work fine on the current codebase. Vbsp does all the heavy lifting really.

ruarai commented 9 years ago

Should be in the latest version now. Thanks!