ScriptingNF
Revision as of 20:23, 31 May 2008 by imported>Wrye (Third pass)
No fluff version of the Portal:Scripting.
Basic Tutorials
- My Second Script
- My First Spell - With script effects.
- Start Your Mod
Functions
General Knowledge
- TES Files - Basic info about esp and esm files.
- Esp vs. Esm - Differences between esp and esm files.
- Modding Terminology - Advanced discussion of modding terms.
- Console Functions - Useful for playtesting.
Scripting Basics
- Basic Scripting Knowledge
- Commands
- Variables
- Using "If" Conditions
- Types of Scripts
- Script Processing
Troubleshooting
Advanced Knowledge
- 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.
Advanced How Tos
- Bound Arrows Tutorial
- Casting Spells From An Activator
- Custom Bound Items
- Combine your SI and non-SI mods into one (OBSE, Patch v1.1, Other mods too)
- Getting started with TSFC
- Health Regeneration over Time
- MessageBox Tutorial
- Script Timers and Logic: Part 1
- Script Timers and Logic: Part 2