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
Run python make.py make -xd
-x
option to build scripts
-d
option to build other data
Built mod will be in build
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 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
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>