Difference between revisions of "Portal:Scripting"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Wrye
(Link to modding terminology)
imported>DragoonWraith
m (fixing All Portals link)
Line 94: Line 94:
<!-- to make sure the edit buttons don't float through the article -->
<!-- to make sure the edit buttons don't float through the article -->
<div style="clear:both"></div>
<div style="clear:both"></div>
<div id="esstyle" style="width:auto;text-align:center;padding:1em;margin-bottom:0;">[[Portal:Contents|All Portals]]</div>
<div id="esstyle" style="width:auto;text-align:center;padding:1em;margin-bottom:0;">[[Portal:Contents/Portals|All Portals]]</div>
[[Category: Scripting]]
[[Category: Scripting]]

Revision as of 11:35, 12 June 2008

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 Article

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

Related Portals