Real information about Unreal Engine 3

Sunday, December 30, 2012

Sub-Archetype

Currectly there's no much information about sub-archetype on UDN, so I'd like to share some I know. An archetype is an instance of a centain class, its properties inherit the class default values but you can change them as you wish. If its property values do not change but the class default values do, the property values will change accordingly. If its property values change, then they will stick...
Read More

Saturday, July 7, 2012

Split Screen

Unreal Engine 3 inherently supports split screen up to 4 viewports for 4 local players. In GameViewportClient.uc, there is an enum named ESplitScreenType, which lists different layouts for different numbers of players. eSST_NONE eSST_2P_HORIZONTAL eSST_2P_VERTICAL ...
Read More

Friday, June 15, 2012

Setting up a UnrealScript project in Visual Studio

nFringe is a plug-in for Visual Studio to support UnrealScript. It allows you to create UnrealScript projects, and it supports IntelliSense and the debugger in Visual Studio. It has a commercial license and a non-commercial one. You can register a non-commercial license without charge, and it allows you to use all functions with UDK. For a UnrealScript scripter using UDK, it is definitely worthy...
Read More

Tuesday, June 12, 2012

UnrealScript Beginner's Guide

UnrealScript is the script language provided by Unreal Engine. It allows you to move your characters and cameras, play animation and special effects, even draw HUD. A UDK user only need a text editor to code in UnrealScript. When you start UDK, it will check if UnrealScript code has been modified. When you finish coding and want to test it, you can just restart UDK to recompile UnrealScript. This...
Read More

Followers

AD (728x90)

Powered by Blogger.