No description
  • C# 67.5%
  • HTML 10.3%
  • JavaScript 10.1%
  • CSS 6%
  • Shell 2.9%
  • Other 3.2%
Find a file
2026-05-30 09:22:59 +02:00
.forgejo/workflows initial commit 2026-04-23 17:08:47 +02:00
.vscode initial commit 2026-04-23 17:08:47 +02:00
assets add svg 2026-05-30 09:22:59 +02:00
modmenu i did not mean to do that 2026-04-24 22:49:44 +02:00
.gitignore initial commit 2026-04-23 17:08:47 +02:00
build-osx-app.sh initial commit 2026-04-23 17:08:47 +02:00
FreezeThreads.cs initial commit 2026-04-23 17:08:47 +02:00
Func.cs initial commit 2026-04-23 17:08:47 +02:00
httpMenu.cs update stats live now 2026-04-24 22:48:17 +02:00
icon.ico initial commit 2026-04-23 17:08:47 +02:00
LICENSE Initial commit 2026-04-23 17:04:53 +02:00
ProcessWrapper.cs initial commit 2026-04-23 17:08:47 +02:00
Program.cs initial commit 2026-04-23 17:08:47 +02:00
README.md update xattr command to be safer 2026-04-24 21:13:28 +02:00
SaveEditor.cs initial commit 2026-04-23 17:08:47 +02:00
SplatTool.csproj initial commit 2026-04-23 17:08:47 +02:00
SplatTool.slnx initial commit 2026-04-23 17:08:47 +02:00
SplatTool_Installer.nsi initial commit 2026-04-23 17:08:47 +02:00
TelemetryWebpost.cs initial commit 2026-04-23 17:08:47 +02:00
VERSION.txt initial commit 2026-04-23 17:08:47 +02:00

SplatTool (Public ver.)

A cross-platform mod menu for Splatoon v288 on Cemu 2.6/2.7 (Experimental)
This version has been scrubbed of anything abusive.

SplatTool Showoff Image
SplatTool running on macOS 26.4.1

Running

Linux

Since Linux actually demands root priviliages to read another applications memory, you have to run it as root.
You can either run the binary directly with sudo or doas or launch it directly for pkexec popup.

Since the UI relies on Photino it needs webkit2gtk-4.1 installed.

On x11 you may need to run first xhost +SI:localuser:root to allow forwarding gtk to your window manager from root. Unsure if the same has to be done for wayland.

MacOS

Same situation with Linux. The application bundles a small root helper program to assist with this.
But since i dont pay Apple 99$/year you first have to xattr -rd com.apple.quarantine /Applications/SplatTool.app to bypass their stupid gatekeeper or do so in System Preferences -> Privacy & Security -> Open Anyway.

Windows

Nothing special required to run.