/cc2_xfbin_blender

Blender import/export script for CyberConnect2 games XFBIN files.

Primary LanguagePythonMIT LicenseMIT

cc2_xfbin_blender

Blender import/export script for CyberConnect2 games XFBIN files. Supports Blender versions 2.90 and above.

Uses xfbin_lib for reading/writing XFBIN files.

Installing

Download the latest release and install it in Blender. To do so, follow the instructions in the official Blender manual for installing add-ons, or follow the brief instructions below.

Open the Edit -> Preferences window from the menu bar, go to Add-ons, click on the Install button, and select the release zip you downloaded. Then, enable the script by checking the box next to it.

Usage

Check the wiki for guides and usage info.

Credits

Huge thanks to TheTurboTurnip for his help with Blender related stuff, and for making the Yakuza model importer/exporter script, which was used as a reference for this project.

Thanks to the Smash Forge team for their NUD models and NUT textures implementation, which the NuccChunkModel and NuccChunkTexture classes use, respectively.