Keep in mind they changed how the editor handles actor events, they apparently aren't run for the Terrain Module display (if there is an option to enable this again I haven't found it yet). Not that the editor ever could handle texture selects properly, but now you have to test all visual adjustments ingame through the Test Document option. Do the ingame test before messing with the actors, it can save you a lot of frustration.
The SetTintColor action does work, though there are many ways of interfering or disabling tinting. Almost all of these require deliberate user input or complex Host-Attachment relations, the only exception I currently remember is a global tint-erasing actor (usually of type Simple), which doesn't even show up in the data link navigator windows. Such an actor would have to be implemented by the mapmaker though, and it still needs a trigger to enter the scope of the Unit actor (I think a UnitBirth event with no unit specified should work globally...)
Exactly what did you use as the copy source? Do you have any (de)buffs in place which include tinting, including ones that shouldn't be on the units at that time?
Check all actors in the Event: Macros+ field, these directly add to the main Events+. Since you claim to have copied everything from the Photon Cannon this field would include ProtossBuildingPowerUp and UnpoweredAnim, both of which mess with tint color. These 2 actors handle Protoss Pylon power visuals and can be removed if your structures don't require power to function. (actually you can remove them even if the structures need power, this will only deprive the player of a visual indicator without affecting gameplay mechanics in any way, as with next to all other actors)
1) Are they just tinted dark or are they using the "Dark Protoss" campaign skins? Easiest way to check: the Dark Protoss have green glows instead of blue, make sure the team color is neither before testing. Other culprits may be UnpoweredVisual or Event Macro and/or Simple actors, these must either be set on the Unit actor, created through its Events+ field, or create themselves in response to a specific effect. The latter you should know about, as you have to apply the effect to the unit yourself.
2) That's the Photon Cannon's Splat actor. I assume it's created by the Unit actor through the Events+ field, in that case delete the event. Otherwise look at the Splat actor and figure out its creation trigger.
3) You might have to go to the Trigger forum, or at least post your trigger/the source thread (I assume you got it from a tutorial). In the meantime check the Footprints and various radii on the units in question. They should be equal if you always copied the Photon Cannon, but maybe you changed some to adjust the collision size. Set any questionable field to the value from a working tower and see if that fixes it.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Keep in mind they changed how the editor handles actor events, they apparently aren't run for the Terrain Module display (if there is an option to enable this again I haven't found it yet). Not that the editor ever could handle texture selects properly, but now you have to test all visual adjustments ingame through the Test Document option. Do the ingame test before messing with the actors, it can save you a lot of frustration.
The SetTintColor action does work, though there are many ways of interfering or disabling tinting. Almost all of these require deliberate user input or complex Host-Attachment relations, the only exception I currently remember is a global tint-erasing actor (usually of type Simple), which doesn't even show up in the data link navigator windows. Such an actor would have to be implemented by the mapmaker though, and it still needs a trigger to enter the scope of the Unit actor (I think a UnitBirth event with no unit specified should work globally...)
Exactly what did you use as the copy source? Do you have any (de)buffs in place which include tinting, including ones that shouldn't be on the units at that time?
Check all actors in the Event: Macros+ field, these directly add to the main Events+. Since you claim to have copied everything from the Photon Cannon this field would include ProtossBuildingPowerUp and UnpoweredAnim, both of which mess with tint color. These 2 actors handle Protoss Pylon power visuals and can be removed if your structures don't require power to function. (actually you can remove them even if the structures need power, this will only deprive the player of a visual indicator without affecting gameplay mechanics in any way, as with next to all other actors)
1) Are they just tinted dark or are they using the "Dark Protoss" campaign skins? Easiest way to check: the Dark Protoss have green glows instead of blue, make sure the team color is neither before testing. Other culprits may be UnpoweredVisual or Event Macro and/or Simple actors, these must either be set on the Unit actor, created through its Events+ field, or create themselves in response to a specific effect. The latter you should know about, as you have to apply the effect to the unit yourself.
2) That's the Photon Cannon's Splat actor. I assume it's created by the Unit actor through the Events+ field, in that case delete the event. Otherwise look at the Splat actor and figure out its creation trigger.
3) You might have to go to the Trigger forum, or at least post your trigger/the source thread (I assume you got it from a tutorial). In the meantime check the Footprints and various radii on the units in question. They should be equal if you always copied the Photon Cannon, but maybe you changed some to adjust the collision size. Set any questionable field to the value from a working tower and see if that fixes it.