MaKiPL / OpenVIII-monogame

Open source Final Fantasy VIII engine implementation in C# working on Windows and Linux (Android and iOS planned too!) [Monogame]
MIT License
631 stars 58 forks source link

Render all cards on FF8-Remaster #178

Closed RJesusTVD closed 3 years ago

RJesusTVD commented 3 years ago

After messing around with debug menu in cards, with FF8-Remaster, only the first 10 cards are rendered... I dont know how to work with the loading of .text . Anyway I got a solution that could render all cards but im not sure if its good.

Sebanisu commented 3 years ago

Fix looks good to me. Funny seeing some of that old code. I probably would do it differently now.

Those images are the ones from the menus. The images in the card game are in a different place. And the remaster has png upscales that I don't think we are supporting yet.