





🌟 Special thanks to our amazing supporters:
✨ $10 Tier: [Geeks Love Detail]
🌈 $5 Tier: [Arch Toasty][Benedikt][David Martínez Martí]
[url=https://discord.gg/Kkm5DNesye]
Join our Discord to follow each segment of a reveal as it happens every Monday.
Data Modding
ZEPHON will continue Gladius tradition of easy and accessible modding.
All locally installed game files are stored unencrypted so players can inspect the gameplay data, rebalance stats, change graphics and sounds, modify the UI, add new units and much more.
Throughout development we put heavy emphasis on using standard, open file formats. Open formats are easier to inspect, understand and build on top of. Working with them is less expensive than paying for proprietary formats. And best of all, its more inclusive for modders, who can use a variety of tools to create or modify assets. Where there are no available open formats, well make sure to supply conversion scripts and tools to interact with our custom formats.
The cornerstone of ZEPHON modding is data-driven XML configuration files. They define gameplay stats, actions, traits, effects and conditions in a way that is easy to understand and change. Weve seen this being used to great success, and we have a couple of enhancements in store.
AI Modding
In Gladius it was only possible to mod the AI through XML in a few limited ways: faction resource pooling weights, research and production scores, and hero ability level up priorities.
A critical missing ingredient was the capability to change how and when the AI uses leader and unit abilities. This can now be modded in XML by specifying `
```
This would make the AI only use the healing action MendMatter on units that have less than 50% hitpoints.
We will be using the same system to implement the AI that comes with the gamemaking the behavior easy to modify and improve. Were aiming to have as much of the AI be XML data-driven as possible so that its available for you to tweak.
Action Blueprints
Modding actions has overall been enhanced, streamlined and simplified.
Previously it was necessary to reuse action tags because they were tightly coupled with the visualization. It wasnt possible to have a new action and have a new visualization for it. This is possible in ZEPHON by using the new `
```
Actions can now also be specified in blueprints, so that the same action only has to be written once
```Data/World/Blueprints/Actions/ClearTile.xml:
and reused across many units or buildings.
```Data/World/Buildings/Construction.xml:
Faction Modding
To enhance modability and implementation with ZEPHONs leader-focused mechanics, there are a few improvements to faction modding.
We can now specify `
[ 6074 ]
[ 1507 ]
[ 1901 ]