⚠This repository is for developers only, if you just want to use the tools, please go to ReVN!⚠
Tools For Valkyria's Engine, .sdt .dat .mg2
- export text from
.sdt
to json - import text from json to
.sdt
Q: Can it be longer than the original text?
A: yes, but the maximum text buffer size of this engine is 260 bytes.
- unpack
.dat
- repack
.dat
Q: How to make a patch?
A: if the original .dat file name isdata06-00.dat
, just pack the files that need to replace as new pack namedata06-01.dat
ordata06-02.dat
etc.
Check the details of reverse analysis note