Tagged Questions

Unreal Development Kit (Game Engine)

learn more… | top users | synonyms

11
votes
5answers
1k views

Resources for UnrealScript

Now that the Unreal Development Kit is out and free to use by anyone, I am pretty excited to try it out. My understanding is that the programming is done through scripting in UnrealScript, I am ...
3
votes
3answers
1k views

Can the UDK be used for non-game projects?

This is a pretty basic question. I am wondering if the Unreal Development Kit can be used for something other than games, specifically a light show simulator and editor. The site says: Unreal ...
2
votes
1answer
1k views

Unity 3D vs. UDK 3 for iOS

I have a couple ideas for some 3D games/apps and need to know which 3D engine to go with. I like the high-level approach of Unity and UDK. I have done some 2D games using cocos2d before, but I'm ...
2
votes
0answers
301 views

UDK HUD problem

hello im trying to add a new element to the hud its spoused to be a compass that should function like the minimap Ive add this code to the main hud.swf var DcompassContainer:MovieClip = ...
2
votes
5answers
7k views

Looking for a good UDK (Unreal Development Kit) guide/book

I want to learn how to use UDK because I always wanted to make games, etc. Is there anybody who knows a good book or online guide to learn the basics? Thanks a lot!
2
votes
2answers
749 views

Using Unreal 3 Engine within a .NET application

