Skip to content

Contains hooks that run when the game starts (not including menus).

License

Notifications You must be signed in to change notification settings

pseudoregalia-modding/hooked-tpgm

Repository files navigation

Hooked ThirdPersonGameMode

Contains hooks that run when the game starts (not including menus).

Contribution rules

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.

How to add a hook

  1. In your mod project (not this project), create a blueprint. Make it an actor component.
  2. In this project, add a dummy of that blueprint actor component (i.e. same path, same asset name).
  3. In /Game/Blueprints/GameData/BP_ThirdPersonGameMode, add the actor component you just dummied.

Congratulations, you now have a hook into the game!

How to build

Prerequisites:

  • Unreal Engine 5.1
  • Python 3
  1. Run cook.bat
  2. Run deploy.bat
  3. Run the game

About

Contains hooks that run when the game starts (not including menus).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published