Difference between revisions of "Portal:Scripting"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Shademe
(Removed the "To-Be Merged..." reminder)
imported>Shademe
m (→‎Basic Tutorials: Changed order of listing)
Line 3: Line 3:


==Basic Tutorials==
==Basic Tutorials==
*[[Scripting Tutorial: My First Spell|My First Spell]] - With script effects.
*[[Scripting Tutorial: My Second Script|My Second Script]]
*[[Scripting Tutorial: My Second Script|My Second Script]]
*[[Scripting Tutorial: My First Spell|My First Spell]] - With script effects.
*[[Start Your Mod]]
*[[Start Your Mod]]



Revision as of 05:33, 25 January 2009

Overview

Scripts are used by modders to control the game in fairly direct ways and achieve effects that are far outside the normal scope of the game. If you're new to scripting, you should start at the top of the page, especially with the tutorials. If you're an experienced scripter, then the later parts of the page should be most useful.

Basic Tutorials

Functions

General Knowledge

Scripting Basics

Troubleshooting

Code Optimization

Extensions and Libraries

Standard Solutions

The following are standard solutions for solving various types of problems.

Deprecated Articles