KrxImpExp
KrxImpExp (Kerrax Import Export) is an open-source Blender add-on that adds support for importing and exporting 3D model formats used by the ZenGin engine in Gothic I and Gothic II.
The original KrxImpExp was created by Kerrax for older 3D editors. The current version, maintained by Patrix9999 and supported by the Gothic Modding Community, has been ported to the modern Blender API (2.80+) and works on Windows, Linux, and macOS.
KrxImpExp is the go-to tool for anyone who wants to create or modify 3D models, worlds, or animations for Gothic.
Supported Formats
| Format | Import | Export | Description |
|---|---|---|---|
.3DS | ✅ | ✅ | 3D Studio Max mesh format |
.ASC | ✅ | ✅ | ASCII model format (meshes & animations) |
.MRM | ✅ | ❌ | Multi-resolution mesh (compiled mesh) |
.MSH | ✅ | ❌ | ZenGin mesh format |
.ZEN | ✅ | ❌ | ZenGin world file |
Supported Blender Versions
KrxImpExp supports Blender 2.80 through 4.0 (64-bit). If a newer version of Blender is released, it's worth trying it - community feedback helps keep compatibility up to date.
Installation
1. Download the add-on
Download the latest version from the dev branch (recommended):
👉 Download KrxImpExp (dev branch ZIP)
2. Set up a custom scripts directory (recommended method)
- Create a
scriptsfolder somewhere on your disk (e.g., in your Documents folder). - Inside it, create an
addonssubfolder. - Extract the downloaded ZIP archive into the
addonsfolder.
3. Configure Blender
- Open Blender → Edit → Preferences → File Paths.
- Under Data → Scripts, select the
scriptsfolder you created. - Open the burger menu (☰) and click Save Preferences.
- Restart Blender.
4. Enable the add-on
- Open Blender → Edit → Preferences → Add-ons.
- Search for KrxImpExp.
- Enable it by clicking the checkbox.
- Expand the add-on entry and press Install KrxImpExp to install required dependencies.
The add-on uses the DearPy GUI library for its modern UI. It will be installed automatically when you press the Install KrxImpExp button - this may require internet access.
Usage
After installation, you can access KrxImpExp through Blender's File → Import / Export menus. The supported Gothic formats will appear in the file type list.
Importing a ZEN world
- Go to File → Import → ZEN (Gothic World).
- Select a
.zenfile from your Gothic installation (e.g.,NEWWORLD.ZEN). - The world geometry will be imported into the Blender scene.
Exporting an ASC model
- Select the mesh you want to export.
- Go to File → Export → ASC (Gothic ASCII Model).
- Choose the output location and export.