From 3c397b68da1bdc21a32eacd7e562db2d78ce00c7 Mon Sep 17 00:00:00 2001 From: LysiX Date: Thu, 9 May 2024 09:49:12 -0700 Subject: [PATCH] fix warning states, update feature list --- _ark/ps4/dx/overshell/dx_warn_states.dta | 8 ++++---- dependencies/features.md | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/_ark/ps4/dx/overshell/dx_warn_states.dta b/_ark/ps4/dx/overshell/dx_warn_states.dta index 64890cc..7d38b9a 100644 --- a/_ark/ps4/dx/overshell/dx_warn_states.dta +++ b/_ark/ps4/dx/overshell/dx_warn_states.dta @@ -6,7 +6,7 @@ (SELECT_MSG {if_else {== $optionaladd calibrationmode} {$this show_state kState_RB4DXOptionalAdditions} - {$this show_state kState_RB4DXMain} + {$this show_state kState_RB4DXGPSettings} } {set $optionaladd FALSE} {$this trigger_select_effects } @@ -14,7 +14,7 @@ (on_cancel {if_else {== $optionaladd calibrationmode} {$this show_state kState_RB4DXOptionalAdditions} - {$this show_state kState_RB4DXMain} + {$this show_state kState_RB4DXGPSettings} } {set $optionaladd FALSE} {$this trigger_cancel_effects } @@ -26,11 +26,11 @@ {$this setup_confirm_actions "This option will take effect when you go back to music library." (overshell_confirm_ok)} ) (SELECT_MSG - {$this show_state kState_RB4DXMain} + {$this show_state kState_RB4DXGPSettings} {$this trigger_select_effects } ) (on_cancel - {$this show_state kState_RB4DXMain} + {$this show_state kState_RB4DXGPSettings} {$this trigger_cancel_effects } ) ) diff --git a/dependencies/features.md b/dependencies/features.md index f7df973..1e4105c 100644 --- a/dependencies/features.md +++ b/dependencies/features.md @@ -8,6 +8,7 @@ * Modifier to enable Overdrive gain in practice mode * New menu, `Deluxe Settings`, in game for additional modifications * Selectable song speed by 5% increments +* 60 FPS Venues modifier to make the backrounds smoother and light you PS4 on fire * Black Venue modifier with decreased load times and system load * Song title always visible optional patch * optional position adjustment for the song title to move it out of the way of gameplay