Difference between revisions of "AI Package"

484 bytes added ,  02:44, 25 February 2019
→‎Entry Fields: Added note about bugfix.
imported>Syscrusher
m (→‎General: Grammar correction)
imported>XJDHDR
(→‎Entry Fields: Added note about bugfix.)
 
(One intermediate revision by one other user not shown)
Line 16: Line 16:
*'''Schedule Tab:''' Sets the time at which the package can run. The schedule cannot be in less than one hour blocks. As a rule, either set day and month, or day of the week, not both.
*'''Schedule Tab:''' Sets the time at which the package can run. The schedule cannot be in less than one hour blocks. As a rule, either set day and month, or day of the week, not both.


:*''Note:'' There is an engine bug where if a package is supposed to occur on given days of the week but the duration spans past midnight, the package occurs at the same time on both the day it was supposed to ''and'' the day after. The day after, though, the package will end at midnight instead of whatever time it was supposed to.
:*''Note:'' There is an engine bug where, if a package is supposed to occur on given day(s) of the week or month, but the duration spans past midnight, the after-midnight component will occur a day before it's supposed to, then the package will occur normally, then the before-midnight component will occur a day after it's supposed to (as if the package was repeating and being truncated at the midnights. For example, a package that is to run on a specific day from 18:00 to 02:00 the next day will actually run from 00:00 to 02:00 on the start day, then 18:00-02:00 as intended, and then again at 18:00-00:00 on the end day. Split these packages so that they don't cross midnight to avoid this effect.
 
::* This bug has been fixed by the [https://www.nexusmods.com/oblivion/mods/47085? EngineBugFixes OBSE Plugin].


*'''[[Logical Conditions|Conditions]] Tab:''' A full set of conditions that must be true for the package to be selected. Only applies if the schedule is valid. "Run on Target" is only valid if the package has a defined Target.
*'''[[Logical Conditions|Conditions]] Tab:''' A full set of conditions that must be true for the package to be selected. Only applies if the schedule is valid. "Run on Target" is only valid if the package has a defined Target.
Anonymous user