Fallout 3
0 of 0

File information

Last updated

Original upload

Created by

Cipscis

Uploaded by

Cipscis

Virus scan

Safe to use

About this mod

This Fallout 3 Script Syntax Highlighter for Notepad++ allows you to write and edit scripts for Fallout 3 more easily in Notepad++ by applying syntax highlighting to make them easier to read, as well as making Begin/End blocks and blocks of conditional statements collapsible.

Permissions and credits
INTRODUCTION:

This Fallout 3 Script Syntax Highlighter for Notepad++ allows you to write and edit scripts for Fallout 3 more easily in Notepad++ by applying syntax highlighting to make them easier to read, as well as making Begin/End blocks and blocks of conditional statements collapsible.

Files with the extension of *.fo3 (for example, "MyScript.fo3") will automatically be highlighted appropriately by Notepad++ when opened. You can change this or add new file extensions in Notepad++'s User-Defined Language dialogue box.

Functions from the GECK v1.1.0.36 and FOSE v1.2 are included in this syntax highlighter.


REQUIREMENTS:

In order to use this syntax highlighter, you must use Notepad++ to edit your scripts. You can download the latest version of Notepad++ from the Notepad++ website:
- http://sourceforge.net/projects/notepad-plus/files/

If you find this syntax highlighter not to your taste, there is an alternate syntax highlighter for Notepad++ available, created by reinhart_menken, available on Fallout 3 Nexus:
- http://www.fallout3nexus.com/downloads/file.php?id=2472


INSTALL:

To install this Fallout 3 Script Syntax Highlighter for Notepad++, you must locate the directory in which Notepad++'s configuration files are located, and place the UserDefineLang.xml file that you've downloaded in that directory. The fastest way to find this directory is to open up Windows' command line interface (use the "cmd" command in the Run box) and type the following:

cd %APPDATA%\Notepad

Press enter, and the appropriate directory will be displayed to the left of the command prompt.

If there is already a UserDefineLang.xml file here, then you'll need to copy the information (except for the <notepadplus> tags) from this UserDefineLang.xml file into the already existing one.<br><br><br>UNINSTALL:<br><br>To uninstall this Fallout 3 Script Syntax Highlighter for Notepad++, simply delete the UserDefineLang.xml file that you placed in the configuration directory when installing.<br><br>If, when installing, you had to manually copy the data from one UserDefineLang.xml file into another, you'll want to open up the file and delete just that data, rather than the file itself.<br><br><br>CHANGE LOG:<br><br>v1.0 - Initial release<br><br>v1.1 - Fixed typo - "SetUIFloatSetUIString" to "SetUIFloat SetUIString"<br><br>v1.2 - Fixed typos - "CrtitChance" to "CritChance", "SetPCToddle" to "SetPCToddler" and "GetMinRangeGetWeaponMaxRange" to "GetMinRange GetWeaponMaxRange". Added new functions from the GECK v1.5.0.19<br><br>v1.3 - Added functions from FOSE v1.2 (26 in total)<br><br><br>PERMISSION:<br><br>Please don't upload this Fallout 3 Script Syntax Highlighter for Notepad++ anywhere without asking my permission. However, feel free to use it to make your own syntax highlighter without asking my permission.<br><br>If you wish to use keyword lists or anything else that you find in this Fallout 3 Script Syntax Highlighter for Notepad++, feel free to do so without asking my permission.<br><br>Feel free to use this readme as a template to make your own.<br><br><br>CREDITS:<br><br>Thanks to the FOSE team for FOSE<br>Thanks to Bethesda Games Studios for Fallout 3 and for the GECK<br>Thanks to Drayk_Cannon for contacting me about the missing functions and typos fixed in v1.2<br>This syntax highlighter was made by Mark Hanna, a.k.a. Cipscis<br><br><br>CONTACT DETAILS:<br><br>If you find any mistakes (there are probably some typos still in there) please let me know so I can fix them<br>You can contact me via PM on the Bethesda Games Studios Forums as Cipscis<br>You can contact me via PM on the Nexus Forums as Cipscis<br>You can email me at [email protected]</notepadplus>