Skip to content

Commit

Permalink
hide mic meshes
Browse files Browse the repository at this point in the history
  • Loading branch information
jnackmclain committed Jan 31, 2025
1 parent 3a30109 commit 2141bf6
Showing 1 changed file with 35 additions and 4 deletions.
39 changes: 35 additions & 4 deletions _ark/char/char_objects.dta
Original file line number Diff line number Diff line change
Expand Up @@ -1678,8 +1678,35 @@
[instrument_type]
mic}
{do
($mic_meshes
(
beta57_logo.mesh
beta57_resource.mesh
beta87_logo.mesh
beta87_resource.mesh
bonesandspikes_resource.mesh
brokenmic_resource.mesh
e935_logo.mesh
e935_resource.mesh
goth_resource.mesh
kms104_logo.mesh
kms104_resource.mesh
knife_resource.mesh
ksm9wireless_logo.mesh
ksm9wireless_resource.mesh
md431ii_logo.mesh
md431ii_resource.mesh
md441u_logo.mesh
md441u_resource.mesh
mic1.mesh
sm57_logo.mesh
sm57_resource.mesh
sm58_logo.mesh
sm58_resource.mesh
)
)
($mic
{instrument find mic.grp})
{instrument find translucent.grp})
($mic_stand
{instrument find mic_stand.grp})
($cowbell
Expand All @@ -1698,9 +1725,13 @@
{==
$inst
"cowbell"})
{if
$mic
{$mic set_showing $show_mic}}
{if $mic
{foreach $entry $mic_meshes
{if {instrument find $entry}
{{instrument find $entry} set_showing $show_mic}
}
}
}
{if
$mic_stand
{$mic_stand set_showing $show_mic}}
Expand Down

0 comments on commit 2141bf6

Please sign in to comment.