Vinifera-Developers / Vinifera

Vinifera is a C&C: Tiberian Sun engine extension implementing new logics and fixing bugs.
GNU General Public License v3.0
44 stars 10 forks source link

[New Feature] Air-to-Air Combat (Aka, "Dogfighting") for Aircrafts. #589

Open CCHyper opened 2 years ago

CCHyper commented 2 years ago

Description:

In Tiberian Sun, aircraft can not attack each other while they are in the air. To add a layer of new gameplay, allowing this might be desired.

Possible Implementation:

Enable this on a per weapon basis (if possible) or per AircraftType, open to discussion on which works best.

CCHyper commented 2 years ago

Ares has implemented this feature by extending the AA= logic on BulletTypes. https://ares-developers.github.io/Ares-docs/bugfixes/type2/airtoaircombat.html