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
630 stars 58 forks source link

Laguna costume settings. Unsure. #166

Open Sebanisu opened 4 years ago

Sebanisu commented 4 years ago

I'm assuming it's in a field variable. Need to know where there costume switch toggle is saved.

Sebanisu commented 4 years ago

SetDress in fields seems to set the value to 1 or 0. So I think this is for the battles as there is only the 1 or 2 skins for each character for battle. where fields is kinda multiple. I'm not sure where this value is stored though. Unless it is stored on the characters they share stats with. I'm just thinking that squall and team during first dream aren't wearing seed uniforms. But Laguna and team are wearing their galbadia uniforms. So the value would have to be set to 0 for squall and 1 for laguna. Maybe it just switches the value back after the dream is over.