PawLoader v1.0.1
What's New
- MonoGame / .NET support — PawLoader now correctly detects and injects into MonoGame games like Stardew Valley (previously misdetected as Unreal Engine)
- Dual runtime support — the injection pipeline now handles both .NET 4.x (Unity Mono/IL2CPP) and .NET 6+ (MonoGame) games automatically
- Stardew Valley compatibility — fully tested on Xbox Game Pass version
- Improved engine detection — fixed false positive where games with small .pak files (audio) were being misidentified as Unreal Engine
- Auto-deploy runtimeconfig — PawLoader now automatically writes the required
runtimeconfig.jsonfor .NET 6 games so no manual setup is needed
Bug Fixes
- Fixed Stardew Valley being detected as Unreal Engine
- Fixed wrong proxy DLL (
xinput1_3.dll) being deployed to MonoGame games - Fixed .NET runtime mismatch causing mod loading to fail silently in .NET 6 games
- Fixed build script not finding
PawLoader.exewhen published towin-x64subfolder
New Mods Included
StardewUtils — Six quality-of-life cheats for Stardew Valley in one mod:
F5Freeze/unfreeze timeF6Infinite staminaF7Infinite healthF8Add 999,999 goldF9Instant crop growthF10Max friendship with all villagers
Supported Engines
| Engine | Status |
|---|---|
| Unity (Mono) | ✅ |
| Unity (IL2CPP) | ✅ |
| Unreal Engine | ✅ |
| MonoGame / .NET 6 | ✅ New in v1.0.1 |
How to Install
- Download
PawLoader-Release.zipbelow - Extract anywhere
- Right-click
PawLoader.exe→ Run as administrator