ILoveAGoodCrisp / Foundry

A Blender addon supporting asset creation for Halo Reach, Halo 4, and Halo 2 Anniversary Multiplayer
https://c20.reclaimers.net/
GNU General Public License v3.0
35 stars 0 forks source link

Instanced geometry flags do not get applied correctly for Reach. #6

Closed matty45 closed 3 weeks ago

matty45 commented 2 months ago

What it looks like in blender:

What it looks like inside of scenario_structure_bsp tag after export:

matty45 commented 2 months ago

As a side note, im trying to create decals using instanced geometry as for some reason using decal_system tags makes the textures fully transparent as they ignore alpha for some reason.

ILoveAGoodCrisp commented 3 weeks ago

Fixed the flags issue. The one missing there was decal spacing. All the other properties missing are defined at mesh level

ILoveAGoodCrisp commented 3 weeks ago

.