Skip to content
Hex Games

CustomTD

A roguelike tower defence built on hex grids, six elements, and a modding framework that lets you rewrite the rules.

Roguelike Tower DefenceIn Active DevelopmentGodot 4 + C#

Six Elements,
Infinite Builds

CustomTD is a roguelike tower defence where you build towers from traits, relics, and chassis — then fight through biome-based campaign maps.

Six elements form the core: Fire, Water, Earth, Wind, Light, and Dark. Combine them across traits to unlock synergies, or specialise deep into a single element for raw power.

Every run is different. The shop offers randomised trait and relic selections. Your choices compound through a 10-stage modifier pipeline that makes every tower feel distinct.

The elements

Fire
Water
Earth
Wind
Light
Dark

Tower building

ChassisThe foundation — determines base stats and passive abilities
TraitsElemental abilities with capacity costs, synergies, and combos
RelicsRun-wide power-ups that grow stronger as conditions are met

Under the Hood

The systems that make every hit, every crit, and every chain reaction feel intentional.

01

Event-Driven Combat

60+ game events drive the entire damage pipeline. OnPreDamage, OnHit, OnCritical, OnKill, OnChainBounce, OnPierce — every interaction is a hook that traits, relics, and mods can tap into. Attacks chain through a full event sequence that creates emergent combos.

02

10-Stage Stat Pipeline

Every stat runs through a layered calculation: base value, flat mods, percentage mods, multipliers, hard overrides, effect modifiers, and three scriptable hooks. 49 tower stats and 16 enemy stats, each with custom behaviour scripts that control how they scale and interact.

03

Status Effects & Auras

Burning, chilling, stun, and more — each with tick rates, stacking behaviour, resistance scaling, and max-stack caps. Auras create persistent zones around towers and enemies with radius-based targeting. Ground residuals spawn from impacts and linger as hazard zones.

04

Procedural Wave Generation

13+ bias algorithms shape enemy composition — flavour-building, theme-building, synergy patterns. Four distribution curves control wave pacing: flat, smooth-increase, slow-burn, triple-hump. Every wave is generated, never hand-placed.

05

50 Visual Effects, 18 Shaders

Custom GLSL shaders for aura rings, chain lightning, projectile trails, elemental glows, energy flows, swamp pools, and status overlays. Particle systems for impacts, damage numbers, and ambient atmosphere. All driven by a data-defined VFX system.

Moddable by
Design

The base game's own content loads through the same manifest system that mods use. There's no special treatment — if the base game can do it, your mod can too.

Mods declare their content in a manifest file: traits, enemies, maps, effects, stats, UI panels, wave algorithms, keybindings. The loader handles dependency chains, load ordering, and conflict resolution automatically.

We ship 14 example mod packs covering every moddable system, so you're never guessing at the format.

What's moddable

Traits & RelicsNew abilities, elemental combos, run-wide effects
ChassisCustom tower foundations with unique passives
Enemies & BehavioursAI scripts, stat profiles, boss mechanics
Maps & BiomesHex layouts via the Tiled editor plugin (.jmap format)
Status Effects & AurasTick rates, stacking rules, visual shaders
Stats & CalculationsNew stat types with custom pipeline scripts
Wave AlgorithmsBias patterns and distribution curves
UI PanelsCustom interface elements with reactive bindings
KeybindingsCustom input schemes with conflict detection

Dev Tools

Tools we built to develop the game — and tools that'll ship for modders.

01

Map Editor

A TypeScript plugin for the Tiled map editor. Build hex-grid maps with ground layers, decoration, build masks, block masks, and named enemy paths. Exports to .jmap with validation for biomes, path boundaries, and metadata. Supports gzip compression.

02

Game Planner

A React app for planning trait design across all 63 element combinations — singles, duals, triples, quads, penta, and omni. Honeycomb and pyramid views for visualising coverage. Auto-saves with versioned backups.

03

Content Validation Server

A .NET 8 MCP server with 28 tools for validating content: schema checks, cross-reference validation, balance analysis, and Roslyn-based code analysis for event bus subscriptions. Simulates combat event chains step by step.

By the Numbers

Where the codebase stands right now.

244
C# Scripts
49
Tower Stats
60+
Game Events
50
VFX Definitions
18
Custom Shaders
27
Relics
32
Enemy Types
14
Example Mods
13+
Wave Algorithms
7
Languages

Development
Status

The core systems are in place — combat, modding, campaign structure, and tooling. The focus now is content: more traits, more enemies, and replacing placeholder art and audio with final assets.

Version 0.5.1 — breaking changes expected. This is a prototype stage where architecture comes first and nothing is sacred.

Combat Systems75%
Stats, events, effects, projectiles
Modding Framework80%
Manifest loading, 14 example packs
Campaign & Shop60%
Map progression, shop, loadouts
Content25%
20 traits, 27 relics, 32 enemies
Art & Audio10%
Placeholder assets, shaders done

Follow the Build

We document everything — architecture decisions, combat balancing, the modding API, and the inevitable rewrites.