Skip to content

Commit

Permalink
rb4 TRUE preset
Browse files Browse the repository at this point in the history
  • Loading branch information
LlysiX committed Mar 9, 2024
1 parent 10e7223 commit 27d062d
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 1 deletion.
55 changes: 55 additions & 0 deletions _ark/dx/ui/dx_overshell_macros.dta
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,61 @@
{set $fctype ring}
)

#define SET_RB4_TRUE_TEXTURE_PRESET
(
{set $sustains "rb2"}
{set $nogemdividers TRUE}
{set $voxhwcustomtexture TRUE}
{set $voxhw rb3}
{set $gemcustomtexture TRUE}
{set $gem rb4}
{set $smashercustomtexture TRUE}
{set $smasher rb4}
{set $smasherbracket TRUE}
{set $voxarrowcustomtexture TRUE}
{set $voxarrow rb2dx}
{set $voxnotescustomtexture TRUE}
{set $voxnotes rb2dx}
{set $voxodcustomtexture TRUE}
{set $voxod rb2}
{set $scorecustomtexture TRUE}
{set $scoretex rb4}
{set $soloboxcustomtexture TRUE}
{set $solobox rb4}
{set $starscustomtexture TRUE}
{set $stars rb4}
{set $fontcustomtexture TRUE}
{set $font rb4}
{set $odbarcustomtexture TRUE}
{set $odbar rb4}
{set $railscustomtexture TRUE}
{set $rails rb4}
{set $flamescustomtexture TRUE}
{set $flames rb4}
{set $multiringcustomtexture TRUE}
{set $multiring rb4}
{set $highwaycustomtexture TRUE}
{set $highwaygtr _rb4_true}
{set $highwaybass _rb4_true}
{set $highwaydrum _rb4_true}
{set $streakcustomtexture TRUE}
{set $streakgtr rb4_true}
{set $streakbass rb4_true}
{set $streakdrum rb4_true}
{set $spotlightgtrcustomtexture TRUE}
{set $spotlightgtr rb4_true}
{set $spotlightbasscustomtexture TRUE}
{set $spotlightbass rb4_true}
{set $spotlightdrumcustomtexture TRUE}
{set $spotlightdrum rb4_true}
{set $hwalpha_needs_reset TRUE}
{set $hwalpha off}
{set $hwstrk TRUE}
{set $nohwwarn TRUE}
{set $railwarn TRUE}
{set $fctype ring}
)

#define SET_FNFESTIVAL_TEXTURE_PRESET
(
{set $sustains "rb2"}
Expand Down
1 change: 1 addition & 0 deletions _ark/ui/eng/locale_updates.dta
Original file line number Diff line number Diff line change
Expand Up @@ -1145,6 +1145,7 @@
(os_rb2prst_reset "Rock Band 2")
(os_rb3prst "Rock Band 3")
(os_rb4prst "Rock Band 4")
(os_rb4truprst "RB4 (True Port)")
(os_fnfestivalprst "Fortnite Festival")
(os_lrbprst "LEGO Rock Band")
(os_tbrbprst "Beatles Rock Band")
Expand Down
14 changes: 13 additions & 1 deletion _ark/ui/overshell_track.dta
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
#endif
(focus sel_section.lst)
(enter
{sel_section.lst set_data (os_tex os_rb2dxprst os_rb2prst os_rb1prst os_rb3prst os_rb4prst os_fnfestivalprst os_lrbprst os_tbrbprst)}
{sel_section.lst set_data (os_tex os_rb2dxprst os_rb2prst os_rb1prst os_rb3prst os_rb4truprst os_rb4prst os_fnfestivalprst os_lrbprst os_tbrbprst)}
{title.lbl set_localized {localize os_trkpreset}}
{full_selection.mesh set_showing FALSE}
{set $os_in_transition FALSE}
Expand Down Expand Up @@ -225,6 +225,18 @@
}
SET_RB4_TRACK_ANGLE
)
(os_rb4truprst
{if_else $texrunonce
{do
SET_RB4_TRUE_TEXTURE_PRESET
}
{do
{set $dx_queue_stock_track FALSE}
SET_RB4_TRUE_TEXTURE_PRESET
}
}
SET_RB4_TRACK_ANGLE
)
(os_fnfestivalprst
{if_else $texrunonce
{do
Expand Down

0 comments on commit 27d062d

Please sign in to comment.