Unreal Engine 5 comes with a new feature called Game Features Plugins allowing for modular and standalone game content. The Lyra Starter game already uses this feature extensively to create modular game modes such as the Control point and the Team deathmatch.
This plugin is a standalone Capture the Flag game mode that can be added to the Lyra Start Game without any changes to the core content of the project.
Watch the Gameplay Video here
-
Install Unreal Engine 5.0 and above
-
Download Lyra Starter Game Project
-
Download and extract this plugin into the following project's directory
LyraStarterGame\Plugins\GameFeatures\ShooterCTF\
-
Once the Editor is loaded , Go to the Plugins Window and Activate the
ShooterCTF
plugin under theGameFeatures
category
- Restart the Editor, and the Game mode should be activated automatically
There are some missing features that are not implemented yet.
- AI Capture the flag logic
- Players carrying the flag should drop the flag in place after dying