Difference between revisions of "Notepad++ Script Definitions"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Raziel23x
m (Typo)
m (Reverted edits by 107.123.5.60 (talk) to last revision by [[User:imported>UDUN|imported>UDUN]])
Tag: Rollback
 
(8 intermediate revisions by 5 users not shown)
Line 30: Line 30:
|style="background:#ffeded;border-bottom:1px solid;" colspan="2"|  
|style="background:#ffeded;border-bottom:1px solid;" colspan="2"|  


[http://www.tessource.net/files/file.php?id=12494 TESSource]
[http://www.tesnexus.com/downloads/file.php?id=12494 TESNexus]
[http://planetelderscrolls.gamespy.com/View.php?view=OblivionMods.Detail&id=3167 Planet Elderscrolls]
|-
!style="background:#ffdead;border-bottom:1px solid;"  width="100"  | Another version
|style="background:#ffeded;border-bottom:1px solid;" colspan="2"|
Includes all of the functions from [[:Category:Functions (OBSE)|OBSE (v0015)]] and every [[:Category:OBSE_Plug-Ins|plug-in function]] as of May 8th, 2008. Note that this one uses a white font on a dark blue background and other color oddities :)
[http://www.tesnexus.com/downloads/file.php?id=12474 TESNexus] BROKEN LINK
|-
!style="background:#ffdead;border-bottom:1px solid;"  width="100"  | Yet another
|style="background:#ffeded;border-bottom:1px solid;" colspan="2"|


[http://tesnexus.com/downloads/file.php?id=23057 TESNexus]
This seems to be the most recent one with OBSE v18 support.
|}
|}


Line 37: Line 48:
[[Category:Tools]]
[[Category:Tools]]
[[Category:Tools: Misc]]
[[Category:Tools: Misc]]
[[Category: Oblivion Script Extender]]

Latest revision as of 09:58, 20 October 2023

Description

Tes script definition file Notepad++ with OBSE support Functions By Raziel23x

In case you prefer to use Notepad++ (http://notepad-plus.sourceforge.net/uk/site.htm) to edit your Oblivion Scripts, here is a user definition file that adds support for TES Scripts to the editor.

Installation

Installation:

Copy the userDefineLang.xml file to your
"C:\Documents and Settings\username\Application Data\Notepad++\"
In case an userDefineLang.xml is already existing you might want to extends the existing file with the data in the new file.
Raziel23x's Comments

Notepad++ recognizes the suffix .tes as Oblivion scripts.

This also includes OBSE script definitions up to Version 0012, which appear as red in the scripts so that anyone using the Construction Set Wiki to write scripts will know if the script function is in the Vanilla script functions or if they need OBSE installed to write the scripts.

To date there are 491 OBSE Script Functions which is way more then the Vanilla Functions.

Discussion

Release thread on The Elder Scrolls Forums

Download

TESNexus Planet Elderscrolls

Another version

Includes all of the functions from OBSE (v0015) and every plug-in function as of May 8th, 2008. Note that this one uses a white font on a dark blue background and other color oddities :) TESNexus BROKEN LINK

Yet another

TESNexus This seems to be the most recent one with OBSE v18 support.