Better crash reports for UE4SS games.
When the game crashes, you normally get something useless like:
Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x000000000000004c
This mod adds a report that tells you which Blueprint was running when it crashed, so you (or a mod author) can actually see what went wrong.
When the game crashes, a small window pops up showing:
Look in your UE4SS folder (next to UE4SS.log) for a file named:
CrashContext_<date>_<time>.log
The details are also added to the bottom of UE4SS.log.
When you report a crash, send that file to the mod author. It tells them far more than a screenshot of the error.
Install with a mod manager, or drop it in like any other UE4SS mod. Nothing to configure.