| Home Page | Recent Changes | Preferences

UnrealScript Lessons

This is a page aimed at newcomers to UnrealScript. Head over to UnrealScript for a full reference. Readers of this page are invited to create pages, suggest ideas for topics or expand on what is already here.

Introductions

These pages cover some of background knowledge you'll need before you begin.

Tutorials

This is a sequence of tutorials. The are arranged in order of increasing complexity, starting from the very first steps in coding.

  1. Setting Up UnrealScript
  2. Simple mutators, starting from the very simple. These are all single classes, but there is considerable scope for modifying the game once we get started.
    1. UnrealScript Hello World
    2. Regen Mutator – a simple regenerating mutator
    3. Modify Mutator Tutorial – The Cooler
    4. Weapon Mutator Tutorial – Minigun HE
    5. New Weapon Tutorial – The Healer
    6. Bulldog Player – A tutorial for creating a player that is a vehicle instead of a normal character
  3. Class-based mutators/gametypes
    1. Making A Class-Based Mod – Brief of Riftwar's method of player class creation.
    2. Spawning Your Own Bot – A intro to show you how to spawn and get control of a bot. So that you can write your own custimze AI-Controller
  4. Other
    1. Stat Points System – Shows how to use stat points to change a gun speed, ammo held, etc.

Class tutorials

These tutorials look at single classes. They are in no particular order (for now).

Understanding Existing Unreal Code

Unreal Specific Objects

  • Classes and Objects
    • Package
    • Traversing Classes – Introduction to interacting and manipulating variables, functions, and values that exist in other classes
    • Input keys – Introduction to creating classes that allow user-inputted keys, and I include a trigger I made to use an Activate key (For original UT)
  • UnrealScript Vector Maths – guide to using vectors

When You Get Stuck

Building on Previous Experience

If you already have programming experience in a different language, the following topics will help you find out the similarities and differences between the languages you know and UnrealScript.

Please add pages for other languages. Just add UnrealScript questions and insights you gathered during your own learning process there as they come in.

Related Topics


Comments

DUc0N:Thought it might be nice to mention semi-up-front that mod authoring under Linux is NOT supported as of yet. Stay tuned though, I for one plan to gripe :)

The Unreal Engine Documentation Site

Wiki Community

Topic Categories

Image Uploads

Random Page

Recent Changes

Offline Wiki

Unreal Engine

Console Commands

Terminology

Mapping Topics

Mapping Lessons

UnrealEd Interface

Questions&Answers

Scripting Topics

Scripting Lessons

Making Mods

Class Tree

Questions&Answers

Modeling Topics

Questions&Answers

Log In