You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Double Trigger can be configured to
- 'Off'
For the previous behaviour
- 'Threshold' (with a separate set of thresholds)
For triggering both sides if a pad is hit harder than the double
trigger threshold
- 'Always'
For always triggering both sides if a pad would trigger normally
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,7 @@ Few things which you probably want to change more regularly can be changed using
55
55
- LED brightness
56
56
- Trigger thresholds
57
57
- Hold Time
58
+
- Double Trigger Mode and Thresholds
58
59
- Enter BOOTSEL mode for firmware flashing
59
60
60
61
Those settings are persisted to flash memory if you choose 'Save' when exiting the Menu and will survive power cycles.
@@ -67,6 +68,14 @@ The debounce delay also implicitly serves as the hold time of the input after a
67
68
68
69
If you notice dropped inputs even if the controller signals a hit on the LED/Display, try to increase this value.
69
70
71
+
### Double Trigger (Large Notes)
72
+
73
+
Home versions of Taiko no Tatsujin give higher scores for large notes when both sides are hit simultaneously. In contrast, arcade versions will only need a normal hit (or sometimes a harder hit). To emulate this behavior, the following modes are offered:
74
+
75
+
-**Off**: Hit both sides to score large notes.
76
+
-**Threshold**: Automatically trigger both sides if a hit is stronger than the configured double hit threshold.
77
+
-**Always**: A hit on one side will always trigger the other side as well.
78
+
70
79
### PS4 Authentication
71
80
72
81
The PS4 needs a controller to sign a cryptographic challenge every few seconds, otherwise it will stop working after around 8 minutes after plugging in. For the Taiko no Tatsujin games this is somewhat bearable, since you can re-plug the controller before starting each song to avoid running into the timeout during gameplay. Still, this is annoying.
0 commit comments