UnrealScript Game Programming Cookbook

(Chris Devlin) #1

Development Environments


12

There are a number of other great resources to find additional content and help for UDK
and UnrealScript. These include:


f Epic's UnrealScript forum at http://forums.epicgames.com/forums/367-
Programming-and-Unrealscript
f Eat 3D's UnrealScript reference at http://eat3d.com/unrealscript
f Epic's UDK Gems at http://udn.epicgames.com/Three/
DevelopmentKitGems.html

Dungeon Defenders to save the day


Epic isn't the only team to offer a plethora of knowledge at your fingertips. Trendy
Entertainment, the development studio behind Dungeon Defenders, was also kind
enough to release much of their source code and development kit, in what is known
as Dungeon Defenders Development Kit (DDDK). Similar to UnCodeX, this source code
allows you to have a far greater understanding of how an entire game is pieced together.


Getting ready


The DDDK can be found by downloading and installing the Steam client at http://store.
steampowered.com/about/. Once installed, click on View, which is at the top of your
screen, then select Tools. The DDDK is actually a piece of DLC, and can be found here.

Free download pdf