Tagged Questions
2
votes
0answers
58 views
How do I change the window position in Unrealscript?
So when I start my game it starts out in the middle of my screen at 1024x768 resolution, but then when i change the resolution via a consolecommand("SETRES ..."); it resets the window position to the ...
2
votes
2answers
748 views
How do I create an actor class in UDK that will spawn a specific particle system?
I'm trying to write a new class that I can drag from actor classes window into the scene and it will spawn a specific particle effect. Its going to be a 'prop' that later will also contain a static ...
0
votes
2answers
3k views
How do I make game server for UDK game?
I'm new in UDK and I'm starting to develop online multiplayer games.
There is a one problem, I couldn't find any tutorials about how to make a game server using udk. I suppose, that it uses unreal ...