Tools work with BGI VN engine.
BGIUpkV1 works with some old versions while BGIUpkV2 works with newer versions.
It can only unpack archives.
BGIDecompress works with old version texture, it can convert BGI texture into bitmap image.
BGIDecompress works with newer version texture, it can convert BGI texture into bitmap image.
notice: The texture's structure and crypto may keep changing.
Convert bitmap image (*.bmp) into uncompressed BGI texture.
Disassemble BGI compiled script.
Dump text from BGI compiled script(bytecode reference order).
Dump text from BGI compiled script(string pool order).
*.dsc file decode.
1.use molebox.(recommend)
2.repack to original archive.(make tool by yourself)
3.write a custom patch.(see _patchSample)
1.Very easy. 2.just pull game executable file and translated files into the same directory them pack them by using melobox.
Require VS2013