Greetings Commanders,
Alongside the recent Co-op work, we've been chipping away at a batch of long-standing bugs — and we're opening up four brand new engine mechanics for modders. Here's what's new:
Bug Fixes
Wreckage targeting — units no longer get stuck shooting at wreckage.
Naval sinking — ships now sink gradually to the seafloor instead of snapping to it instantly.

Transport status bars — all transports now display a status bar to indicate how full they are.
Air transports — no longer endlessly chase a moving pickup target.

Orbital transports — no longer hop up and down when picking up a moving target. They now descend to the air layer and hold there if the target moves out of load range.
Beam weapons — beams using the enemies collision check now aim at a target's center mass instead of the ground it's standing on.
Co-Op Galactic War
Inventories stay put — clients who leave Co-op to play solo keep the same inventory. If a client becomes the host (and the host becomes a client), both keep the inventories they had.
Clearer mod-mismatch screen — it no longer tells you to install or enable mods when you should be disabling them, it now checks and reports version mismatches, and it states exactly what to do.
Server browser — you can now filter for Galactic War games.
New Mechanics
We're introducing four new engine mechanics, built to expand the modder's arsenal. You can try them right now by playing Legion + Sunrise or Exiles.
Move Speed Modifier — weapon/tool use can temporarily increase or decrease a unit's move speed.
Chaining Ammo — projectiles and beams can chain or bounce to nearby targets. A single shot can only hit each target once per chain.
"Ghetto" Gunships — a mechanic beloved in other TA-likes: certain units can now fire while being transported.
Beam/Laser build FX — builders can use a laser instead of a particle spray.
Known Issues
Units can still get stuck shooting at wreckage in one specific sub-case — a patch is coming in the next hotfix.
The game can appear to run while the simulation has actually stopped. If this happens, prior to hosting set Settings → Server → Local Server Multi-Threading to OFF.
For Modders
For examples and in-depth explanations of the new mechanics, check the Discord. Move Speed Modifier
firing_move_speed_multiplier — move speed while reloading
firing_disable_pushing — unit can't be pushed while reloading
targeting_move_speed_multiplier — move speed while a targetable enemy is in range
targeting_disable_pushing — unit can't be pushed while targeting
Firing activates only when the unit shoots and lasts one reload cycle. targeting activates whenever any target is in range, even if it's outside the weapon's yaw/pitch arc. Chaining Ammo
ammo_chain_jumps — how many extra targets the ammo can hit after the first
ammo_chain_range — how far each jump can reach
ammo_chain_damage — damage per jump (defaults to normal damage if empty)
ammo_chain_damage_falloff — per-jump multiplier, e.g. 0.5 to halve damage each jump
ammo_chain_travel — the projectile physically travels instead of instantly damaging the next target

"Ghetto" Gunships
fire_while_loaded { enabled, unit_types } — lets a transport allow the listed unit types to fire while loaded
Misc
Builders can be set to use a laser instead of a particle spray.
Mods can now change the visibility of the Delete Tech button more easily.
Keep on reporting bugs and suggesting improvements! We truly appreciate your feedback — most of our fixes start off as a report from you in the Discord. ~ The Community Commanders