Jump to content

Recommended Posts

Posted (edited)

How to make a script run every frame - as it did in Oblivion fQuestDelayTime=0.01.

 

In Skyrim, if update time is less than the 0.25 sec, begins a terrible lag and glitches,

especially for the command setposition

 

For example - the same script:

=======================

Edited by DKZZ2
Posted
If you want to use a script to move actors (i don't know if it was just an example), you can use TranslateToRef, and put it inside a "while", so it will loop until the "while" conditions end
Posted

Thank You, but

 

How about general performance speed of scripts - no glitches,

ie increase is not possible? How sad for Skyrim....

Posted
  On 6/1/2012 at 12:40 PM, gasti89 said:

You can set a speed as parameter for TranslateToRef. You can test how fast you can go without stuttering.

 

I make a motion of non-linear (parametric)

In general, it works (TranslateTo) fine on the speed of 0.15 (for the quest script)

 

Thank you again.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...