Difference between revisions of "ScriptingNF"
Jump to navigation
Jump to search
Pass... umm... four?
imported>Wrye (Third pass) |
imported>Wrye (Pass... umm... four?) |
||
Line 35: | Line 35: | ||
*[[Debug Scripts]] | *[[Debug Scripts]] | ||
== | ==Code Optimization== | ||
* [[CPU-usage of Functions]] - Lists of functions and their effects on performance; notes on which drop FPS the most, etc. | |||
* [[Minimizing your Script]] - Tips to keep the number of functions used down, how often sections of your script run, and more. | |||
* [[Script Comparison Tests]] - Comparisons of script snippets and/or functions. | |||
==Extensions and Libraries== | |||
*[[Oblivion Script Extender]] - | |||
**[[:Category:Pluggy|Pluggy]] - Array, string, Ini functions. | |||
**[[:Category:TSFC|Tibixie's String Collection Function]] - String functions. | |||
*[http://www.uesp.net/wiki/Tes4Mod:Cobl/Modding Cobl] - Common Oblivion. | |||
==Advanced How Tos== | ==Advanced How Tos== | ||
*[[ | *[[Combine your SI and non-SI mods into one (OBSE, Patch v1.1, Other mods too)|Adaptive Mods]] - Adjust a mod for presence or absence of SI, OBSE, Patch v1.1, etc. | ||
*[[Casting Spells From An Activator]] | *[[Casting Spells From An Activator]] | ||
*[[Scripting Tutorial: Custom Bound Items|Custom Bound Items]] | *[[Scripting Tutorial: Custom Bound Items|Custom Bound Items]] | ||
*[[MessageBox Tutorial]] - Complicted messagebox and menu structures. | |||
*[[MessageBox Tutorial]] | |||
==Related Pages== | ==Related Pages== | ||
*[[:Category:Useful Code|Useful Code]] | *[[:Category:Useful Code|Useful Code]] |