Skip to content

Commit

Permalink
fix h2h crash
Browse files Browse the repository at this point in the history
  • Loading branch information
LlysiX committed Jan 13, 2024
1 parent bad7bed commit 7249fd0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions _ark/dx/track/dx_h2h_callback.dta
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{set [num_gems_combo] 0}
{$this check_missed}
{{{get_track_0_panel} find streak_meter} star_deploy_stop}
{{{{get_track_0_panel} find streak_meter} find glass.mat} set diffuse_tex {$this find multiplier_cap_glass_vox.tex}}
{{{{get_track_0_panel} find streak_meter} find glass.mat} set diffuse_tex {{get_track_panel} find multiplier_cap_glass_vox.tex}}
{track_0 stop_deploy}
}
)
Expand All @@ -24,7 +24,7 @@
{set [num_gems_combo] 0}
{$this check_missed}
{{{get_track_0_panel} find streak_meter} star_deploy_stop}
{{{{get_track_0_panel} find streak_meter} find glass.mat} set diffuse_tex {$this find multiplier_cap_glass_vox.tex}}
{{{{get_track_0_panel} find streak_meter} find glass.mat} set diffuse_tex {{get_track_panel} find multiplier_cap_glass_vox.tex}}
{track_0 stop_deploy}
)
(check_fc
Expand All @@ -39,7 +39,7 @@
(check_missed
{if {> {'+' [num_gems_miss] [num_gems_pass]} 0}
{{{get_track_0_panel} find streak_meter} star_deploy_stop}
{{{{get_track_0_panel} find streak_meter} find glass.mat} set diffuse_tex {$this find multiplier_cap_glass_vox.tex}}
{{{{get_track_0_panel} find streak_meter} find glass.mat} set diffuse_tex {{get_track_panel} find multiplier_cap_glass_vox.tex}}
{track_0 stop_deploy}
}
{if_else {== {{game get_participant_config 0} get_track_sym} guitar}
Expand Down Expand Up @@ -152,7 +152,7 @@
{set [num_gems_combo] 0}
{$this check_missed}
{{{get_track_1_panel} find streak_meter} star_deploy_stop}
{{{{get_track_1_panel} find streak_meter} find glass.mat} set diffuse_tex {$this find multiplier_cap_glass_vox.tex}}
{{{{get_track_1_panel} find streak_meter} find glass.mat} set diffuse_tex {{get_track_panel} find multiplier_cap_glass_vox.tex}}
{track_1 stop_deploy}
}
)
Expand All @@ -163,7 +163,7 @@
{set [num_gems_combo] 0}
{$this check_missed}
{{{get_track_1_panel} find streak_meter} star_deploy_stop}
{{{{get_track_1_panel} find streak_meter} find glass.mat} set diffuse_tex {$this find multiplier_cap_glass_vox.tex}}
{{{{get_track_1_panel} find streak_meter} find glass.mat} set diffuse_tex {{get_track_panel} find multiplier_cap_glass_vox.tex}}
{track_1 stop_deploy}
)
(check_fc
Expand All @@ -178,7 +178,7 @@
(check_missed
{if {> {'+' [num_gems_miss] [num_gems_pass]} 0}
{{{get_track_1_panel} find streak_meter} star_deploy_stop}
{{{{get_track_1_panel} find streak_meter} find glass.mat} set diffuse_tex {$this find multiplier_cap_glass_vox.tex}}
{{{{get_track_1_panel} find streak_meter} find glass.mat} set diffuse_tex {{get_track_panel} find multiplier_cap_glass_vox.tex}}
{track_1 stop_deploy}
}
{if_else {== {{game get_participant_config 0} get_track_sym} guitar}
Expand Down

0 comments on commit 7249fd0

Please sign in to comment.