libertyernie / brawltools

BrawlBox and BrawlLib
http://forums.kc-mm.com/index.php?topic=67847.0
142 stars 31 forks source link

Last texture name entry from PAT0 will be renamed to the first one #138

Open AtlasOmegaAlpha opened 7 years ago

AtlasOmegaAlpha commented 7 years ago

This happens at least with v4 PAT0s. For example, you have a PAT0 with 2 material entries: Material0 and Material1. Into both of them, there is only one texture reference (Texture0). Into Material0 → Texture0, there are these two texture entries: texture0.0 and texture0.1. Into Material1 → Texture0, there are these two texture entries: texture1.0 and texture1.1.

After saving and opening the file again, the texture entries from Material 1 are the following: Material1 → Texture0 → texture1.0 Material1 → Texture0 → texture0.0

TheGameratorT commented 6 years ago

Same here