DavidJCobb

Joined 8 March 2022
841 bytes removed ,  22:53, 9 January 2015
m
no edit summary
imported>DavidJCobb
imported>DavidJCobb
m
Line 17: Line 17:


== Miscellaneous tips ==
== Miscellaneous tips ==
* [http://www.gamesas.com/suspended-stack-count-over-our-warning-threshold-t348345.html This page] contains two useful pieces of information:
*See [[/Miscellany|here]].
** Description of "dumping stacks" errors in the Papyrus log
** Advice for modders: how to detect deleted forms, e.g. if your mod has a reference to a Form that belongs to another mod, and that mod has just been uninstalled. Detecting this and handling it properly is trickier than you might think.
* Changes to the player's SpeedMult actor value don't take effect immediately. In order to update the player's effective movement speed after changing the actor value, you must use one of [http://www.gamesas.com/dynamic-walk-speed-script-t253947.html two methods]:
** Modify the player's inventory (e.g. add and then immediately remove an item)
** Modify the player's carry weight (e.g. add and remove 0.1 to that actor value)


== Code snippets ==
== Code snippets ==
Anonymous user