Questions tagged [unreal-development-kit]

Unreal Development Kit (Game Engine)

Unreal Development Kit is a Game Engine which provide development for DirectX 9/10/11 PCs, the Xbox 360, the PlayStation 3, and OpenGL-based OSes (Mac OS X, iOS). Minimum and recommended system requirements are:

Minimum:

Windows XP SP2 or Windows Vista
2.0+ GHz processor
2 GB system RAM
SM3-compatible video card
3 GB free hard drive space

Recommended for Content Development:

Windows Vista 64 SP2
2.0+ GHz multi-core processor
8 GB System RAM
NVIDIA 8000 series or higher graphics card
Plenty of HDD space
135 questions
0
votes
1 answer

UDK and Mercurial - hgignore regex

I'm looking at using Mercurial for version control in a project, and was hoping you stackers could help me out with the regex, so that the .hgignore isn't a disgusting GLOB-by mess. The big ignore directories are easy, however keeping certain…
Melodatron
  • 610
  • 4
  • 10
0
votes
1 answer

Collision issues that I can't find the answer to

I'm in dire need of help. I've had UDK for several months but continuously run into problems. In a nutshell I'm trying to make my own video game using UDK as the game engine. In 3ds max 2013 I have created two entire houses that I've been trying to…
0
votes
3 answers

How to install UDK on a Mac?

Hi I have recently been told that UDK is a great game engine and can run on iPhone. But UDK can only be used on a PC right? I don't have a PC and the same person who recommended UDK said that it was possible to make UDK games on a mac but you have…
Bob
  • 117
  • 2
  • 11
0
votes
1 answer

UDK DLLBind how to

I'm trying to use UDK's DLLBind feature in UDK version 9953. To start out, I've downloaded the DLLBind_Example project from http://udn.epicgames.com/Three/DLLBind.html I've built the dll and placed it in UDK root\Binaries\Win32\UserCode I've copied…
duggulous
  • 1,859
  • 2
  • 15
  • 32
0
votes
2 answers

ActionScript Syntax Errors

I need some help solving some compile errors. I was following a tutorial (at http://www.youtube.com/watch?v=E8oM808ETWs) and typed down all of the code displayed in the video. When I tried to publish, I was presented two compile…
0
votes
1 answer

Should state code be handled in the Controller class or in the Pawn class in unrealscript?

I am writing a sprint state into a custom pawn class in my UDK game. I was looking at Epic's example code for managing states and a good chunk of game logic is in the Controller class rather than the Pawn class. This seems backwards to me. I…
0
votes
2 answers

Instantiate a texture in the Unreal Editor

I'm trying to create a vehicle which throws a ball (or, say, a spherical projectile) when clicking. I already have this vehicle doing the right thing, but I'd like it to throw a yellow-colored ball. I created a yellow texture but I don't know how to…
Flavian Hautbois
  • 2,572
  • 6
  • 25
  • 40
0
votes
1 answer

UDK Cinematics Creation

Can I create very detailed animations within UDK, like samaratian UDK demo, wtihin 3 months? I don't have any previous experience in UDK, but I modeled something basic models in Zbrush and in 3Ds Max. So, could I create a fully deatiled and edited…
0
votes
1 answer

UDK Remote : what kind of data sent while dragging an image in iphone?

I'm using UDK Remote.While tapping, it send 56 bytes of data. What data are sent during dragging?
iphony
  • 546
  • 5
  • 17
0
votes
2 answers

UDK GameReplicationInfo relating to GetPC()

I'm writing some code that uses a class to interact with a matchmaking server using TcpLink. Since I need to access a single reference to an object of this class throughout the code, I've been saving a reference to the object in the PlayerController…
Samuel Breese
  • 724
  • 9
  • 26
-1
votes
1 answer

Add libcurl Unreal Engine 4

i need to include libcurl in my unreal engine project, i need to use it in game, how i can do it? i have tried standard tutorial for include curl in visual studio, but not work. the compiler return error on other portion of code if i include curl…
-1
votes
1 answer

UDK Using Mobile Emulator without huge load times

My spec are: 4Gb RAM GTX560 Ti Dual Core Intel 2.8 Ghz processor UDK takes like 15 minutes to start up when mobile features are on. While launching it stays for 99% of the time on the line Compiling shaders for material MOBEMU Lit/Unlit and all…
Aras Team
  • 11
  • 4
-1
votes
1 answer

Debugging UDK games with Visual Studio

I want to debug a game which was built using the Unreal Development Kit (UDK). Is it possible to use Visual Studio to debug large UDK games? If not, are there any other options?
-3
votes
1 answer

what is advantage of total conversion modding instead of developing a all new game?

I only have a very little experience at game dev. I've done some proof of concept academic work in unreal engine for a university project. My questions are What is advantage of total conversion modding instead of developing a all new game? And I…
-5
votes
5 answers

How to make a character with real face unreal engine 4

i am a beginner in game development.i used unreal engine4 for making a sample game. i successfully create a running game with the help of some tutorials. next i need to model a character like me.also i interested to create an environment like my…
1 2 3
8
9