Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.47 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.47 KB

Blood Money Blender addon

Extract / View assets from the Blood Money game engine.

Usage

  1. Load Blood Money Scene Zip File (M**_main.ZIP): File -> Import -> Blood Money Scene Zip (.zip)
  2. Open viewport Blood Money menu and load single model or whole map using the filters
  3. Profit!

Requirements

  • Blender 3.4.0 or above

Installation

  • Download the addon: Blood Money addon
  • Install the addon in blender like so:
    • go to Edit > Preferences > Add-ons.
    • use the Install… button and use the File Browser to select the .zip

Credits

  • ReGlacier (DronCode)

    • For making BMEdit which has been of great use for getting the scene tree, scene objects, primitive ids, parent/children relations with their transforms.
  • pavledev

    • For making GlacierTEXEditor which has helped greatly in getting textures from the game.

Modified source code for both BMEdit and GlacierTEXEditor can be found in the libraries branch.

You'll also find the source code for BMExport which:

  • Uses BMEdit to get all the scene object information
  • Parses the material (MAT) and model (PRM) Blood Money files
  • Creates the unified scene.json and mat.json files used in the plugin
  • Generates the model OBJ/MTL files and folder structures