Skip to content

Latest commit

 

History

History
61 lines (36 loc) · 1.3 KB

README.md

File metadata and controls

61 lines (36 loc) · 1.3 KB

Project

This repo oriented to assist translation of Konosuba: Kono Yokubukai Game ni Shinpan o!

If you want help or can provide english translation, please write an issue

Building

Run python make.py make -xd

-x option to build scripts

-d option to build other data

Built mod will be in build

Data manipulation

PSB

PSB Key:

38757621acf82

PSB compiling:

python make.py man psb -c <name>_info.psb.m.json <out_folder>

PSB decompiling:

python make.py man psb -d <name>_info.psb.m <out_folder>

Script

Script compiling:

python make.py man script -c <src.nut> <out.nut.m>

Script decompiling:

python make.py man script -d <bin.nut.m> <src.nut>

Script compare:

python make.py script --cmp <module> <function>
python make.py script --bincmp <module> <function>

compare requires installed git

Font

Individual font files extracted from font_body.bin

Font pack:

python make.py man font -c <name>_info.psb.m.json <out_folder>

Font extract:

python make.py man font -d <name>.psb.m <out_folder>

Tools