https://github.com/notnite/pataplugin
Tweaks for PATAPON 1+2 REPLAY
https://github.com/notnite/pataplugin
Last synced: 9 months ago
JSON representation
Tweaks for PATAPON 1+2 REPLAY
- Host: GitHub
- URL: https://github.com/notnite/pataplugin
- Owner: NotNite
- License: mit
- Created: 2025-07-12T03:58:39.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-12T04:20:25.000Z (12 months ago)
- Last Synced: 2025-09-15T19:46:16.423Z (9 months ago)
- Language: C#
- Size: 7.81 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pataplugin
Tweaks for [PATAPON 1+2 REPLAY](https://store.steampowered.com/app/2383200/PATAPON_12_REPLAY/).
## Features
- Properly pause the game when hitting Start (PATAPON 1 only)
- Disable KPI telemetry on startup
- (more soon I guess dunno man I do this for fun)
## Building
Install [BepInEx 6 for IL2CPP](https://docs.bepinex.dev/master/articles/user_guide/installation/unity_il2cpp.html) and start the game at least once. After, create a `Pataplugin.csproj.user` next to the `.csproj` pointing to your BepInEx directory:
```xml
G:/games/steam/steamapps/common/PATAPON12_REPLAY/BepInEx
```
Then simply `dotnet build`.