bg de en es fr it nl pl pt sv tr zh

modding

Modding Tutorial: Peasant Revolt

David Stark

This is an in-depth tutorial for newcomers to modding. We are going to make a simple mod that adds a new kind of enemy to spawn in strategic mode, a peasant uprising. You need no graphical skills for this one. In Airships strategic mode, there are lairs on the map that are periodically occupied by...

Modding with the new lighting system

David Stark

With the new lighting system in recent versions of Airships, the way to create new graphics for mods or reskins has changed. In this post, I'm going to go over how to make new graphics that fit in seamlessly with the existing ones and play well with the lighting system. Spritesheet and bump Each...

Mod Example: Imperial Cannon

David Stark

In this second instalment of the Airships modding guide, I'll give you an explanation of how mods can override existing game functionality, and walk you through creating a simple mod that adds a new weapon: a really big cannon. Note that this guide assumes you're read part one. How mods work As a...

Modding Setup

David Stark

These are detailed instructions on how to set up the Airships code and libraries with NetBeans. At the end of these instructions, you will have a copy of the game running from the source code, ready to be modded. You will need: Membership in the Mod Developer Programme A copy of the newest...