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] Implement Team Mission additions from RA2/YR #150

Open Crimsonum opened 3 years ago

Crimsonum commented 3 years ago

Description:

RA2/YR has some handy team missions (script actions) that TS/FS could use. These are:

Possible Implementation:

Add the mentioned team missions as-is, or some modified versions that achieve similar results.

E1Elite commented 2 years ago

YR, Gather at enemy base script takes 0 as parameter and uses AISafeDistance in rules to get the cell where to gather. Ares allows positive and negative vales in parameter to be added or deducted from the AISafeDistance value to calculate the target cell. Ares also introduces AIFriendlyDistance rules key to do the same with Regroup at friendly base script.