From ef64989d0414af7a9f6729277fac2ef36b331bc7 Mon Sep 17 00:00:00 2001 From: Sam Byass Date: Sat, 13 Jul 2024 20:58:45 +0100 Subject: [PATCH] Create README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a19a679 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# MelonAutoPdbGen + +MelonLoader plugin to automatically download and execute UnhollowerPdbGen to generate a PDB file for GameAssembly.dll, at the appropriate time. + +Only relevant for IL2CPP games on Windows. The plugin won't do anything in other situations. + +## Features + +- Automatically downloads required files for PDB Generation from [here](https://github.com/SamboyCoding/Il2CppAssemblyUnhollower/releases/tag/pdbgen) +- Automatically executes generation at the correct stage in the game loading process so that things work properly across updates and mods can use the PDB immediately. +- Automatically detects game updates and re-generates the PDB. +- Basically it's just fully automatic, throw this in your plugin folder and forget about it.