ResurrectActor

Revision as of 23:17, 22 December 2008 by imported>Cipscis (Added notes about the AnimateFlag's bugs and uses)

Link to TES4 Construction Set Wiki: Resurrect.

Notes

  • Calling Resurrect on an actor with the animate flag true will cause them to fall through the geometry unless it is called in the same frame as their death.
  • If the animate flag is true, body data will not be updated when the calling reference is resurrected. This can be used to produce living actors with missing limbs, but has several issues:
    • When entering VATS Mode, all previously dismembered limbs on living Actors will reappear. Once this has occurred, these limbs cannot be removed anymore.
    • IsLimbGone will always return a value of "1" for any dismembered limbs on living Actors.
    • Gibbets will update relative to the position and rotation of their Actor of origin.
      • If the limb is removed during certain animations (e.g. reloading) Gibbets will remain ragdolled until their Actor of origin is ragdolled and recovers.
      • Causing the actor to ragdoll (e.g with PushActorAway) can be used to cause the gibbets to ragdoll initially, but once the actor recovers the gibbets will move with them.
    • Actors will act as though limbs haven't been removed.
    • If the limb that the weapon is attached to is removed, the weapon will not be rendered.

See Also