MantisBT - Zandronum
View Issue Details
0002264Zandronum[All Projects] Bugpublic2015-05-27 01:082015-06-23 22:55
Dusk 
Edward-san 
normalminoralways
closedduplicate 
3.0-beta 
3.0 
0002264: A_SetScale doesn't work online
Consider the following DECORATE. The imp should shrink as it loses health, eventually becoming tiny when its health goes very low. Online this does not happen and the imp stays giant size.

Additionally, when reconnecting to the server, the imp's corpse will appear normal sized (instead of huge as the initial desync is or tiny as it should be)

ACTOR ShrinkingImp : DoomImp replaces DoomImp
{
    Health 600
    PainChance 0

    States
    {
    See:
        TROO A 0 A_SetScale (0.2 + (health / 300))
        TROO ABCD 4 A_Chase
        loop

    Melee:
    Missile:
        stop
    }
}
No tags attached.
duplicate of 0002247closed Edward-san A_SetScale weirdness online 
Issue History
2015-05-27 01:08DuskNew Issue
2015-06-23 20:20Edward-sanNote Added: 0012778
2015-06-23 20:20Edward-sanAssigned To => Edward-san
2015-06-23 20:20Edward-sanStatusnew => needs review
2015-06-23 22:55DuskRelationship addedduplicate of 0002247
2015-06-23 22:55DuskStatusneeds review => closed
2015-06-23 22:55DuskResolutionopen => duplicate

Notes
(0012778)
Edward-san   
2015-06-23 20:20   
0002247:0012777 .