Ideas

LittleSimBe's avatar
LittleSimBe
New Spectator
4 days ago
Status:
Reviewed

[DU] Servo Party Module Volume Controls Show Up in Wrong Pie Menu

Tested with NO mods and a freshly repaired game on ver1.118.257.1020

The volume control interactions that go with the Party Machine Behavior Module should be in
15512<!--stereo_volume--> but somehow they remain in root. Trying to link them to a custom PieMenu does not work either. I have never come across anything like this...

229944<!--stereo_changevolume_low_HumanoidRobot-->
229946<!--stereo_changevolume_medium_HumanoidRobot-->
229942<!--stereo_changevolume_high_HumanoidRobot-->

Edit By crinrict: Added Tag to Title, Adjusted Title

2 Comments

  • 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.