Skip to content

How to build

y0014984 edited this page Apr 11, 2023 · 1 revision

We use HEMTT to build our mod.

  1. Download or clone the source code from one of our branches (master or dev).
  2. Download and install HEMTT in version 0.7.6 (There is already a newer version, but we need to make some changes before this mod is compatible with this rewrite)
  3. Open a terminal and go to the cloned or downloaded mod folder
  4. execute the follwinf command inside this folder: hemtt build --release
  5. You will find the build mod in the newly created releases folder
Clone this wiki locally