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
- Now you can have some units following surrounding units when executing an attack move command. The follow behavior is equivalent to the behavior of follow command (`ctrl + alt`).
1198
+
- Now you can have some units following surrounding units when executing an attack move command. The follow behavior is equivalent to the behavior of follow command (`[Ctrl]+[Alt]`).
1201
1199
- Use `AttackMove.Follow.IncludeAir` to determine whether the follower will follow an air unit.
1202
1200
- Mind control units with `AttackMove.Follow.IfMindControlIsFull=true` set will follow if they reach the capacity.
1203
1201
- This feature should be useful for supportive units such as medics and repairers.
*Multi Weapon used to release different weapons against different targets in **Zero Boundary** by @[Stormsulfur](https://space.bilibili.com/11638715/lists/5358986)*
1627
1625
1628
1626
- You can now use `WeaponX` to enable more than 2 weapons for a TechnoType without hardcoded `Gunner=yes`, `IsGattling=yes` or `IsChargeTurret=yes` restriction.
1629
-
- Set `MultiWeapon=yes` to enable this feature, be careful not to forget `WeaponCount`.
1630
-
-`MultiWeapon.IsSecondary` specifies which weapons will be considered as `Secondary` when selecting weapons or triggering infantry's `SecondaryFire` settings. If not set, `Weapon1` will be considered as `Secondary`.
1631
-
-`MultiWeapon.SelectCount` determines the number of weapons that can be selected by default weapon selection logic. Notice that higher number is bad for performance.
1632
-
- If the number is smaller than the total amount of weapons, the ones with smaller indices will be picked.
1633
-
- Other weapons can still be used for logic that specify a weapon index, such as [ForceWeapon](#forcing-specific-weapon-against-certain-targets).
1627
+
- Set `MultiWeapon=yes` to enable this feature, be careful not to forget `WeaponCount`.
1628
+
-`MultiWeapon.IsSecondary` specifies which weapons will be considered as `Secondary` when selecting weapons or triggering infantry's `SecondaryFire` settings. If not set, `Weapon1` will be considered as `Secondary`.
1629
+
-`MultiWeapon.SelectCount` determines the number of weapons that can be selected by default weapon selection logic. Notice that higher number is bad for performance.
1630
+
- If the number is smaller than the total amount of weapons, the ones with smaller indices will be picked.
1631
+
- Other weapons can still be used for logic that specify a weapon index, such as [ForceWeapon](#forcing-specific-weapon-against-certain-targets).
*SelectBox and GroundLine in **Solar Flare** by [Netsu_Negi](https://space.bilibili.com/26486915/lists/3151060)*
288
289
289
290
- Now you can use and customize select box for infantry, vehicle and aircraft. No select box for buildings in default case, but you still can specific for some building if you want.
290
291
-`Frames` can be used to list frames of `Shape` file that'll be drawn as a select box when the TechnoType's health is at or below full health/the percentage defined in `[AudioVisual] -> ConditionYellow/ConditionRed`, respectively.
-`VisibleToHouses` and `VisibleToHouses.Observer` can limit visibility to specific players.
294
295
-`DrawAboveTechno` specific whether the select box will be drawn before drawing the TechnoType. If set to false, the select box can be obscured by the TechnoType, and the draw location will ignore `PixelSelectionBracketDelta`.
295
296
- You can now use `GroundShape` to specific a image which always draw on ground, it will only draw when techno is in air if set `Ground.AlwaysDraw=false`, this also affect on `GroundLine`.
296
-
- If `GroundLine=true`, the game will draw a line from techno's position to its vertical projection, `GroundLine.Dashed=true` means the projection line is a dashed line.
297
+
- If `GroundLine=true`, the game will draw a line from techno's position to its vertical projection, `GroundLine.Dashed=true` means the projection line is a dashed line.
Copy file name to clipboardExpand all lines: docs/Whats-New.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -407,10 +407,10 @@ New:
407
407
- [Allows refineries to use multiple ActiveAnim simultaneously](Fixed-or-Improved-Logics.md#allows-refineries-to-use-multiple-activeanim-simultaneously) (by TaranDahl)
408
408
- Electric/RadBeam trail for laser tails (by NetsuNegi)
409
409
- Add `DebrisMinimums` to keep the count of debris within a certain range (by CrimRecya)
410
-
- Several attackmove related enhancement (by TaranDahl)
410
+
- [Several attackmove related enhancement](New-or-Enhanced-Logics.md#attack-move-behavior-when-target-acquired) (by TaranDahl)
411
411
- Ground line for select box (by NetsuNegi)
412
-
- Support for more optional weapons (by FlyStar)
413
-
- Task subtitles display in the middle of the screen (by CrimRecya)
412
+
- [Support for more optional weapons](New-or-Enhanced-Logics.md#multi-weapon) (by FlyStar)
413
+
- [Task subtitles display in the middle of the screen](User-Interface.md#task-subtitles-display-in-the-middle-of-the-screen) (by CrimRecya)
414
414
415
415
Vanilla fixes:
416
416
- Fixed sidebar not updating queued unit numbers when adding or removing units when the production is on hold (by CrimRecya)
0 commit comments