Phobos-developers / Phobos

Ares-compatible C&C Red Alert 2: Yuri's Revenge engine extension
GNU Lesser General Public License v3.0
300 stars 95 forks source link

Spawns Enhancement #1349

Open Coronia opened 3 months ago

Coronia commented 3 months ago

Help TwinkleStar to upload these new features

In rulesmd.ini:

[SOMETECHNO]              ; TechnoType
InitialSpawnsNumber=      ; integer

In rulesmd.ini:

[SOMETECHNO]        ; TechnoType
Spawns.Queue=       ; list of aircrafts in order

An example of Spawns.Queue:

[SOMETECHNO]
Spawns=AIRCRAFT1
SpawnsNumber=5
Spawns.Queue=AIRCRAFT1,AIRCRAFT2,AIRCRAFT1,AIRCRAFT2,AIRCRAFT3

In this case, it'll be built with 5 spawnees in the order of AIRCRAFT1->AIRCRAFT2->AIRCRAFT1->AIRCRAFT2->AIRCRAFT3, and so will be its respawn order if multiple of them being destroyed

github-actions[bot] commented 3 months ago

Nightly build for this pull request:

This comment is automatic and is meant to allow guests to get latest nightly builds for this pull request without registering. It is updated on every successful build.