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] Add `MoveSound` for TechnoTypes. #263

Open CCHyper opened 3 years ago

CCHyper commented 3 years ago

Description:

Red Alert 2 introduced an INI key for TechnoTypes called MoveSound=, this played the defined sound when a unit was given a move order.

Possible Implementation:

Copy the feature as-is from Red Alert 2.

MikillRosen commented 3 years ago

Make it support multiple sounds.

CCHyper commented 3 years ago

Make it support multiple sounds.

In what could it support multiple sounds, by randomly selecting one from a defined list? Eg; MoveSound=MOVE01,MOVE02,MOVE03

MikillRosen commented 3 years ago

Yes