Skip to content

Commit

Permalink
fix warning states, update feature list
Browse files Browse the repository at this point in the history
  • Loading branch information
LlysiX committed May 9, 2024
1 parent d76fdc9 commit 3c397b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _ark/ps4/dx/overshell/dx_warn_states.dta
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
(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 }
)
(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 }
Expand All @@ -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 }
)
)
Expand Down
1 change: 1 addition & 0 deletions dependencies/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c397b6

Please sign in to comment.