Skip to content

Release 2

Latest

Choose a tag to compare

@RavanaCraftMC RavanaCraftMC released this 22 May 14:02
b5e6e94

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.json for .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.exe when published to win-x64 subfolder

New Mods Included

StardewUtils — Six quality-of-life cheats for Stardew Valley in one mod:

  • F5 Freeze/unfreeze time
  • F6 Infinite stamina
  • F7 Infinite health
  • F8 Add 999,999 gold
  • F9 Instant crop growth
  • F10 Max 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

  1. Download PawLoader-Release.zip below
  2. Extract anywhere
  3. Right-click PawLoader.exe → Run as administrator