Skip to content

korobetski/Vagrant-Story-Noesis-Python-Plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant-Story-Noesis-Python-Plugin

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

Supported formats :

  • .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)

This repository is no longer intended to be updated, new projects replace it :