• Announcements

    • Ashal

      SITE MOVED - IN READ ONLY MODE   12/08/2015

      Please use http://www.loverslab.com moving forward. Site has been restored to a previous version, and this one placed into a read-only mode. This is available for a limited time so users may reference/copy content that has been lost in the transition. This will no longer be accessible by December 22nd, 2015.

Archived

This topic is now archived and is closed to further replies.

Vivi

Unmovable npcs

Hi - Just a quick question about oblivion animations. I couldnt find solution to this anywhere so either not possible or i suck at keywords.

So is it possible to make an npc completely unmovable? I am fooling aorund with idle animations and its annoying that they can be pushed around :s

Any help is appreciated.

0

Share this post


Link to post

As in stuck in the mud? I don't think you can, you can use the console command tai to stop all AI movement.

You can select a NPC and type it to disable just that NPC or select no one and type it to disable that entire cell.

0

Share this post


Link to post

It is not possible at this time (and may never be) to completely freeze an NPC.

Via pose mods you can freeze them for a time but I have yet to see one that does so forever. You can try turning off their collision boxes (that is where the pushing\moving is coming from) but they may just fall right through the floor with it (never tried it on NPC's myself).

0

Share this post


Link to post

Ah that explains why i couldnt find anything about this ><

Thanks guys!

0

Share this post


Link to post

You can select a NPC and type it to disable just that NPC or select no one and type it to disable that entire cell.

Disable removes them from the game, so I don't think that was what he was looking for.

0

Share this post


Link to post

You can select a NPC and type it to disable just that NPC or select no one and type it to disable that entire cell.

Disable removes them from the game' date=' so I don't think that was what he was looking for.

[/quote']

Yeah, i just want to make them nailed to the ground. But i guess i will just try to avoid running into the animated npcs :P

0

Share this post


Link to post

Companions are especially bad as many come with their own idle packages that can over-ride any idle that you force them to use. As Ark suggested try toggling off their AI and you may try toggling off their collision too.

Console commands can be found here: http://www.uesp.net/wiki/Oblivion:Console

0

Share this post


Link to post

Companions are especially bad as many come with their own idle packages that can over-ride any idle that you force them to use. As Ark suggested try toggling off their AI and you may try toggling off their collision too.

Console commands can be found here: http://www.uesp.net/wiki/Oblivion:Console

I will work something out :P cheers guys.

0

Share this post


Link to post

Hey guys, i thought i share the solution i worked out to this in case any1 looking for something similar, its really just an amateur stuff but it works.

Just put down an xmarker/xmarkerheading, add a reference to it and put a short script on the npc like:

ScriptName aaaSCRTestMarker

begin GameMode

aaaNPCRef.MoveTo aaaTestMarker

end

And bang, no more pushing around.

0

Share this post


Link to post