Book Image

Building an Unreal RTS Game: The Basics [Video]

By : Jonathan A. Daley
Book Image

Building an Unreal RTS Game: The Basics [Video]

By: Jonathan A. Daley

Overview of this book

<p><span id="description" class="sugar_field">In this course, you will learn about gameplay programming in Unreal Engine 4, using examples from the well-known Real Time Strategy (RTS) genre. You will become familiar with how versatile the structure of the Unreal Engine is, and how it can be used to create many kinds of game. Beginning with implementing an RTS-style free roaming camera from scratch, you will then move on to selecting Non-Playable Characters (NPCs) through mouse input, and using basic Artificial Intelligence (AI) and Pathfinding to have selected NPCs move around a level. Finally, the course will cover how to modify Navigation Mesh (Nav Mesh) Data to provide varied and interesting gameplay. </span></p> <p><span id="description" class="sugar_field">Then, in Volume 2, you will add a second unit to the game, make a unit attack, create destructible environments, and finally bring everything together with an RTS-style user interface using Unreal Motion Graphics (UMG).</span></p> <p><span id="description" class="sugar_field">The topics covered in this course will not only form the basis for an RTS game, but will also introduce various concepts that underlie gameplay programming in Unreal Engine 4.</span></p> <h2><span class="sugar_field">Style and appraoch</span></h2> <p><span class="sugar_field"><span id="trade_selling_points_c" class="sugar_field">Beginning with implementing an RTS-style free roaming camera from scratch. Audience will be introduced to various concepts that underlie gameplay programming in Unreal Engine 4</span></span></p>
Table of Contents (4 chapters)
Chapter 1
Implementing an RTS-Style Free Roaming Camera
Content Locked
Section 3
Implementing Keyboard Controls through Key Bindings
The Top Down Template comes with some key bindings, but we will add some more. Then we will implement controlling the camera's movement through the use of Input Axis Events, and finally we will test the camera setup. - Add morekey bindings to control camera movement. - Implement using Axis Events to move the camera Pawn. - Test the Camera movement and make adjustments.