Difference between revisions of "Portal:Scripting"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Should they be replaced or added?)
imported>Qazaaq
m (templates)
Line 1: Line 1:
__NOTOC__
__NOTOC__
__NOEDITSECTION__


<div id="esstyle">
<div id="esstyle">
<h2 class="header">Welcome to the Scripting Portal</h2>
<h2 class="header">The Scripting Portal</h2>
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec tincidunt tempus neque. Morbi condimentum fermentum quam. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Etiam quis ipsum ac ante varius condimentum. Cras diam ipsum, cursus ut, molestie vitae, ullamcorper ut, nisl. Phasellus dignissim sem sed enim. In dolor ipsum, aliquam quis, fringilla at, pharetra eget, nisi. Vivamus tristique, arcu vel bibendum viverra, turpis massa gravida enim, vel viverra augue nulla ut nisl. Cras a turpis vitae ipsum aliquet mollis. Proin semper. Etiam vulputate, ante eget interdum ullamcorper, mi nulla porttitor felis, quis volutpat mi enim tincidunt nulla. Curabitur augue risus, volutpat at, rhoncus in, hendrerit quis, ante. Nullam ornare. Nullam eu sapien nec turpis ullamcorper commodo. Ut commodo diam nec pede. Praesent eget justo eget odio placerat auctor. Integer sit amet enim at erat luctus egestas.
{{Portal:Scripting/Description}}
</div >
</div>


<div id="esstyle" style="width:333px;float:left;">
<div id="esstyle" style="width:333px;float:left;">
Line 13: Line 14:
<div id="esstyle" style="width:333px;float:right;">
<div id="esstyle" style="width:333px;float:right;">
<h2 class="header">Things you can do</h2>
<h2 class="header">Things you can do</h2>
*Add <nowiki>[[Category:Functions CS]]</nowiki> to the ~400 [[:Category:Functions (CS 1.0)|CS v1.0 functions]].
{{Portal:Scripting/ToDo}}
*Discuss the future of the Wiki [http://www.bethsoft.com/bgsforums/index.php?showtopic=795927 right here]
</div>
</div>


Line 68: Line 68:




<!-- to make sure the buttons don't do floating through the article -->
<!-- to make sure the buttons don't float through the article -->
<div style="clear:both"></div>
<div style="clear:both"></div>

Revision as of 16:27, 16 January 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

Template:Portal:Scripting/ToDo

Related Portals

  • Portal:AI
  • Portal:Quests