Psycrow101 / Blender-3D-XOM-plugin

Import Worms models (.xom3d) and animations (.xac) into Blender 3D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xom-import

xom-import is a plugin for Blender 3D that allows you to import 3D models from Worms games (Worms 3D, Worms Ultimate Mayhem, Worms Forts: Under Siege, etc) into the editor. It works with two file formats: models (.xom3d) and animations (.xac). The plugin cannot export loaded models. So you can't use it to make changes to the Worms games.

Requirements

XomView is used to extract resources from the Worms game bundles, including the required .xom3d and .xac files. The plugin itself doesn't use XomView.

Importing models

First you need to get the necessary models, textures and animations using XomView. After exporting models, check that the textures are located in the same directory with the model (if it uses them of course). Files with animations can be located anywhere.

Then simply import the model into Blender 3D.

To load .xac file, make armature active and import the animation you want.

Some animations require a Base pose. To properly import such animations, you must first load the data from the file named [Base].xac. To do this, simply import [Base].xac as an animation. After that, you can import other animations.

Optionally, you can uncheck "Reset pose" to keep the previous position before loading the animation.

About

Import Worms models (.xom3d) and animations (.xac) into Blender 3D


Languages

Language:Python 100.0%