ETScript version 0.1
released!
Download: http://rapidshare.com/files/33947075/ETScript.zip.html
Readme:
ETScript
--------
Made by Nick Thissen aka Flippy aka reT!reD.Nick
[email]r0fnick@gmail.com[/email]
============
1. ABOUT
2. FEATURES
3. KNOWN BUGS
4. TO DO
5. CREDITS
6. BUG REPORT
============
1. About
========
This program will help you writing script files for
Wolfenstein Enemy Territory maps.
It features a few handy things that will make your
scripting life easier!
This program is made in Visual Basic 6, in Windows Vista.
Tested to run in both Windows XP and Windows Vista.
In the Options menu, you can specify the path to your
Enemy Territory folder. Click the Browse button and select
any file inside the folder that contains your script files
(usually etmain\maps).
If you specify this, the Open and Save dialog boxes will
default to that location.
By default, this is set to:
"C:\Program Files\Wolfenstein - Enemy Territory\etmain\maps"
Any options you set get stored in the file "options.cfg".
Please do not edit this file if you don't know what you're doing.
The line numbers for each option are hardcoded into the program.
IF you must edit this file, be sure to keep every setting on the same line!
---------------------------------------------------------------------------------
2. Features
===========
Currently, the program features:
- Notepad-like script editor:
Open and save in the .script filetype by default, never worry about
the wrong filetype again!
- Syntax Highlighting:
Special scriptcommands are colored, so you can easily see what you're
doing!
- Customizable Preset:
If checked in the Options menu, the program will load a game_manager
preset when you open a new file.
You can customize the preset by simply editing the "preset.txt" file.
---------------------------------------------------------------------------------
3. Known Bugs
=============
- Not really a bug, but when loading a very large script file, it can take a few
seconds to load the syntax highlighting. Please have patience for this, I will
try to make it faster in the future.
---------------------------------------------------------------------------------
4. To do
========
In the future I'm planning to add a few very cool features.
I don't promise anything, I don't know if I can pull it off.
- Search/Replace function (except this soon)
- IntelliSense:
A form of auto-completion that will show you a popup with available commands
for the part of a command you typed.
Example, type "abor", and a popup will show, saying "abort_if_equal, abort_if_not_equal, etc..."
- ToolTips:
A tip popup that will tell you exactly what the command you typed
does, and how you need to use it.
- Automatic indentation / tabbing
- Scripting reference import
- Scriptname/targetname import from map file
---------------------------------------------------------------------------------
5. Credits
==========
I would like to thank FreeVBcode for their Syntax Highlighting Textbox control:
http://www.freevbcode.com/ShowCode.Asp?ID=8548
I would also like to thank Roeltje for his original idea (MasterScript), which
unfortunately never got finished.
---------------------------------------------------------------------------------
6. Bug Report
=============
Please report any bugs you find to the corresponding thread in the
SplashDamage forums, or email me: [email]r0fnick@gmail.com[/email]
Thanks in advance for your cooperation!
Original post:
Having ‘.script’ files open like c does a pretty good job though.

