[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
Difference between revisions of "Category:Tidbits"
Jump to navigation
Jump to search
→Tokens lead to crashes?: some testing I've done, I need to do follow up testing.
imported>ShadowDancer (additional nifs without havok...) |
imported>DragoonWraith (→Tokens lead to crashes?: some testing I've done, I need to do follow up testing.) |
||
Line 29: | Line 29: | ||
[http://www.bethsoft.com/bgsforums/index.php?s=&showtopic=726200&view=findpost&p=10594072]. Note in the last post that Supreme Magicka is undergoing a testing period to see if removing the token system does prevent crashes. | [http://www.bethsoft.com/bgsforums/index.php?s=&showtopic=726200&view=findpost&p=10594072]. Note in the last post that Supreme Magicka is undergoing a testing period to see if removing the token system does prevent crashes. | ||
*RemoveMe alternative: The tokens use [[RemoveMe]] when the creature becomes a corpse, and crashes tend to happen when the player re-enters a room with many corpses ([http://www.bethsoft.com/bgsforums/index.php?s=&showtopic=726200&view=findpost&p=10555835]). It's also known that using RemoveMe shortly after adding the item to a container may cause crashes. Maybe using RemoveMe immediately after the player enters the cell also causes a crash? If so, a counter should be used, starting in the [[onDeath]] block as you would the [[onAdd]] block. | *RemoveMe alternative: The tokens use [[RemoveMe]] when the creature becomes a corpse, and crashes tend to happen when the player re-enters a room with many corpses ([http://www.bethsoft.com/bgsforums/index.php?s=&showtopic=726200&view=findpost&p=10555835]). It's also known that using RemoveMe shortly after adding the item to a container may cause crashes. Maybe using RemoveMe immediately after the player enters the cell also causes a crash? If so, a counter should be used, starting in the [[onDeath]] block as you would the [[onAdd]] block. | ||
::Preliminary testing has shown that removing a token may reset the variables on other tokens on the actor. While this is inconclusive, it is my belief that this is what caused the CTDs with Supreme Magicka. | |||
::[[User:DragoonWraith|<span style="font-family: Oblivion, Daedric Runes; size=2;">D</span>ragoon <span style="font-family: Oblivion, Daedric Runes; size=2;">W</span>raith]] [[User_talk:DragoonWraith|<span style="font-family: Oblivion, Daedric Runes; size=2;">TALK</span>]] 18:28, 9 August 2007 (EDT) | |||
===Force Cast and Magicka Use=== | ===Force Cast and Magicka Use=== |