Gorilla Tag BepInEx mod client — fully decompiled, deobfuscated, and rebranded with credit preserved to the original author.
- VR Tablet UI — Util menu with 20+ pages (lobby, spotify, cosmetics, etc.)
- Desktop UI — Full menu framework with theming, scroll views, drag support
- Replay System — Record and playback player movement, voice, and cosmetics
- AutoRef — Automated tag/referee system with game mode detection
- Soundboard — Local audio playback with keybinds
- Overlays — FPS counter, scoreboard, minimap, kill feed, notifications
- NameTags — Custom name tags, interpolation, spectator indicators
- Player Control — Desktop control mode with hand walking, rigging
- Discord RPC — Rich presence integration
- Config Sync — Photon-based config syncing between friends
- Spotify — In-game Spotify player (idk why sakuraa felt the need to add this but wtv)
| Directory | Files | Description |
|---|---|---|
SakuraaCastingMod/ |
653 | Main mod client |
SakMerge/ |
31 | Photon networking bridge |
GorillaRigUtil/ |
12 | VR rig manipulation |
SakuraaOfflinePresets/ |
3 | Config presets & desktop UI |
EmbedIO/ |
205 | Embedded HTTP server |
SpotifyAPI.Web/ |
227 | Spotify API client |
SpotifyAPI.Web.Auth/ |
10 | Spotify auth |
Swan.Lite/ |
124 | Utility library |
00_Wrapper_SakuraaClient/ |
5 | BepInEx bootstrapper |
decompiler/ |
— | Decompiler & rebuilder tools |
cd decompiler/SakuraaRebuild
dotnet run # produces output/rebuilt/SakuraaCastingMod.dll
deploy.bat # copies to BepInEx/pluginsRequires .NET 10 SDK and a Gorilla Tag BepInEx install.
- Original mod by Sakuraa (dusted)
- Deobfuscated, cracked & rebuilt by devcurly