Now that the Unreal Development Kit for Unreal 3 engine is free I am thinking about utilizing it for an appication. Do you think it is possible to emebedd a Unreal 3 powered 3D window into a .NET (WPF ...
1
vote
0answers
84 views

Non-photorealistic rendering in UDK

I'm looking for a few examples, tutorials, articles or anything related to non-photorealistic rendering in UDK. I'm trying to create something like MadWorld for Wii. Any ideas? Just some ...
1
vote
1answer
114 views

UDK: Setting localization for game

I am translating some UDK Games so there are already some directories like German, English and so on in the Config directory of the UDK Game. Back in 2010, I had a translation project for an UDK Game ...
1
vote
2answers
319 views

In Unrealscript how do I have a config value for a resource in a class set a property of a component?

I have a sound cue that I want played whenever the player does a specific action. I've got it playing fine and everything but I want to make the resource that is used come from a configuration file ...
1
vote
2answers
667 views

How difficult is UnrealScript to learn? [closed]

With an upcoming project at work, we will be needing to use UnrealScript to create some simulations for a client. I've done NWScript before, I'm well versed in .NET, with lots of experience in both ...
1
vote
2answers
1k views

Getting Started with UDK [closed]

I've been trying for a couple of days now to learn UDK, but I seem to be stuck at making that leap to understanding how everything works together. I understand the syntax, that's all well and good, ...
1
vote
1answer
109 views

UDK Where did AnimatedCamera go?

I'm porting a game from UT3 to UDK. One of the classes is a subclass of AnimatedCamera. However, AnimatedCamera seems to be missing from the UDK, as the compiler kindly tells me: Error, Superclass ...
1
vote
2answers
2k views

decreasing gravity in udk?

I am trying to create a mod in udk by adding jetpacks, so I need the players to jump very high, I can't figure out how to do this in unreal script. Can someone explain how to do this or point me to a ...
0
votes
3answers
51 views

UDK Tutorials for the Absolute Beginner

I am currently interested in game developing. I know a little bit of C# and I am pretty fluent in Java and VB.NET. My friend told me the UDK is the best free game development software out there. I ...
0
votes
0answers
25 views

UDK game Prisoners/Guards [migrated]

For school I need to make a little game with UDK, the concept of the game is: The player is the headguard, he will have some other guard (bots) who will follow him. Between the other guards and the ...
0
votes
0answers
72 views

How do I create a 2D character using the Unreal Development Kit? [closed]

Is it posible to create a 2d character using the Unreal Development Kit (UDK)? I am trying to create a game with a 3D environment with 2d players and characters.
0
votes
1answer
133 views

Connect to a server in UnrealScript

I've created a custom matchmaking server for my UDK game in Lisp, with an UnrealScript front end that uses TcpLink. The process is very simple, with just a name and some params being sent to the Lisp ...
0
votes
1answer
111 views

UDK is very slow, 8fps

I'm running UDK on Bootcamp, and it runs at around 8fps. (I envy those smooth UDK users) These are my specs: Intel 2.3Ghz SM3 Video Card 2GB RAM Windows XP SP2 If you look here, it should run ok. ...
0
votes
1answer
114 views

Texture Transparency with Unreal (See through walls)

We are working on porting some software from Windows to MacOS. When we bring up a texture with an alpha channel, the pixels that are fully Opaque work as expected, pixels that are Fully transparent ...
0
votes
0answers
233 views

UDK bot pathing behavior and camera control question

Sorry in advance if this has been posted already. I have been looking all over for a fix and didn't see a thread on it yet. I'm working in UDK, August 2011 version. I have bots that spawn, patrol, ...
0
votes
1answer
59 views

How can Xcode debug files not in the working project

I'm using Unreal Engine to build a game, most parts are done in Visual Studio in windows, except build the iPhone release. The Xcode project contains nothing but an Info.plist and the Game.app, which ...
0
votes
1answer
113 views

How can i… listen an events from native DLL in UnrealScript

Grteetings. I've a question. Is this possible to listen events from native DLL in UnrealScript,when using Dllbind?
0
votes
2answers
112 views

UDK: INI files seem to be encrypted

I wanted to change the values of an INI file but these seem to be encrypted. Cant read a bit. The INI files of other UDK games are not encrypted and fully readable. Do you know why or how they were ...
0
votes
2answers
368 views

Debugging UDK using nFringe in Visual Studio 2005

This is a pretty niche question, so I am not expecting a huge response... Basically, I am learning how to use the UDK by following some tutorials, namely this one: ...
0
votes
1answer
143 views

does anyone know how to begin an unreal script?

I'm just stuck with unreal script, i mean i just want to write a class that logs down "i'm alive" when the game starts, dows any one know how can i do that? my ultimate goal is to extend a camera ...
0
votes
1answer
121 views

UDK - Type mismatch in 'If' for MyInventory functil

I am having trouble getting a pawn class to compile. The error is Type mismatch in 'If' in the line: if( MyInventory[inc] == int (x) ); CODE: [CODE]class BSAPawn extends UTPawn; var() array ...
0
votes
0answers
121 views

Getting CUDA in UDK

I'm trying to get Cuda into UDK. The only way to do this is to compile a DLL with functions UDKScript can access that will allow them to load precompiled cuda programs into the device. Similar to the ...
0
votes
1answer
542 views

using monotouch in game engines

as you know monotouch is the c# face of ios native api. is there any opportunity to use monotouch in ios games? i examined unity3d and unreal development kit. there is no ephesized feature like this. ...
0
votes
6answers
596 views

Is it possible create war shooter(like Call of duty,Medal of honor etc.) with Udk in one year?

I don't know UDK,but I'm interested is it possible create war shooter(like Call of Duty,Medal of honor etc.) with Udk in one year with two programmers and one 3D designer?I'm not say as good as Call ...
0
votes
3answers
578 views

Are UDK and Unity suitable for a semester long group project by CS undergraduates?

For the past two years I've taught a final year undergraduate course in game development with the main focus being a project in groups of 4-5. I've required that the students use the NeoAxis engine ...
0
votes
1answer
1k views

Unreal Development Kit equivalent for Mac?

I wanted to start learning/using UDK but its not mac compatible... Can anyone suggest other engines that are similar to UDK (2d is good too) and run on a mac. Thanks!
0
votes
1answer
493 views

UDK “Error, Unrecognized member 'FocalPoint' in class …”

I'm porting a UT3 game to UDK. It uses a large code library and I'm getting this compiler error: C:\UDK\UDK-2010-03\Development\Src\FixIt\Classes\ZController_FireWeapon.uc(129) : Error, ...
0
votes
2answers
462 views

UDK “Error, 'DefaultMesh': Bad command or expression”

I'm porting UT3 code to UDK, and I am getting the following compile error with the UDK compiler: C:\UDK\UDK-2010-03\Development\Src\FixIt\Classes\ZPawn.uc(25) : Error, 'DefaultMesh': Bad command ...
0
votes
2answers
559 views

UDK “Error, Unrecognized member 'OpenMenu' in class 'GameUISceneClient'”

Upon compiling, I am getting the following error: C:\UDK\UDK-2010-03\Development\Src\FixIt\Classes\ZInteraction.uc(41) : Error, Unrecognized member 'OpenMenu' in class 'GameUISceneClient' Line ...
0
votes
1answer
248 views

UDK “Error, Accessing a member of _'s within class through a context expression requires explicit 'Outer'”

I get the following error in the UDK Frontend when I try to make my project: C:\UDK\UDK-2010-03\Development\Src\FixIt\Classes\ZInteraction.uc(58) : Error, Accessing a member of GameUISceneClient's ...
0
votes
1answer
263 views

Cannot place KActorSpawnable - UnrealScript

I hope someone here can help me, i been trying to create an placeable actor that will be player controller, but when I try to add it via the "Actor Classes" windows, there is nothing there. class ...
-2
votes
1answer
553 views

Unreal vs unity vs Directx for game development [closed]

Which one of these things are best for developing games? Which is easiest? Which one can you use to make some money off of?