Difference between revisions of "Portal:Scripting"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Qazaaq
m (discuss the portal)
imported>DragoonWraith
(formatting)
Line 5: Line 5:
</div>
</div>


<div class="floatleft" style="width:48%;">
{| style="border:0;vertical-align:top;" valign=top cellpadding=0 cellspacing=0
 
|-
<div id="esstyle">
| style="width:50%;vertical-align:top;" |<div id="esstyle" style="width:auto;padding-bottom:0.5em;">
<h2 class="header">Featured</h2>
<h2 class="header">Featured</h2>
{{{{PAGENAME}}/Featured}}
{{{{PAGENAME}}/Featured}}
</div>
</div>


<div id="esstyle">
<div id="esstyle" style="width:auto;padding-bottom:0.5em;">
<h2 class="header">Tutorials</h2>
<h2 class="header">Tutorials</h2>
*[[Bound Arrows Tutorial]]
*[[Bound Arrows Tutorial]]
Line 30: Line 30:
*[[Start Your Mod]]
*[[Start Your Mod]]
</div>
</div>
 
| width=1em | &nbsp;&nbsp;
</div>
| style="width:60%;vertical-align:top;" |<div id="esstyle" style="width:auto;padding-bottom:0.5em;">
 
<div class="floatright" style="width:48%;">
 
<div id="esstyle">
<h2 class="header">Things you can do</h2>
<h2 class="header">Things you can do</h2>
*Give feedback about this portal on [[:{{NAMESPACE}} talk:{{PAGENAME}}|it's TALK page]]!
*Give feedback about this portal on [[:{{NAMESPACE}} talk:{{PAGENAME}}|it's TALK page]]!
Line 41: Line 37:
</div>
</div>


<div id="esstyle">
<div id="esstyle" style="width:auto;padding-bottom:0.5em;">
<h2 class="header">Getting Started</h2>
<h2 class="header">Getting Started</h2>
*[[List of Functions]]
*[[List of Functions]]
Line 49: Line 45:
</div>
</div>


<div id="esstyle">
<div id="esstyle" style="width:auto;padding-bottom:0.5em;">
<h2 class="header">Related Pages</h2>
<h2 class="header">Related Pages</h2>
*[[:Category:Commands|Commands]]
*[[:Category:Commands|Commands]]
Line 66: Line 62:
</div>
</div>


<div id="esstyle">
<div id="esstyle" style="width:auto;padding-bottom:0.5em;">
<h2 class="header">Tools</h2>
<h2 class="header">Tools</h2>
*[[Oblivion Script Extender]]
*[[Oblivion Script Extender]]
Line 73: Line 69:
</div>
</div>


<div id="esstyle">
<div id="esstyle" style="width:auto;padding-bottom:0.5em;">
<h2 class="header">Troubleshooting</h2>
<h2 class="header">Troubleshooting</h2>
*[[Common Bugs]]
*[[Common Bugs]]
Line 83: Line 79:
</div>
</div>


<div id="esstyle">
<div id="esstyle" style="width:auto;padding-bottom:0.5em;">
<h2 class="header">Related Portals</h2>
<h2 class="header">Related Portals</h2>
{|width="99%" style="border:none;"
{|width="99%" style="border:none;"
Line 92: Line 88:
|}
|}
</div>
</div>
 
|}
</div>
 


[[Category: Scripting]]
[[Category: Scripting]]

Revision as of 01:56, 20 March 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

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