Skip to content

GZ Model Editor Ver 0.2.32

Latest

Choose a tag to compare

@Digitzaki Digitzaki released this 12 Jul 14:11
50418e9

Godzilla Blender Converter

Godzilla Blender Converter exports Pipeworks Godzilla model files to FBX, lets you edit them in Blender, then imports the edited FBX back into a copied game file.

Your original file is never overwritten.


Supported Files

Export Input

  • *_Shapes.BDG
  • .CMG

Import Input

  • Edited .FBX
  • Original *_Shapes.BDG
  • Original .CMG

BDG exports are model-only. They export the model and textures, not playable animation data.


Basic Workflow

  1. Export the original game model to FBX.
  2. Edit the FBX in Blender.
  3. Import the edited FBX back into a copied BDG or CMG.
  4. Place the copied output file into your mod or extracted game folder.
  5. Test it in-game.

Export to Blender

  1. Open Godzilla Blender Converter.
  2. Select the Export tab.
  3. Click Browse beside Input File.
  4. Select the model to export.

Wii

  • Select the character's *_Shapes.BDG.

GameCube

  • Select the character's .CMG.
  1. Click Browse beside Output Folder.
  2. Choose where the exported project should be created.
  3. Click Export to FBX.

The converter creates a character folder containing:

  • FBX
  • Textures
  • Import data

Edit in Blender

  1. Open the exported FBX in Blender.
  2. Edit the model.
  3. Export or save your edited model as FBX.
  4. Keep the exported project folder intact.

Important

BDG

  • Do not delete import_log.json.
  • Do not move the FBX into another project unless import_log.json stays with it.

CMG

  • import_log.json is not required.
  • The converter reads the needed structure from the original CMG or CMG ZIP.

The edited FBX does not need the same filename as the exported FBX.


Import Back

  1. Open Godzilla Blender Converter.
  2. Select the Import tab.
  3. Click Browse beside Edited FBX.
  4. Select your edited FBX.
  5. Click Browse beside Original File.

Wii

  • Select the original *_Shapes.BDG.

GameCube

  • Select either:
    • the original .CMG, or
    • the original .ZIP if the CMG was stored inside a ZIP.
  1. Click Browse beside Output Folder.
  2. Choose where the converted copy should be written.
  3. Click Import from FBX.

The converter creates a new copied file in the output folder. Use that file for your mod.


GameCube (DAMD) Notes

GameCube models use .CMG files.

Some DAMM models are loose CMGs while others are stored inside ZIP files.

  • _0.cmg, _1.cmg, _2.cmg → packed back into ZIP files
  • _3.cmg → remains a loose CMG

Riivolution Folder Notes

Use the converted output file and place it into the matching Riivolution folder.

Common Custom Folders

Mod Folder
Revo Load/Gunleashed/Custom
GUFW Load/FinalWars_Settings/Custom
DAMD Load/Domination_Settings/Custom

Pre-packaged DAMM / Unleashed Riivolution

  1. Open Dolphin.
  2. File → Open User Folder
  3. Copy the provided Load folder into it.

Use:

Mod Folder
DAMM Load/DAMM-Custom-Models
GU Load/GU-Custom-Models

Accessing Riivolution Patches

  1. Right-click the game in Dolphin.
  2. Open Load → Riivolution.
  3. Select the correct XML.
Game XML
Unleashed GZME_GU.xml
DAMM GZME_DAMM.xml

Replace the matching BDG, CMG, or ZIP with the converted copy.

Always keep a backup of the original files.


Extracting a Wii/GameCube Game

If you want to edit files directly from an extracted game:

  1. Open Dolphin.
  2. Right-click the game.
  3. Click Properties.
  4. Open the Filesystem tab.
  5. Right-click the disc/root entry.
  6. Select Extract Entire Disc.
  7. Choose an output folder.

Recommended

Extract into the same folder where your Dolphin games/ROMs are stored.

Make the Extracted Game Playable

  1. Open Dolphin Config.
  2. Open Paths.
  3. Enable Search Subfolders.
  4. Make sure your games folder is listed.

After that, Dolphin can launch the extracted game folder normally.


Export Folder Contents

The exported character folder usually contains:

  • FBX model
  • textures/
  • import_log.json (BDG only)

BDG

import_log.json is required for importing. It maps the FBX back to the original BDG streams, including vertex data and added topology.

CMG

import_log.json is not required. Simply select the original CMG or CMG ZIP during import.


Editing Tips

  • Same-topology edits are the safest.
  • Moving existing parts is safer than rebuilding the entire model.
  • Added geometry can work, but the original game formats still have limits.
  • If textures look incorrect after adding parts, assign them to an existing material or create custom texture work.
  • Test small edits first.
  • Always test the imported file in-game.

Troubleshooting

Export Fails

  • Make sure you selected a supported BDG or CMG.
  • For Wii models, use the *_Shapes.BDG file.

Import Fails

  • Make sure the FBX came from this converter.
  • For BDG, verify import_log.json is still present.
  • Make sure you selected the correct original BDG, CMG, or ZIP.
  • Try exporting a fresh copy and applying a smaller edit.

Model Looks Wrong In-Game

  • Verify you imported into the correct original file.
  • Test a smaller edit.
  • Re-export from the original model and try again.
  • Make sure the replacement file is in the correct Riivolution folder.

GZ Model Editor v0.2.2 is live!

  • Much more stable BDG importing for Unleashed.
  • Existing edits from v0.2.0+ are still compatible. No need to redo your work.
  • Fixed imports where added parts could override existing mesh edits.
  • Added support for patching existing mesh edits and duplicated/new parts in the same import.
  • Improved vertex weight handling for duplicated parts.
  • Added drag-and-drop support for file boxes in the converter UI.
  • No new major issues are currently known.

GZ Model Editor v0.2.32 Emergency Fix is Active!

  • Fixed BDG UV seam handling during import.
  • Added safer UV writeback for edited meshes so atlas seams no longer smear or collapse.
  • Improved duplicated/added geometry UV support so new parts keep the texture island they were copied from.
  • Fixed cases where edited parts could lose wing/spine/tip texture details after import.
  • Improved BDG import/export roundtrip stability for texture-heavy models.
  • Fixed skin64 BDG mesh UV writeback so skinned parts keep their edited texture correctly.
  • Shared vertices keep the UV closest to the original vertex.

Models made by https://x.com/GoopySlimey