Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Unreal Development Kit Game Design Cookbook

You're reading from   Unreal Development Kit Game Design Cookbook Over 100 recipes to accelerate the process of learning game design with UDK book and ebook.

Arrow left icon
Product type Paperback
Published in Feb 2012
Publisher Packt
ISBN-13 9781849691802
Length 544 pages
Edition 1st Edition
Tools
Concepts
Arrow right icon
Author (1):
Arrow left icon
Thomas Mooney Thomas Mooney
Author Profile Icon Thomas Mooney
Thomas Mooney
Arrow right icon
View More author details
Toc

Table of Contents (17) Chapters Close

Unreal Development Kit Game Design Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
1. Heads Up—UDK Interface Essentials 2. Notes From an Unreal World—Constructing Game World Elements FREE CHAPTER 3. It Lives!—Character Setup and Animation 4. Got Your Wires Crossed?—Visual Scripting of Gameplay in Kismet 5. It Is Your Destiny!—Scripting Complex Gameplay Flow in Kismet 6. Under The Hood—Configuration and Handy Tweaks for UDK 7. Hi, I'm Eye Candy!—Ways to Create and Use Particle Effects 8. Then There Was Light!—Manipulating Level Light and Shadows 9. The Devil Is In The Details!—Making the Most of Materials 10. The Way Of The Flash UI—Scaleform, CLIK, and Flash Interfaces Index

What content comes with UDK?


From version to version the content bundled with the editor changes. Usually this is incremental, like the face of a moving glacier, while sometimes it is abrupt, like a melted one. Also, the package structure in the Content Browser changes from time to time. This matters if you transfer levels made in one version to another.

How to do it...

  1. Some tutorials refer to maps, the scenes built using UDK, that no longer come with the current installer. For example, the very good Introduction to the Unreal Development Kit DVD by Waylon Brinck, published by The Gnomon Workshop, is based on a map called DM_Sanctuary which is found in the March 2010 release. Later releases don't include it. You would have to download the entire March 2010 release from www.udk.com to obtain the relevant content to follow that DVD (which is well worth it).

  2. Some old releases included a set of material network demonstrations which, after May 2011, seem to have been dropped from the TestPackages folder.

  3. The folder structure for versions after June 2011 has been simplified so that there are now Maps, Mobile, Shared, Showcases, TestPackages, and UT3 folders in the Content Browser. Not all of the original UT3 content is still included.

  4. Older tutorials, those by 3DBuzz for example, sometimes include deprecated tools. One case in particular is the UIScenes editor used to build HUD graphics, whose functionality has been superseded by the incorporation of Autodesk Scaleform tools (through GFxUI nodes in Kismet). Some users didn't like this switch, preferring the old UI building editor, shown below, and their objections still echo through the forums; but on the whole it is generally accepted that the change to GFxUI represents a step forward, though one that takes an effort.

  5. The UIScene editor actually still functions, but is turned off in newer versions in the configuration. Very little is actually preventing it from working. All you have to do is designate in your GameType script (such as MyGame.uc) in the DefaultProperties the line: useclassicHUD=true and it will be enabled after recompiling.

There's more...

Binaries

UDK includes some external software to interface with other programs. These are found in C:\UDK\~\Binaries\.

How to do it...

  1. Actorx enables users to export models and animation as assets from 3D applications such as Autodesk 3ds Max, Autodesk XSI and Autodesk Maya. Each supported software has its own plugin folder within the C:\UDK\~\Binaries\actorx\ folder. The plugin or plugins can be copied and pasted to the relevant application.

  2. Additionally, FaceFX , the facial animation tool in UDK, has plugins that work the same way, also including an interface to Autodesk MotionBuilder. To use FaceFX, which is a third party technology, refer to www.facefx.com.

  3. Next, the C:\UDK\~\Binaries\GFx\ folder includes requirements for using SWF [assets] from Adobe Flash in UDK through Scaleform. Information for installing those and using them is covered in Chapter 10, The Way of the Flash UI.

  4. Speed Tree Modeler , a third party foliage generation software is bundled with UDK in a format that only permits assets from it to be compiled for UDK levels. Refer to http://www.speedtree.com/games/ for technical information. It is possible to pick up the functionality of SpeedTree within a few hours. Since it installs with UDK, you can access it from Windows Start | All Programs | Unreal Development Kit | ~ | Tools | Speed Tree Modeller.

  5. In the binaries folder, you will also find Unrealfrontend.EXE [ ], which is an interface for compiling and publishing completed levels (or sets of levels) into a single installer for distribution. It also allows script compilation. This can be run from Start | Programs | Unreal Development Kit | ~ | Tools | Unreal Frontend. Its usage will be discussed briefly in an upcoming recipe.

See also

Some of the topics mentioned are discussed in depth later on:

  • Unreal Frontend is discussed in this chapter's recipe Cooking a map in Unreal Frontend.

  • ActorX is detailed in Chapter 3, It Lives! The recipe covers how to install ActorX, export skeletal animation, and import content into UDK.

  • Scaleform GfxUI is discussed in Chapter 10, The Way of the Flash UI.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image