• 0

    posted a message on Psuedo Morph

    I think I wasn't clear enough in my OP there seems to be some confusion as to what I'm after.

    @Eiviyn: OK, the original unit is going to be a hero type with inventory. When the user presses the morph ability the point is that unless another player sees them morph there should be no way to tell who owns the new unit. So different inventory, health, model, color everything. That is why its owned by player14 instead of the original player. That is also why I don't think I can use the normal style of morph. Trying to make a dark deeds clone. To answer your question, I'm currently morphing a SCV into a Hydralisk. Later the SCV might morph to Queen, or Colossus as well. I dont really expect to have an animated transition, but a puff of smoke or something would be to gloss over the transition.

    @Thebillsta: You described exactly what I'm already doing, except my actions are slightly different. The morph ability is set as morph to SCV model, and is assigned to the SCV. Basically it does nothing except allow me to hook the event for the trigger.

    My original questions are still:

    1: can I get the effects I've described (change owner, swap unit) in a more elegant fashion 2: Is there a way to put some effect up during the change such as a puff of smoke.

    2 is the more important. Right now creating a dummy unit that lives for about 3 seconds, and is flagged nonselectable that has the model "Assets\Effects\Zerg\DiseaseCloud\DiseaseCloud.m3" It would look better if the effect stuck to the transformed unit and faded away, also if it was more opaque and hid the actual unit change until the effect faded.

    Posted in: Miscellaneous Development
  • 0

    posted a message on Psuedo Morph

    GOAL: Have an ability button that turns the unit into another unit. But the new unit needs to be owned by player 14, instead of the original player. The new unit has an ability to morph back to the original unit.

    CURRENT: I've setup a morph ability that morphs the original unit into the same type simply as way to start the trigger. The trigger then hides the original unit, teleports the replacement unit to the same location and makes it visible. Also the trigger un-selects the original and selects the replacement. This works as there is only 1 unit in the game which can turn into the player14 replacement.

    The issue I'm having is its rather an abrupt change. It doesn't feel like the unit really transformed. I'd like to get some sort of animation or effect to smooth the transition. Also my solution seems clunky. Is here a more elegant solution for this?

    Posted in: Miscellaneous Development
  • 0

    posted a message on Initial Starting view = starting point?

    Camera - Zoom camera for player player at (Start location of player player) from ((Real(Default Camera Distance)) + 8.0) to Default Camera Distance over 0.5 seconds

    Thats the one I'm using "Zoom Camera" is what your looking for.

    Posted in: Miscellaneous Development
  • To post a comment, please or register a new account.