Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions GeneralsZH/Data/INI/Weapon.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1129,6 +1129,7 @@ Weapon GattlingBuildingGunAirDummy
PrimaryDamage = 0.0001
PrimaryDamageRadius = 0.0
AttackRange = 400.0
AcceptableAimDelta = 180.0 ; don't need to turn at all.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In Generals the Overlord Tank is using the non-dummy GattlingBuildingGun weapons without this field. Does it have the same issue?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did test Generals and didn't observe the issue.

Overlords cannot manually target airborne targets there due to lacking the dummy weapon, and it's the dummy weapon that causes the rotation issue.

DamageType = SMALL_ARMS
DeathType = NORMAL
WeaponSpeed = 999999.0 ; dist/sec (huge value == effectively instant)
Expand Down