Skip to content

Commit 108a1f0

Browse files
authored
[Splatoon] Add "Disable Autorotate" Mod (#697)
This removes the function call that rotates the camera when the player moves left or right. This makes it much easier to control your aim with both motion and mouse (via Xapfish) since you don't have to fight against the camera when you move. Thanks for @Gloomy31 adding this pack!
1 parent 7d54f24 commit 108a1f0

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[begone_autorotate]
2+
moduleMatches = 0xF7A78809, 0x659c782e
3+
4+
0x02664f20 = nop
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[Definition]
2+
titleIds = 0005000010176900,0005000010176A00,0005000010162B00
3+
name = Disable Autorotate
4+
path = "Splatoon/Mods/Disable Autorotate"
5+
description = Prevents the camera from automatically rotating when the player moves left or right.
6+
version = 7

0 commit comments

Comments
 (0)