In Stronghold Crusader, .aiv
(AI Village) files detail the way enemy lords construct their castles in skirmish mode. The official AIV editor serves its purpose, but I think it could be improved. This application aims to be an ergonomic, cross-platform .aiv
editor GUI.
Instructions for Linux distributions.
meson setup build --prefix=/usr/local --buildtype=release
ninja -C build
sudo ninja -C build install # Optional installation
Download a release, or execute the above commands in an msys2 shell.
src/gtk-crusader-village-util-bin.c
and the theme portal client in src/gtk-crusader-village-application.c
were taken from libadwaita.
All assets or ideas originating from the original Stronghold Crusader game in this repo are indicated as such and belong to Firefly Studios. See src/shc-data/
. Thanks for creating such an amazing game!