Warzone2100 / WMIT

Warzone Model Import Tool - for use with Warzone 2100
GNU General Public License v3.0
16 stars 11 forks source link
3d-models c-plus-plus cmake open-source opengl qt5

WMIT

Warzone Model Import Tool

Import and export .PIE, and .OBJ files.

Also can import files in .WZM format.

Note: support for .WZM format is deprecated and will be removed in a future release. Please migrate your files into .PIE format.

For use with: Warzone 2100

Latest development builds

Windows Build Status macOS Build Status Ubuntu Build Status

Windows

How to get the latest Windows development builds:

  1. View the latest successful Windows builds.
  2. Select the latest workflow run in the table / list. This should display a list of Artifacts from the run.
  3. Download the wmit_win_x86 or wmit_win_x64 artifact (depending on whether you want the 32-bit or 64-bit build).

    Note: A free GitHub account is currently required to download the artifacts.

macOS

How to get the latest macOS development builds:

  1. View the latest successful macOS builds.
  2. Select the latest workflow run in the table / list. This should display a list of Artifacts from the run.
  3. Download the wmit_macOS artifact.

    Note: A free GitHub account is currently required to download the artifacts.

Linux (from source)

Clone this Git repo and build, following the instructions under: How to Build

Development builds are a snapshot of the current state of development, from the latest (successfully-built) commit. Help testing these builds is always welcomed, but they should be considered a work-in-progress.

How to build

Getting the Source

Clone the Git repo:

  git clone https://github.com/Warzone2100/WMIT.git
  cd WMIT
  git submodule update --init --recursive

Note: Initializing submodules is required.

Windows

Linux

macOS