picklejar76 / kujata

Translates Final Fantasy 7 assets to web-friendly formats like JSON and glTF
https://picklejar76.github.io/kujata-webapp/
20 stars 3 forks source link

add support for battle models (ff7-to-gltf) #6

Open picklejar76 opened 5 years ago

picklejar76 commented 5 years ago

The file format for field models and battle models are different.

Need to write a separate translator for battle models.

This issue will track ff7-to-gltf. A separate issue will track the reverse direction.

goodmorninpluto commented 4 years ago

image

Battle combatant models are supported, now need to write support for battle locations

picklejar76 commented 4 years ago

I didn't test your code but I looked it over and approved and merged it. Thanks!

Who is this, by the way?

On Fri, Jun 5, 2020, 8:51 AM goodmorninpluto notifications@github.com wrote:

[image: image] https://user-images.githubusercontent.com/60505485/83883734-8e00ed80-a74c-11ea-9cab-034edd5873e0.png

Battle combatant models are supported, now need to write support for battle locations

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/picklejar76/kujata/issues/6#issuecomment-639492511, or unsubscribe https://github.com/notifications/unsubscribe-auth/AILCAYMHAENZ6NSDJVQERETRVDZ67ANCNFSM4HBP5ZYA .

goodmorninpluto commented 4 years ago

I came from qhimm forum, I don't post there a lot, mostly lurk and play other people mods. I was looking for model extraction, and after spending some time getting familiar with your code tried to contribute a little to it.