Fireteam Dev Log #1
Fireteam is a multiplayer first-person shooter game currently in development using the Unreal Engine 5 game engine from Epic Games. Fireteam is primarily scripted using C++ with blueprints acting as prefabs for many of the gameplay actors. The Fireteam project is based on a blank Unreal Engine project rather than using the ShooterGame template more commonly used by other developers, the primary reason for this was to avoid a lot of the technical debt issues associated with using a pre-existing project and having to merge the pre-existing ShooterGame code with your own. However,…continue reading →