Prev: Getting UDK - Top of tutorial - Next: Your Code, Quickstart

Getting a code editor

It's important to have a decent editor to edit UnrealScript, that understands the language.
While it's possible to write code in plain old notepad, it will be more difficult that way.

Some of the important features a good editor will give you are:

  1. Displays line numbers so you can easily match up error reports to the problem
  2. Syntax highlighting to show if you have missed a quotation mark
  3. Section collapse and expansion, to help you focus on the current chunk(s) of code without getting distracted
and more.

There are many possible choices out there. I personally use "Notepad++".
While the base program is a step up from regular Notepad, it is important to install the unrealscript-specific addons to get proper syntax highlighting. An addon for this, along with instructions on use, can be found at http://romerounrealscript.blogspot.com/2011/10/setting-up-notepad-for-unrealscript.html

Code search tool: UnCodeX

In addition to a code editor, an indispensible tool for UnrealScript development, is UnCodeX

Happily, a large part of the UDK engine code is free for all to use and look at. Unfortunately, it is so large, that documentation for it is a little lacking. Instead, there is somewhat of an attitude of "Use the Source, Luke!". As such, you need to be able to do so as efficiently and easily as possible.

The UnCodeX tool lets you easily search for code in the existing UDK provided code I would personally say that trying to learn UDK without it, is not worth attempting.

I'm usually extremely paraniod about downloading "random programs I've never heard of", but seeing that it is developed on sourceforge, made me more comfortable, alongside the fact that it is frequently referenced on the UDK developers' forums.


Prev: Getting UDK - Top of tutorial - Next: Your Code, Quickstart

Written by:Philip Brown
Bolthole Top Search Bolthole.com