Difference between revisions of "Notepad++ Script Definitions"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
(Blanked the page)
Tags: Blanking Mobile web edit Mobile edit Reverted
m (Reverted edits by 107.123.5.60 (talk) to last revision by [[User:imported>UDUN|imported>UDUN]])
Tag: Rollback
 
Line 1: Line 1:
{| cellpadding="5" cellspacing="0" width="100%"
|-
!style="background:#ffdead;border-bottom:1px solid;"  width="100"  | Description
|style="background:#ffeded;border-bottom:1px solid;" colspan="2"|
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.
|-
!style="background:#ffdead;border-bottom:1px solid;"  width="100"  | Installation
|style="background:#ffeded;border-bottom:1px solid;" colspan="2"|
Installation:
:Copy the userDefineLang.xml file to your
<pre>"C:\Documents and Settings\username\Application Data\Notepad++\"</pre>
:In case an userDefineLang.xml is already existing you might want to extends the existing file with the data in the new file.
|-
!style="background:#ffdead;border-bottom:1px solid;"  width="100"  | Raziel23x's Comments
|style="background:#ffeded;border-bottom:1px solid;" colspan="2"|
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.'''
|-
!style="background:#ffdead;border-bottom:1px solid;" | Discussion
|style="background:#ffeded;border-bottom:1px solid;" colspan="2"|
[http://www.bethsoft.com/bgsforums/index.php?showtopic=738631 Release thread on The Elder Scrolls Forums]
|-
!style="background:#ffdead;border-bottom:1px solid;"  width="100"  | Download
|style="background:#ffeded;border-bottom:1px solid;" colspan="2"|
[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.
|}
[[Category:Tools]]
[[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.