Work In Progress Noesis Python plugin for Vagrant Story (Squaresoft 2000)
Noesis can be found here : http://richwhitehouse.com/index.php?content=inc_projects.php
Vagrant Story files formats are mostly explained here : http://datacrystal.romhacking.net/wiki/Vagrant_Story:File_formats
Some parts of this script (.SEQ & TIM) is simply a python version of a javascript original script : https://github.com/morris/vstools
- .WEP Weapon Model format is fully supported
- .SHP reader is fully fonctionnal but need to be linked with .SEQ for bones position (colored vertex SHP supported too)
- .SEQ Animation format : almost done
- .ARM Mini Map Format is fully supported, but lines are drawn using a weird method
- .ZUD reader ok
- .ZND reader ok
- .MPD Map format is fully supported and linked with .ZND for Textures (Thanks to VSTool)
- https://github.com/korobetski/Vagrant-Story-Unity-Parser
- https://github.com/korobetski/blender-vagrant-story