Difference between revisions of "Portal:Scripting"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Quetzilla
imported>Shademe
(Removed the "To-Be Merged..." reminder)
Line 29: Line 29:
**[[Object scripts]]
**[[Object scripts]]
**[[Quest scripts]]  
**[[Quest scripts]]  
**[[Global Scripts]] - (Should be merged with [[Quest scripts]].)
**[[Global Scripts]] - <strike>(Should be merged with [[Quest scripts]].)</strike>
**[[Magic effect scripts]]
**[[Magic effect scripts]]
*[[Script Processing]]
*[[Script Processing]]

Revision as of 09:35, 11 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