Difference between revisions of "ScriptingNF"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Wrye
(Third pass)
imported>Wrye
(Pass... umm... four?)
Line 35: Line 35:
*[[Debug Scripts]]
*[[Debug Scripts]]


==Advanced Knowledge==
==Code Optimization==
* '''Code Optimization'''
* [[CPU-usage of Functions]] - Lists of functions and their effects on performance; notes on which drop FPS the most, etc.
** [[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.
** [[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.
** [[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==
*[[Bound Arrows Tutorial]]
*[[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]]
*[[Combine your SI and non-SI mods into one (OBSE, Patch v1.1, Other mods too)]]
*[[MessageBox Tutorial]] - Complicted messagebox and menu structures.
*[[Getting started with TSFC]]
*[[Health Regeneration over Time]]
*[[MessageBox Tutorial]]
*[[Script Timers and Logic: Part 1]]
*[[Script Timers and Logic: Part 2]]


==Related Pages==
==Related Pages==
*[[:Category:Useful Code|Useful Code]]
*[[:Category:Useful Code|Useful Code]]

Revision as of 21:29, 31 May 2008

No fluff version of the Portal:Scripting.

Basic Tutorials

Functions

General Knowledge

Scripting Basics

Troubleshooting

Code Optimization

Extensions and Libraries

Advanced How Tos

Related Pages