Oblivion
0 of 0

File information

Last updated

Original upload

Created by

KMSvalley

Uploaded by

KMSvalley

Virus scan

Safe to use

About this mod

Modification update to Whalecakes \'Ragdoll Telekinesis\' mod

Permissions and credits
Ragdoll Telekinesis++ (v1.0)

Hey everyone new to this site and forum.

Just started playing with modding and came across the mod 'Ragdoll Telekinesis' by whalecakes

http://www.tesnexus.com/downloads/file.php?id=36328

Currently it works much like the Telekinesis spell for moving around dead bodies and noticed
that others like myself wanted to also move around live actors and creatures.

In terms of scripting this only required several very small and simple changes within the original mod by Whalecakes notably adding the following line to the 'scn 0TeleBodyAbilityScript'

targetbody.SetVelocity 0 0 0

and also changing the if condition within 'scn 0TeleSpellEffect' so it works on all actors & creatures alive or dead

if (isactor || iscreature)

------------------------------------------------------------------------

Hand of God (seems like a more fitting name for this mod)

---Can now throw actors or creatures (activate button:spacebar default)
---This seems to work best throwing live actors
---Issue: on some creatures like skeletons for example throwing them can cause them to be stuck
mid-air, you can try 'grabbing' them again though by casting the spell again on their body (v1.1)

---Attempted fix to dead body 'flip out' issue by effectively ressing the body then killing them
when dropped... was the best fix I could work spent hours trying many different functions and
ways to script this fix but this was the only way that worked best (v1.1)

---Added some PlayGroup animations and effects (v1.2)

---added 3 images above

------------------------------------------------------------------------

Requirements

OBSE (you must have this installed for the mod to work - Current Stable Version: v0020)
http://obse.silverlock.org/

------------------------------------------------------------------------