Skip to content

Commit

Permalink
calibration mode modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
LlysiX committed May 11, 2024
1 parent 26b31a6 commit 88a8d09
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
24 changes: 13 additions & 11 deletions _ark/ps4/dx/overshell/dx_states.dta
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
(off "Track Muting: Off")
(on "Track Muting: On")
}
{if_else $calibrationmode "Calibration Mode: ON" "Calibration Mode: OFF"}
)
}
)
Expand Down Expand Up @@ -220,6 +221,18 @@
}
{$this trigger_select_effects }
)
(("Calibration Mode: ON" "Calibration Mode: OFF")
{set $calibrationmode {! $calibrationmode}}
{if_else $calibrationmode
{set_elem {find $syscfg beatmatcher watcher slop} 1 15}
{set_elem {find $syscfg beatmatcher watcher slop} 1 100}
}
{if_else {$this in_song}
{$this show_state kState_RB4DXInGameWarn}
RB4DXGP_DATA
}
{$this trigger_select_effects }
)
}
)
(on_cancel
Expand Down Expand Up @@ -317,7 +330,6 @@
{if_else $songtitle "Song Title Always: ON" "Song Title Always: OFF"}
{if_else $noshine "No Shine: ON" "No Shine: OFF"}
{if_else $noflames "No Flames: ON" "No Flames: OFF"}
{if_else $calibrationmode "Calibration Mode: ON" "Calibration Mode: OFF"}
)
}
)
Expand Down Expand Up @@ -366,16 +378,6 @@
}
{$this trigger_select_effects}
)
(("Calibration Mode: ON" "Calibration Mode: OFF")
{if_else $calibrationmode
{do
{set $optionaladd calibrationmode}
{$this show_state kState_RB4DXOptionalAddWarn}
}
{$this show_state kState_RB4DXOptionalAddHowTo}
}
{$this trigger_select_effects}
)
}
)
(on_cancel
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion dependencies/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* No whammy effect modifier
* No track muting modifier
* No miss sfx modifier
* Calibration Mode patch that shrinks the hit window to help perfect your calibration numbers
* Calibration Mode modifier that shrinks the hit window to help perfect your calibration numbers


# 👉 [Download Here!](https://github.com/hmxmilohax/rock-band-4-deluxe#%EF%B8%8F-what-youll-need)

0 comments on commit 88a8d09

Please sign in to comment.