FAForever / Neroxis-Map-Generator

MIT License
18 stars 10 forks source link

Mapwide.dds not generated properly for non power of two sized maps #377

Closed Sheikah45 closed 7 months ago

Sheikah45 commented 7 months ago

The mapwide dds is no longer placed as a decal. But the generation assumes the masks take up the whole map. This is not true on non power of two maps.

Before it was resolved by using the decal scaling but now that it is it's own texture layer the generation needs to account for the scaling.