Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ Object Demo_GLAVehicleTechnicalChassisOne
MaxIdleScanInterval = 10000 ; in milliseconds
MinIdleScanAngle = 30.0 ; in degrees off the natural turret angle
MaxIdleScanAngle = 60.0 ; in degrees off the natural turret angle
ControlledWeaponSlots = PRIMARY SECONDARY TERTIARY

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

commy2 also removed SECONDARY. Why?

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.

It doesn't technically need to control the SECONDARY slot either. In fact none of the Technical variants need anything other than the PRIMARY slot.

It's possible the original developers mistakenly thought each salvage weapon required a different slot, or the weapons were switchable at some point during development. It's most likely a copy/paste error.

Should I streamline this here? It might make more sense to remove unnecessary ControlledWeaponSlots across all units as a standalone change.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

You decide

ControlledWeaponSlots = PRIMARY
End
AutoAcquireEnemiesWhenIdle = YES
End
Expand Down