Description
This kit includes 3 setups for properly replicating Unreal Engine’s Top-down Template. You can use these setups in your own projects as a great foundation for a multiplayer topdown game.
This kit also includes:
Other features of this kit:
Corresponding Youtube tutorial for setup 1 and 3 can be found here:
Corresponding Youtube tutorial for setup 2 can be found here:
Join our Discord community server :
The
Setup 1: Add movement input towards mouse location setup (2 blueprints) (easy)
This setup uses the Character’s Movement Component and applies forward movement input towards the location of the player’s mouse. This setup is simple and clean and does not make use of any RPC’s.
Setup 2: SimpleMoveTo AI setup (3 blueprints) (intermediate)
This setup executes a SimpleMoveTo location function on a per Tick basis, both on the server and client. The server replicates the location of the player to all clients and corrects the client’s location when necessary.
Setup 3: Reliable Click-to-move setup (5 blueprints) (advanced)
This setup is a bit more complicated and makes use of a server-controlled AI Character which represents the player in the game. In this setup, the player is an invisible capsule with only a camera and a camera spring arm attached to it, which follows the character’s AI represented in the world.
—–
Like what you are seeing? We continuously release new and exciting products that you can use to further your game development endeavors! So be sure to checkout our other products on the Unreal Engine Marketplace. Your can find us by simply searching for ‘Kekdot’ or by clicking the link below:
Technical Details
Replicated Topdown setups included:
Number of Blueprints: 17
Blueprints or C++: 100% Blueprints
Input: Mouse
Network Replicated: Yes
Supported Development Platforms:
Windows: Yes
Mac: Yes
Linux: Yes
Supported Engine Versions
4.26 – 4.27, 5.0 – 5.3