A downloadable game for Windows

Overview

This is a team TPS fight to the death game. You are on the white team, and you fight to the death against up to three other bot teams.

Developer

Features

  • Players: White
  • Bot Teams: Red Shotgun, Green Rifle, Blue Rifle, White Rifle
  • Weapons: Knife, Pistol, Assault Rifle, Sniper Rifle, Shotgun, Grenade Launcher, Rocket Launcher
  • Maps: Lobby, Practice, Level 1-4
  • Networking: None
  • Bots glow in proportion to their health.
  • Frames per Second (FPS) counter.

Description

  • This is similar in concept to Totally Accurate Battle Simulator (TABS) where bot teams battle against each other except you participate in the fight on the White team.
  • Add up to 4 AI bot teams of up to 64 members each. 
  • Bots burst into flames when they die by Grenade or Rocket.

Notes

  • This was my 1st game.
  • This game required using C++; however, C++ is more difficult to work with than blueprints so in hindsight I should not have made this my first game but I didn't know the difficulty level at the time.  For your first game, I recommend a single player game using blueprints, not a team game using C++.

History

V1.0

  • 6-18-2020
  • No known bugs

V1.5

  • Version 1.5 is the last version of this game.

Design

  • There are two ways to implement teams in Unreal Engine 4, Pawn Sensing and Sight AI Perception Enemy Detection Affiliation. Pawn Sensing is depreciated and not as performant but Pawn Sensing can be done in blueprints. Sight AI Perception can be used in blueprints but requires using C++ for a fully working implementation.

Technical

  • Unreal Engine Version 4.23
  • Microsoft Visual C++ 2017

Assets

  • Epic Games Animation Starter Pack
  • Military Weapons Silver

Download

Download
BotFightSim-1.5-windows64.zip 664 MB

Install instructions

Download the ZIP file, unzip, and run the EXE file. No install is required.

Comments

Log in with itch.io to leave a comment.

NICE GAME

Thanks glad you like it. I will be doing a new improved version in the future. One feature I want to add is a speedrun timer so you can keep track of how long it takes to clear a level.

Are you interested to sell this project ?

You can download it for free.

No i meant selling the project not exe file

I don't think this project would be good enough to sell on the UE4 marketplace but I might have another project good enough someday.

This game is based on this video series from my YouTube Channel. This does not show everything in this game but it is very similar.

However, this requires a C++ project so probably not a good project for beginners.

UE4 - Team TPS C++ #1 Player Character & Bot Team Setup