You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Customize the landing animation of technos that have Locomotor=Fly (#2259)
In vanilla, if a techno has `Locomotor=Fly` and `IsDropship=true`, it
plays the `[DROPLAND]` animation when landing; if `IsDropship=false` but
it is an aircraft with `Carryall=true`, it will play the `[CARYLAND]`
animation when landing. Now you can customize this logic.
In `rulesmd.ini`:
```ini
[AudioVisual]
DefaultLandingAnim= ; AnimationType
DefaultLandingAnim.Dropship=DROPLAND ; AnimationType
DefaultLandingAnim.Carryall=CARYLAND ; AnimationType
[SOMETECHNO] ; TechnoType
LandingAnim= ; AnimationType, defaults to the global default (<custom animation>, DROPLAND, or CARYLAND) based on unit's IsDropship/Carryall flags
```
---
<img width="438" height="234" alt="LandingAnim"
src="https://github.com/user-attachments/assets/ee9d5d16-ac32-4dba-81f8-262388ec2536"
/>
*RING1, PDFXLOC and a custom animation created by ppap11404*
### Customize the landing animation of technos that have `Locomotor=Fly`
1753
+
1754
+
- In vanilla, if a techno has `Locomotor=Fly` and `IsDropship=true`, it plays the `[DROPLAND]` animation when landing; if `IsDropship=false` but it is an aircraft with `Carryall=true`, it will play the `[CARYLAND]` animation when landing. Now you can customize this logic.
LandingAnim= ; AnimationType, defaults to the global default (none, DROPLAND, or CARYLAND) based on unit's IsDropship/Carryall flags
1765
+
```
1766
+
1752
1767
### Customize whether technos with `Locomotor=Fly` wobble
1753
1768
1754
1769
- In vanilla, if technos use `Locomotor=Fly` and do not have `IsDropship=true`, they will have a hardcoded wobble effect. However, using `IsDropship=true` also introduces a series of hardcoded behaviors associated with it. Now, you can customize whether to disable this behavior, and it can also be used to enable this behavior for technos with `IsDropship=true`.
- [Customize `Tiled` drawing interval and centering](Fixed-or-Improved-Logics.md#customize-the-drawing-interval-for-tiled) (by Noble_Fish)
594
594
- [Customize whether technos with `Locomotor=Fly` wobble](Fixed-or-Improved-Logics.md#customize-whether-technos-with-locomotor-fly-wobble) (by Noble_Fish)
595
+
- [Customize the landing animation of technos that have `Locomotor=Fly`](Fixed-or-Improved-Logics.md#customize-the-landing-animation-of-technos-that-have-locomotor-fly) (by Noble_Fish)
595
596
596
597
#### Vanilla fixes:
597
598
- Fixed sidebar not updating queued unit numbers when adding or removing units when the production is on hold (by CrimRecya)
0 commit comments