A tool to serialize/deserialize several nuccChunkBinary .xfbin's from Ultimate Ninja STORM CONNECTIONS.
- Get the latest version from releases.
- Drag and drop any of the .xfbin files in the list onto the nuccbin.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.exe.
nuccbin supports a number of in game nuccChunkBinary param / bin formats. All formats support serializing. While some may not support deserializing.
File | Serialize | Deserialize | Extension |
---|---|---|---|
accessoriesParam | ✔️ | ✔️ | json |
accessoryParam | ✔️ | ✔️ | json |
accessoryExceptionParam | ✔️ | ✔️ | json |
animeSongBgmParam | ✔️ | ✔️ | json |
anmofs | ✔️ | ✔️ | json |
bod1acc | ✔️ | ✔️ | json |
characode | ✔️ | ✔️ | json |
CharaPoseParam | ✔️ | ✔️ | json |
characterSelectParam | ✔️ | ✔️ | json |
comboPrm | ✔️ | ✔️ | json |
commmandListParam | ✔️ | ✔️ | json |
costumeBreakParam | ✔️ | ✔️ | json |
costumeParam | ✔️ | ✔️ | json |
dds | ✔️ | ✔️ | dds |
DictionaryCharacterParam | ✔️ | ✔️ | dds |
DlcInfoParam | ✔️ | ✔️ | json |
effectprm | ✔️ | ✔️ | json |
ev | ✔️ | ✔️ | json |
lua | ✔️ | ✔️ | lua |
messageInfo | ✔️ | ✔️ | json |
OugiFinishParam | ✔️ | ✔️ | json |
playerDoubleEffectParam | ✔️ | ✔️ | json |
playerSettingParam | ✔️ | ✔️ | json |
player_icon | ✔️ | ✔️ | json |
prm_load | ✔️ | ✔️ | json |
prohibitedSubstringParam | ✔️ | ✔️ | json |
skillIndexSettingParam | ✔️ | ✔️ | json |
snd | ✔️ | ✔️ | json |
staffRollTextParam | ✔️ | ❌ | json |
supportActionParam | ✔️ | ✔️ | json |
supportSkillRecoverySpeedParam | ✔️ | ✔️ | json |
updateInfoParam | ✔️ | ✔️ | 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 several members including:
- EliteAce170 for reversing some formats.
- HydraBladeZ for reversing some formats.
- TheLeonX for work on the Character Manager which was used as inspiration and some formats.
- PortableProductions for reversing some formats.
- Kuroha Saenoki for reversing some formats.
- Valant96 for information on some formats.
- Xact for reversing some formats.
- and SutandoTsukai181 for his initial work on the tool.