GoomiiV2 / Rampancy

A new level editor for the Halo games based on a CSG/Brush workflow, similar to Source/Quake level editing.
MIT License
36 stars 1 forks source link

Improve bitmap importing for Halo 1 #1

Open GoomiiV2 opened 2 years ago

GoomiiV2 commented 2 years ago

Atm the bitmap importing is simple, it just get all the bitmap tags and extracts the bitmap plates and creates texture assets in Unity.

I'd like to improve this to go off the shader tags and create a rough version of that shader in unity, as in shaders with transparency will also have transparency in Rampancy. And to also only import texture that are used in levels, atm it imports all bitmap including those for the ui and models.