Getting Started
On this page you will find out how to add the contents of Multiplayer Flamethrower to your project
This Flamethrower System works out of the box for multiplayer, both P2P and Dedicated Servers are supported.
Step 1 - Installation
Find Multiplayer Flamethrower inside your Vault in the Epic Games Launcher, click "Add To Project" and select your project which you want to add it to.
Step 2 - Overview Map
Navigate to Content/FlamethrowerSystem/Maps/Overview_Map and double click the Overview_Map. This map showcases everything that's included in the asset.
Step 3 - Adapting to your project
By default, this asset comes with a working Player Character and Animation Blueprint, everything is already set up. The basepose animation is made for the UE5 Manny Skeleton, you might have to create your own basepose if you are using a custom character skeleton.
To make it work for your own project, some changes might be needed. Code within the blueprints are commented to make this easier. The next page is dedicated to this situation.
If you already have your own custom character setup with an Animation BP, functioning weapon equipping etc, then all you need is the Flamethrower BP and use the included basepose animation or create your own animation depending on your situation.
Last updated