Sponsored By

The January 2010 UDK Beta has been released and a summary of improvements is included here.

Dana Cowley, Blogger

January 19, 2010

6 Min Read

Epic Games has released a new version of UDK (www.udk.com/download) that is packedwith toolset upgrades. There were hundreds of improvements but notable ones arethat developers can make decals (e.g., bullet holes, scorch marks, bloodstains, footprints, etc.) look better in the game environment than ever before,users can more quickly create trail emitters (a.k.a. ribbon emitters – thinkparticle effects that follow sword animations in RPGs), and portions of UTGame(sample Unreal Tournament 3 content we ship with each build of UDK) have beenseparated out more cleanly to make it even easier to create games for any typeof genre using UDK.

 

An extensive list of new additions and improvements includedwith this version is available at:

http://udn.epicgames.com/Three/DevelopmentKitBuildUpgradeNotes.html#January2010: UDKInstall-2010-01-BETA

 

January 2010 Beta

 

Improved UDK Features andTools

  • Decal improvements

    • Lit translucent decals are now supported.

      • Allows much better blending of decal edges into the environment.

    • Shadowmap support for decals

      • Works for both static and dynamic shadow maps and allows for decals to receive shadows from dominant directional lights as well as toggleable lights.

      • Works when decal is attached to texture and vertex lightmapped.

  • Animtrails: Animation driven trail emitters

  • Ongoing UTGame de-nativization

    • Moving UTGame specific C++ functionality that didn't need to be in C++ back into UnrealScript.

    • This makes it easier for UDK developers to see how we implemented this functionality, and has also resulted in new engine functionality being exposed to script.

      • Notable examples include the new SVehicle physics interface functions and making it possible to tick skeletal controllers and UTUIScenes in script.

  • Fixed Lightmass generating directional lighting being flipped in the texture's V direction.

 

Updated UDN Documentation

 

Additional documentation, code samples and more are available atthe Unreal Developer Network (UDN):

http://udn.epicgames.com/Three/DevelopmentKitHome.html

 

Community links:

UDK LinkedIn user group: www.linkedin.com/groups?gid=2493123

UDK on Facebook: www.facebook.com/pages/UDK/183744733429

Read more about:

Blogs

About the Author(s)

Daily news, dev blogs, and stories from Game Developer straight to your inbox

You May Also Like