Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hook to XComGameInfo.StartMatch for mods to perform custom setup at the start of a game session #270

Open
robojumper opened this issue Jul 12, 2017 · 1 comment

Comments

@robojumper
Copy link
Member

Game session in unreal context -- HeadquartersGame, TacticalGame, ...

Mods can then perform their startup logic: Register observers and such before any game states are added. This should work for everything: game load, new game start, level transition...

@bountygiver
Copy link

also probably a pre tactical end cleanup hook, currently there's only onpostmission which is VERY late so people have been hooking on mission summary UI instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants