Portal:Scripting

From the Oblivion ConstructionSet Wiki
Revision as of 16:31, 16 January 2008 by imported>Qazaaq (removing empty line at the top)
Jump to navigation Jump to search

The Scripting Portal

With scripts the standard action of objects can be changed and new actions can be created, but scripts can also enhance actor behavior, change quests and sometimes influence dialogue.

Scripts are limited to the functions available, most of them are provided by the game and a few are provided by the 1.2 patch. The Oblivion Script Extender greatly increases the number of functions and thereby the capabilities of scripting.

Featured

Start Your Mod

The aim of this tutorial is to teach modders how to make their mods start the next time the player loads a save file with the mod activated. The method described is similar to the way that every official mod in integrated into the game, thus creating a more professional feel to your mod.

The majority of mods I have downloaded require the player to:

  • use console commands to get the items or spells
  • require the player to find an item only identified in the read me file

By the end of this tutorial you should be able to make a mod that:

  • Activates the next time you play with a new or existing character
  • Informs the player in the game where to go instead of relying on the read me files in the mod, thus creating a better role-play environment.

Things you can do

Template:Portal:Scripting/ToDo

Related Portals

  • Portal:AI
  • Portal:Quests