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

Field models on world. #144

Closed Sebanisu closed 4 years ago

Sebanisu commented 4 years ago

I think it we would just need to list out which models from which fields are the same as the world maps. And which animations are the same. Could even have the party following Squall.

Sebanisu commented 4 years ago

Example model is squall in his seed costume from world map and field model is squall in his seed costume. Then just need to know which animations for idle and run. Maybe a third state can't remember. Then just need to scale the model to be about the same height. Just swap out which one draws.

Sebanisu commented 4 years ago

this is probably beyond the scope of the project will close for now. maybe could be a mod in the future.