MaKiPL / OpenVIII-monogame

Open source Final Fantasy VIII engine implementation in C# working on Windows and Linux (Android and iOS planned too!) [Monogame]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Battle Model blinking eyes.

Sebanisu opened this issue · comments

The game does this I think by altering the UV data for the eyes. I was wondering if that is in the animations some where. Because some animations trigger the eyes to shut I think. Just another thing to think about.

I wonder if this could be done like how I do the animations in the battleground. Where i check with UVs are contained in a rectangle and jump between the locations with an offset. Though this would be easier if the two eyes were directly next to each other. Maybe should write code to dump the parts of the texture used by the uvs to see if the eyes are on their own uvs.