Ideas
LittleSimBe
2 months agoNew Spectator
Found the root of the issue:
The 3 volume interactions for HumanoidRobot get their affordance from an object in the Servos inventory:
Name: InviseractableModelGEN_PartyBot_MusicProvider
Instance: 00000000000387A8
InstanceDecimal: 231336
The interactions are missing the category_on_forward entry in their tunings:
<T n="category">15512<!--stereo_volume--></T>
<V n="category_on_forwarded" t="enabled">
<T n="enabled">15512<!--stereo_volume--></T>
</V>Should be an easy fix.