Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SamboyCoding authored Jul 13, 2024
1 parent c729248 commit ef64989
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit ef64989

Please sign in to comment.