0

I'm just stuck with unreal script, i mean i just want to write a class that logs down "i'm alive" when the game starts, dows any one know how can i do that? my ultimate goal is to extend a camera class but i just recieve failed to load "class None."

skaffman
  • 398,947
  • 96
  • 818
  • 769
Ali1S232
  • 3,373
  • 2
  • 27
  • 46

2 Answers2

3

Start by using the documentation provided at UDK.com

Your first UnrealScript project

There are also countless YouTube Tutorials

YouTube UnrealScript Tutorials

You can even pay for a professional tutorial like I did

Eat3D UnrealScript Tutorial

There are also forums dedicated to this topic

UDK Community Forums

gshauger
  • 747
  • 4
  • 16
0

unrealscript is not something that you can learn compeletly. its big with lots of functionality. you have to write your documentation for gameplay and find the way to make them. there is just one book that is not based on "utgame" classes. UnrealScript Game Programming Cookbook Paperback by Dave Voyles it helps aftar that its best to read dungeon defence source codes to get upper level. i beleive udk documentation and forum dont help so much.

virtouso
  • 549
  • 11
  • 30