UDN
Search public documentation:
MOBAKit
中国翻译
한국어
Interested in the Unreal Engine?
Visit the Unreal Technology site.
Looking for jobs and company info?
Check out the Epic games site.
Questions about support via UDN?
Contact the UDN Staff
한국어
Interested in the Unreal Engine?
Visit the Unreal Technology site.
Looking for jobs and company info?
Check out the Epic games site.
Questions about support via UDN?
Contact the UDN Staff
UE3 Home > Unreal Development Kit Gems > MOBA Starter Kit
UE3 Home > Getting Started: Programming > MOBA Starter Kit
UE3 Home > Getting Started: Programming > MOBA Starter Kit
MOBA Starter Kit
Last tested against UDK May, 2012
- MOBA Starter Kit
- Overview
- How does the camera system work?
- How does the control system work?
- How does the creep system work?
- How does the hero system work?
- How does the item system work?
- How does the mini map work?
- How does the spell system work?
- How does the shop system work?
- How does the stats system work?
- How does the user interface work?
- How does the weapon system work?
- How to use this starter kit?
- Downloads
Overview
This Starter Kit has everything you need to use as a starting point for developing a multiplayer online arena battle game with Unreal Engine 3 or UDK.
How does the camera system work?

How does the control system work?

How does the creep system work?

How does the hero system work?

How does the item system work?

How does the mini map work?

How does the spell system work?

How does the shop system work?

How does the stats system work?

How does the user interface work?

How does the weapon system work?

How to use this starter kit?
- Download UDK.
- Install UDK.
- Download the zip file containing the Starter Kit.
- Unzip the contents into your UDK base directory. (e.g C:\Projects\UDKMOBA-2012-05\) Windows may inform you that you may be overwriting existing files or folders. Click Ok on all of them.
- Open up DefaultEngine.ini inside the UDKGame\Config directory with Notepad. (e.g C:\Projects\UDKMOBA-2012-05\UDKGame\Config\DefaultEngine.ini)
- Search for EditPackages.
- Add +EditPackages=UDKMOBA
- Launch the Unreal Frontend Application inside the Binaries directory. (e.g C:\Projects\UDKMOBA-2012-05\Binaries\UnrealFrontend.exe)
- Click on Script, then Full Recompile.
- You should see the UDKMOBA package get compiled last.
- Click on UnrealEd to open up Unreal Editor.
- Click on the Open button, and open up MOBATinyMap.udk.
- Click on the Play In Editor button to play the MOBAstarter kit.
Downloads

- Download the code and content for this starter kit.