https://steamcommunity.com/sharedfiles/filedetails/?id=581951281
Requires:
make
zip
- KWAD Builder (from the official modding guide)
Copy makeconfig.example.mk
to makeconfig.mk
. This file provides local-specific variables to the Makefile.
KWAD_BUILDER
: Path to the KWAD builder binary (bin/{OS}/builder
inside the zip file)INSTALL_PATH
: Path to this mod's folder within your Invisible Inc. install path. (The example value is usually correct for a Steam install, filling in the steam directory.INSTALL_PATH2
(optional): Path to an alternate mod folder. Useful if maintaining separate "all mods" and "active mods" paths.
make
Builds mod files. The generated out/
directory contains everything, and can be passed to the official mod uploader.
make install
Builds mod files and installs them to the specified installation directory.