Category:Tidbits

Revision as of 17:01, 26 July 2007 by imported>Haama (Created)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Use this page to link to useful tidbits, that either don't quite fit into any current articles, or that you don't have a chance to write up. The main purpose is to be a temporary hub for articles when the wiki begins to undergo major reorganization. If you find a useful piece of information on some out of the way page then please post the link and a brief description here (such as this DropAllItems script found in the OBSE Wish List). You can also link to interesting external web links here (please include a very brief description). It can also be used for information that needs further investigation, but please also post a link to here in the relevant article, if there is one.

Wayward Wiki Articles

Category:Unfinished_Articles

DropAllItems script


External Tidbits

Modfood

Collection of very useful code snippets.

Gotchas! thread

Most of these are included on the TroubleShooting page here on the wiki, but some are not. There are also a few bugs mentioned that bear further investigation.

Further Investigation Needed

Tokens lead to crashes?

FlyFightFlea's Supreme Magicka seems to cause more crashes than most mods. There has been some discussion that the crashes are due to the use of tokens, specifically when the tokens try to remove themselves from corpses. Here are the relevant posts: [1] [2] [3]. 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 ([4]). 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.

Pages in category "Tidbits"

This category contains only the following page.