O-n-y / oxy.mods

Oxy.BugTracker
18 stars 2 forks source link

[Favorite Resources] Wrong icon for Sage Hatch #1

Closed Tyolan closed 4 years ago

Tyolan commented 4 years ago

The icon for "Sage Hatch" is not the good one ("Normal Hatch" used instead).

O-n-y commented 4 years ago

Hi, all sprites are taken from game "ui" animation part, this mean there is wrong sprite there for this particular species of hatch, this need to be fixed by Klei unfortunately.


//KBatchedAnimController component
Def.GetUISpriteFromMultiObjectAnim(component.AnimFiles[0], "ui",  false, string.Empty);
Tyolan commented 4 years ago

Oh ok. I forgot to say it was for the "Sage Hatch" Egg (because we can't see critters with your mod yet). This bug is weird because in the database we can clearly see that the icon for the Sage Hatch egg is the good one. I presume you use an other source for the icons.

Tyolan commented 4 years ago

Same for the egg cracker. The icon is fine ingame for the Sage Hatch Egg.

O-n-y commented 4 years ago

I created a ticked for hatch egg, but to be honest i am not sure they will fix it https://forums.kleientertainment.com/klei-bug-tracker/oni/egg-of-sage-hatch-sprite-if-wrong-for-ui-part-of-kbatchedanimcontrolleranimfiles0-r22304/

O-n-y commented 4 years ago

Same for the egg cracker. The icon is fine ingame for the Sage Hatch Egg.

Maybe later i will check what other source i can use

Tyolan commented 4 years ago

Thank you very much for that and for your work ! Hope to see the critter inventory compatibility soon. Have a nice day.

O-n-y commented 4 years ago

fixed

Tyolan commented 4 years ago

Yes ! Great, it works perfectly. Thx again.