The Witcher 3
0 of 0

File information

Last updated

Original upload

Created by

insane0hflex

Uploaded by

svaalbard

Virus scan

Safe to use

About this mod

WitcherScript Notepad++ Styles for syntax highlighting to make modding the witcher scripts easier

Permissions and credits
WitcherScript Notepad++ Styles

Description
A simple notepad++ style for editing WitcherScript (.ws) files. You can hack onto it more of course. I might improve it by adding more of the major class types to it, such as CPlayer, CActor, and such. Or maybe not.

Right now it supports syntax highlighting for keywords (event, function, import, var, stuff like that), operators, and primitive types (int, bool, float, etc).

Recently updated as of 8/18/2015 to support some new keywords and also folding based on the { } (curly bracket) characters.

PLEASE NOTE That the orange whitespace characters is because I have them turned on. The WitcherScript.xml styles does NOT show these whitespace characters (eg the tab characters that look like --> )

Requirements
Notepad++, version 6.7.8+ or so. Probably can use older versions of Notepad++

Installation instructions
1. Download the WitcherScript styles file from the downloads tab. Unarchive it anywhere. It should be just a file named WitcherScript.xml
2. Open Notepad++
3. Select Language from the menu bar
4. At the bottom, select Define your Language
5. Click the Import button
6. Browse to where you saved the WitcherScript.xml file, select it, and click Okay
7. You should get a "Import Successful" pop-up
8. Now, whenever you open a .ws (a WitcherScript file or a file with the .ws extension) you should see some syntax highlighting to make your modding easier!
9. Enjoy! You might need to restart Notepad++ to see the changes, or the WitcherScript in the Language dropdown menu!

Note: If the changes aren't applied by default, you can always select the "WitcherScript" language from the Language dropdown menu in the future.


Here is an example:
AGAIN PLEASE NOTE That the orange whitespace characters is because I have them turned on. The WitcherScript.xml styles does NOT show these whitespace characters (eg the tab characters that look like --> )



Enjoy! Hopefully this helps others out :)