Ihan-Rii skin warp in death model too confusing for players

Protoss structures being destroyed or cancelled during warp in have a death model.
This death model is altered by the Ihan-Rii skin. But it looks nothing like the original one.

video:

This model creates the impression that the player destroyed a completed structure. But only the warp-in was cancelled and much of the costs were refunded. This is highly confusing to the players.

Bad Ihan-Rii skin’s model file: Assets\Buildings\Protoss\ProtossBuilding_Ihanrii_Build_Death\ProtossBuilding_Ihanrii_Build_Death.m3

Default skin model file:
Assets\Buildings\Protoss\WarpInDeath\WarpInDeath.m3

Please make these models more alike. The easiest solution would probably to copy and modify the left model and give it textures that tint it teal to match the warp in animation.

Workaround:
As a quick fix, you could change the death model back to the original:

    <CModel id="AssimilatorRich_Ihanrii_DeathUnderConstruction">
        <Model value="Assets\Buildings\Protoss\WarpInDeath\WarpIndeath.m3"/>
    </CModel>
    <CModel id="Assimilator_Ihanrii_DeathUnderConstruction">
        <Model value="Assets\Buildings\Protoss\WarpInDeath\WarpIndeath.m3"/>
    </CModel>
    <CModel id="CyberneticsCore_Ihanrii_DeathUnderConstruction">
        <Model value="Assets\Buildings\Protoss\WarpInDeath\WarpIndeath.m3"/>
    </CModel>
    <CModel id="DarkShrine_Ihanrii_DeathUnderConstruction">
        <Model value="Assets\Buildings\Protoss\WarpInDeath\WarpIndeath.m3"/>
    </CModel>
    <CModel id="FleetBeacon_Ihanrii_DeathUnderConstruction">
        <Model value="Assets\Buildings\Protoss\WarpInDeath\WarpIndeath.m3"/>
    </CModel>
    <CModel id="Forge_Ihanrii_DeathUnderConstruction">
        <Model value="Assets\Buildings\Protoss\WarpInDeath\WarpIndeath.m3"/>
    </CModel>
    <CModel id="Gateway_Ihanrii_DeathUnderConstruction">
        <Model value="Assets\Buildings\Protoss\WarpInDeath\WarpIndeath.m3"/>
    </CModel>
    <CModel id="Nexus_Ihanrii_DeathUnderConstruction">
        <Model value="Assets\Buildings\Protoss\WarpInDeath\WarpIndeath.m3"/>
    </CModel>
    <CModel id="PhotonCannon_Ihanrii_DeathUnderConstruction">
        <Model value="Assets\Buildings\Protoss\WarpInDeath\WarpIndeath.m3"/>
    </CModel>
    <CModel id="Pylon_Ihanrii_DeathUnderConstruction">
        <Model value="Assets\Buildings\Protoss\WarpInDeath\WarpIndeath.m3"/>
    </CModel>
    <CModel id="RoboticsBay_Ihanrii_DeathUnderConstruction">
        <Model value="Assets\Buildings\Protoss\WarpInDeath\WarpIndeath.m3"/>
    </CModel>
    <CModel id="RoboticsFacility_Ihanrii_DeathUnderConstruction">
        <Model value="Assets\Buildings\Protoss\WarpInDeath\WarpIndeath.m3"/>
    </CModel>
    <CModel id="ShieldBattery_Ihanrii_DeathUnderConstruction">
        <Model value="Assets\Buildings\Protoss\WarpInDeath\WarpIndeath.m3"/>
    </CModel>
    <CModel id="Stargate_Ihanrii_DeathUnderConstruction">
        <Model value="Assets\Buildings\Protoss\WarpInDeath\WarpIndeath.m3"/>
    </CModel>
    <CModel id="TemplarArchive_Ihanrii_DeathUnderConstruction">
        <Model value="Assets\Buildings\Protoss\WarpInDeath\WarpIndeath.m3"/>
    </CModel>
    <CModel id="TwilightCouncil_Ihanrii_DeathUnderConstruction">
        <Model value="Assets\Buildings\Protoss\WarpInDeath\WarpIndeath.m3"/>
    </CModel>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.