Rogueadyn / SaintCoinach

A .NET library written in C# for extracting game assets and reading game assets from Final Fantasy XIV: A Realm Reborn.
Do What The F*ck You Want To Public License
70 stars 99 forks source link

Create object of "File" from file on hard drive, not from "SqPack". #52

Closed SanyaBane closed 3 years ago

SanyaBane commented 3 years ago

Is it possible to create a "File" not from a SqPack, but from external file on hard drive?

I want to edit skeleton of character (change length between some bones - for example "neck" and "head") and then export animation as FBX. In order to achieve it, I think the only thing I need is object of "File" class, which is created from edited by me file (which is stored somewhere on a hard drive). For example: D:\skl_c0101b0001_edited.sklb

Does anybody know how it might be achieved?