Skip to content

baguniz/gfSkel2Json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gfSkel2Json -- Girl's Frontline skel to json converter

Because Girl's frontline skel file uses v2.1.27 of spine, it can't be loaded from the current spine version.

This tool converts skel files to json

I have referenced the SkeletonBinary implementation in the gfSpinePiXi Repository.

Installation

npm install -g gfskel2json

Or

git clone https://github.com/baguniz/gfskel2json cd gfskel2json npm install

Usage

Installed from npm install -g

gfskel2json

Cloned git

npm start

Wildcard

  • gfSkel2Json using glob, then it can usable glob syntax.

  • Browse all recursive folders and convert skel files

gfskel2json **/*.skel

Speical Thanks

  • cullus (He made SkeletonBinary implementation for gf, and owner gfSpinePiXi)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published