Phobos-developers / Phobos

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

New & restored TerrainType features #1241

Open Starkku opened 2 months ago

Starkku commented 2 months ago

Animated TerrainTypes

In rulesmd.ini:

[SOMETERRAINTYPE]  ; TerrainType
AnimationLength=   ; integer, number of frames

Damaged frames and crumbling animation

In rulesmd.ini:

[AudioVisual]
ConditionYellow.Terrain=  ; floating-point value

[SOMETERRAINTYPE]         ; TerrainType
HasDamagedFrames=false    ; boolean
HasCrumblingFrames=false
CrumblingSound=           ; Sound

Custom palette

In artmd.ini:

[SOMETERRAINTYPE]  ; TerrainType
Palette=           ; filename - excluding .pal extension and three-character theater-specific suffix
github-actions[bot] commented 2 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.

Starkku commented 2 weeks ago

Fixed the issues pointed out in reviews so far.