A tool to serialize/deserialize several nuccChunkBinary .xfbin's from JoJo's Bizzarre Adventure: All Star Battle R
- Get the latest version from releases.
- Drag and drop any of the .xfbin files in the list onto the nuccbin-asbr.exe.
- Add the changes to your .json file(s) by adding, removing, or editing entries.
- Apply your changes to the .xfbin file by dragging and dropping the newly created folder onto nuccbin-asbr.exe.
nuccbin supports a number of in game nuccChunkBinary param / bin formats:
File | Serialize | Deserialize | Extension |
---|---|---|---|
anmofs | ✔️ | ✔️ | json |
CharViewerParam | ✔️ | ✔️ | json |
Characode | ✔️ | ✔️ | json |
CommandListParam | ✔️ | ✔️ | json |
CustomCardParam | ✔️ | ✔️ | json |
CustomizeDefaultParam | ✔️ | ✔️ | json |
dds | ✔️ | ✔️ | dds |
DictionaryParam | ✔️ | ✔️ | dds |
DlcInfoParam | ✔️ | ✔️ | json |
effectprm | ✔️ | ✔️ | json |
ev | ✔️ | ✔️ | json |
lua | ✔️ | ✔️ | lua |
messageInfo | ✔️ | ✔️ | json |
PlayerColorParam | ✔️ | ✔️ | json |
prmload | ✔️ | ✔️ | json |
SoundTestParam | ✔️ | ✔️ | json |
SpeakingLineParam | ✔️ | ✔️ | json |
SupportCharaParam | ✔️ | ✔️ | json |
xml | ✔️ | ✔️ | xml |
This project is based on the initial work by SutandoTsukai181 on the original nuccChunkBinary parser for the All Star Battle R series.
Special thanks goes to:
- HydraBladeZ for reversing some formats.
- SutandoTsukai181 for his initial work on the tool.