Book Image

Unreal Development Kit Game Programming with UnrealScript [Video]

By : Alan Thorn
Book Image

Unreal Development Kit Game Programming with UnrealScript [Video]

By: Alan Thorn

Overview of this book

Delve into the world of game development with our Unreal Development Kit (UDK) Game Programming course. Learn UnrealScript from scratch, exploring topics like installing UDK, navigating its folders, and configuring Notepad++ for efficient coding. Dive into the UnrealScript class hierarchy, create custom classes, and compile code changes seamlessly. Progress through advanced concepts like creating actor classes, refining game logic, and customizing Kismet for enhanced gameplay experiences. With practical examples and step-by-step guidance, understand the fundamentals of game programming and elevate your skills in creating immersive gaming experiences.
Table of Contents (8 chapters)
Chapter 4
Refining the Power-Up Actor Class
Content Locked
Section 4
Using Class States
Create a spinning and non-spinning state to customize how the power-up behaves. - Create a non-spinning state - Create a spinning state - Add a state-changing functionality