Contains hooks that run when the game starts (not including menus).
To keep this project backwards compatible with supported mods, this project is append only. In other words, contributors are not allowed to delete or modify any hooks that already exist.
- In your mod project (not this project), create a blueprint. Make it an actor component.
- In this project, add a dummy of that blueprint actor component (i.e. same path, same asset name).
- In
/Game/Blueprints/GameData/BP_ThirdPersonGameMode
, add the actor component you just dummied.
Congratulations, you now have a hook into the game!
Prerequisites:
- Unreal Engine 5.1
- Python 3
- Run
cook.bat
- Run
deploy.bat
- Run the game