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

Pack skybox_swapper skies #206

Closed bottiger1 closed 1 year ago

bottiger1 commented 1 year ago

Skies in skybox_swapper https://developer.valvesoftware.com/wiki/Skybox_swapper are not detected and packed.

To fix it you would get the value of key "SkyboxName" and treat it as a skybox material name.

bottiger1 commented 1 year ago

https://github.com/ruarai/CompilePal/pull/207

Exactol commented 1 year ago

Thanks for the pull request, fixed in #207