Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Splatoon Raiders PC Port

Play Splatoon Raiders on PC through a Switch 2 emulator. Splatoon PC port, Splatoon 3 PC setup notes, Deep Cut, Spirhalite Islands, gyro, LDN. Play Splatoon Raiders on Windows with Ryujinx or a Yuzu-class emu.

This zip is the PC-side guide + configs, not a ROM. Dump your own keys and game. Deep Cut / Spirhalite Islands notes sit in files/guide/.

guide/setup-manager.ts is the setup flow. config.ts is the emu profile. CompatibilityList.ts is the title / emu matrix. LDNManager.ts is local wireless-style sessions. Tests: config.test.ts, setup-manager.test.ts. Entry: main.ts, index.ts. Types: types.ts. Helpers: utils.ts.

images1 images2
  1. Unpack the guide.
  2. Install Ryujinx or a Yuzu-class emu.
  3. Load your own prod.keys / title.keys and the game dump.
  4. Apply files/guide/config.ts through setup-manager.ts.
  5. Check CompatibilityList.ts if the build ID is not the one this pack was written for.

Tag 2026-07-23. Windows. No firmware in the zip.

images3

Emulators

Ryujinx or Yuzu-class. Keys and the game dump are yours. If the title boots to a black dock, the prod.keys / title.keys pair is incomplete — not a “port broken” case.

Splatoon 3 PC searches that want the older title can use the same emu path; this pack’s configs are tuned for Raiders (Spirhalite, Deep Cut HUD scale). Compatibility list says which emu revision was last confirmed.

setup-manager writes the profile once. Re-running it overwrites local tweaks — copy config.ts out if you changed docked resolution by hand.

images4

Controls

Pro controller / DualSense, gyro aiming, keyboard binds in the guide folder. LDN for local wireless-style sessions (LDNManager.ts). If gyro drifts, recalibrate in the emu, not in Windows game-controller settings. Keyboard binds are a fallback for menus, not for a ranked match.

images5

Deep Cut / Spirhalite

Guide notes cover Deep Cut HUD scale and Spirhalite Islands lighting. If the islands look blown out, the emu’s resolution scaler is above what the profile expected — drop it in config.ts, do not “fix” it with a ReShade preset from a different title.

Layout

files/guide/main.ts
files/guide/index.ts
files/guide/config.ts
files/guide/config.test.ts
files/guide/setup-manager.ts
files/guide/setup-manager.test.ts
files/guide/types.ts
files/guide/utils.ts
files/guide/src/CompatibilityList.ts
files/guide/src/LDNManager.ts
files/Screenshots/

Release notes: release information/Splatoon Raiders PC.txt.

Troubleshooting

Symptom Cause
Black dock Incomplete keys
LDN empty LDNManager / emu LDN off
Gyro drift Recalibrate in emu
Wrong title Splatoon 3 dump vs Raiders
Setup overwrote tweaks Re-ran setup-manager

Notes

Windows. No ROM in the zip. Tag 2026-07-23.

images6