How to integrate the free FPS Weapon Bundle

FPS Weapons Bundle is a free asset pack from the UE4 Marketplace, naturally I got asked about it a lot on how to integrate it, while the existing weapons tutorials are still the best way to do it, they are somewhat universal for any weapons. So in this tutorial I’ll cover this specific one.

1. Create a new FPS Game Starter Kit project

2. Add FPS Weapon Bundle to it

fps_and_fps_01

2. It should look like this now when you open the FPS Game Starter Kit project

fps_and_fps_02

3. Download and extract the pre-configured weapon child classes that I created and put them anywhere in the level (DOWNLOAD LINK)

fps_and_fps_03

How to extract zip files:
1. open the zip file
2. use Windows Explorer and find your project
3. drag and drop the files from the zip file anywhere within the Content folder of your project

That’s it!

fps_and_fps_04