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
148 questions
0
votes
1 answer

How do I use a variable from another class in Unreal Script?

I am working on a game, and that game has a battery life function for a flash light. Basically, when the flash light is turned on, it reduces the life and when it's off, it stops. But to achieve this, I need to access a variable that will determine…
NoobxCamper
  • 33
  • 1
  • 2
  • 14
0
votes
2 answers

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 or expression The ZPawn class extends UTPawn. Line…
Ricket
  • 33,368
  • 30
  • 112
  • 143
0
votes
2 answers

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 41 is the…
Ricket
  • 33,368
  • 30
  • 112
  • 143
0
votes
1 answer

Get pause state of matinee node in kismet

I have set up an elevator in the UDK so that if a generator goes offline, it will pause the elevator. Everything works fine, but when the generator comes back online, you have to touch the trigger volume for the elevator to get it to resume its…
Krogoth
  • 1
  • 1
0
votes
1 answer

UDK Multiplayer?

So I've been messing around in UDK and managed to launch a dedicated server console. I can join using my public IP Address although if my friend tries to join using "open HOSTIP" he gets stuck in the loading screen. I have the ports open on my side,…
0
votes
1 answer

Accessing unreal script variables from Kismet - UDK

I have almost 0 scripting experience with UDK, but I think what I'm trying to do is fairly simple. I want to define a variable in script that I can then access in Kismet. This is what I have so far: MyGameInfo.uc looks like this class MyGameInfo…
0
votes
1 answer

installing unreal devkit 4 for mac: image not recognized

I downloaded Unreal Development Kit 4, I see a warning " image not recognized " while opening .dmg file. any idea? I can't find any information from anywhere. I'm currently using osX 10.9.2 macbook pro, meeting every requirements they officially…
Jeong Minu
  • 35
  • 1
  • 7
0
votes
2 answers

Referencing a UDK Class without its source

I'd like to modify an existing UDK game, but to do this I need to make a subclass of their custom classes. e.g. MyBroadcastHandler extends RX_BroadcastHandler Unfortunately I can't find a single way to do this without having the source code to…
Ben
  • 2,867
  • 2
  • 22
  • 32
0
votes
0 answers

How would I Import Borderlands 2 textures into UDK for mod?

So I was looking to create a mod/own levels for borderlands 2 not commercial use or anything and the developers said they are happy for people to mod the game so legal issues shouldn't be a problem, but I was wondering how I would go about getting…
user1642671
  • 85
  • 2
  • 11
0
votes
1 answer

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 BallBall extends KActorSpawnable …
user252778
0
votes
1 answer

Organic material creation in UDK

I'm trying to generate my own procedural map in UDK to create an organic ooze material. I have searched the docs at epic and I couldn't find a location to cover the topic of creating movement/transitions within the map. Is there a way with unreal…
Phlume
  • 3,075
  • 2
  • 19
  • 38
0
votes
1 answer

Vector Rotator conversions in UDK

I've looked all around and find very little by way of actual code or function examples. Hopefully when (if) they get out of beta there will be some more effort put into documentation. In UDK (2013-07 beta): 1) How do you convert a vector to a…
Neros
  • 1,139
  • 3
  • 14
  • 22
0
votes
1 answer

Unreal development kit export textures

I am not familiar wit UDK tool, bot I have complete source code (Binaries directory, Development directory, Engine directory and UDKGame directory) from one game and I want to export all textures from this project. How is it possible?
2xP
  • 47
  • 1
  • 9
0
votes
1 answer

Unable to connect to UDK server in a sane manner

Some friends and I are trying to create a game using the UDK 3. Right now it's nothing special; we've got a Pawn that spawns and moves around a custom map, and it's all written over the example game that comes with the UDK. I'm trying to get a…
DementedDr
  • 177
  • 2
  • 15
0
votes
2 answers

Don't see texture in UDK from Blender object

I am starting with UDK by creating a map of my home. I am creating the furniture in Blender, then export it to .fbx and finally import it in UDK to use it. The problem is that I can't achieve to see the texture I created with Blender in UDK. In UDK…
Stratford
  • 325
  • 1
  • 2
  • 11