• Hi Guest!

    We are extremely excited to announce the release of our first Beta for VaM2, the next generation of Virt-A-Mate which is currently in development.
    To participate in the Beta, a subscription to the Entertainer or Creator Tier is required. Once subscribed, download instructions can be found here.

    Click here for information and guides regarding the VaM2 beta. Join our Discord server for more announcements and community discussion about VaM2.

Fixed (FIXED in 1.21.2.0) AptSpeaker no Volume Actions (triggers)

RandomVAMUser

Well-known member
Joined
Dec 21, 2020
Messages
746
Solutions
13
Reactions
762
This is old bug, I decided to report it for archival purposes.

Basically Volume Actions (triggers) are broken on AptSpeaker, Add Volume Action option does nothing.
AptSpeakerTrigger.jpg


I doubt many use that nippleSpeaker as main audio source.
But the only way to add actions is by manually adding triggers inside scene.json (still... even after that actions are not listed on UI).

example - basic scene (manually added trigger to change light intensity):
JSON:
{
   "playerHeightAdjust" : "-0.6750634",
   "monitorCameraRotation" : {
      "x" : "0.05004183",
      "y" : "0",
      "z" : "0"
   },
   "useSceneLoadPosition" : "false",
   "atoms" : [
      {
         "id" : "WindowCamera",
         "on" : "true",
         "type" : "WindowCamera",
         "position" : {
            "x" : "0.351",
            "y" : "1.831",
            "z" : "0.155"
         },
         "rotation" : {
            "x" : "0",
            "y" : "0",
            "z" : "0"
         },
         "containerPosition" : {
            "x" : "0.351",
            "y" : "1.831",
            "z" : "0.155"
         },
         "containerRotation" : {
            "x" : "0",
            "y" : "0",
            "z" : "0"
         },
         "storables" : [
            {
               "id" : "control",
               "position" : {
                  "x" : "0.351",
                  "y" : "1.831",
                  "z" : "0.155"
               },
               "rotation" : {
                  "x" : "0",
                  "y" : "0",
                  "z" : "0"
               }
            },
            {
               "id" : "DisplayControl",
               "position" : {
                  "x" : "0.51",
                  "y" : "1.831",
                  "z" : "0.155"
               },
               "rotation" : {
                  "x" : "0",
                  "y" : "0",
                  "z" : "0"
               },
               "linkTo" : "WindowCamera:control"
            }
         ]
      },
      {
         "id" : "CoreControl",
         "on" : "true",
         "type" : "CoreControl",
         "storables" : [
            {
               "id" : "MotionAnimationMaster",
               "triggers" : [
               ]
            }
         ]
      },
      {
         "id" : "[CameraRig]",
         "on" : "true",
         "type" : "VRController",
         "position" : {
            "x" : "2.501731",
            "y" : "0",
            "z" : "6.253492"
         },
         "rotation" : {
            "x" : "0",
            "y" : "183.5",
            "z" : "0"
         },
         "storables" : [
         ]
      },
      {
         "id" : "AptSpeaker",
         "on" : "true",
         "type" : "AptSpeaker",
         "position" : {
            "x" : "2",
            "y" : "0",
            "z" : "-1"
         },
         "rotation" : {
            "x" : "0",
            "y" : "0",
            "z" : "0"
         },
         "containerPosition" : {
            "x" : "2",
            "y" : "0",
            "z" : "-1"
         },
         "containerRotation" : {
            "x" : "0",
            "y" : "0",
            "z" : "0"
         },
         "storables" : [
            {
               "id" : "AptSpeaker_Import",
               "spatialize" : "true",
               "volumeTriggerQuickness" : "50",
               "volumeTriggerMultiplier" : "2",
               "trigger" : {
                  "startActions" : [
                  ],
                  "transitionActions" : [
                     {
                        "name" : "Light intensity",
                        "receiverAtom" : "InvisibleLight",
                        "receiver" : "Light",
                        "receiverTargetName" : "intensity",
                        "startValue" : "0",
                        "endValue" : "2",
                        "startWithCurrentVal" : "false"
                     }
                  ],
                  "endActions" : [
                  ]
               }
            },
            {
               "id" : "control",
               "position" : {
                  "x" : "2",
                  "y" : "0",
                  "z" : "-1"
               },
               "rotation" : {
                  "x" : "0",
                  "y" : "0",
                  "z" : "0"
               }
            }
         ]
      },
      {
         "id" : "InvisibleLight",
         "on" : "true",
         "type" : "InvisibleLight",
         "position" : {
            "x" : "0.29",
            "y" : "1.833",
            "z" : "0.238"
         },
         "rotation" : {
            "x" : "0",
            "y" : "0",
            "z" : "0"
         },
         "containerPosition" : {
            "x" : "0.29",
            "y" : "1.833",
            "z" : "0.238"
         },
         "containerRotation" : {
            "x" : "0",
            "y" : "0",
            "z" : "0"
         },
         "storables" : [
            {
               "id" : "Light",
               "intensity" : "0"
            },
            {
               "id" : "control",
               "position" : {
                  "x" : "0.29",
                  "y" : "1.833",
                  "z" : "0.238"
               },
               "rotation" : {
                  "x" : "0",
                  "y" : "0",
                  "z" : "0"
               }
            }
         ]
      },
      {
         "id" : "UIButton",
         "on" : "true",
         "type" : "UIButton",
         "position" : {
            "x" : "1.4",
            "y" : "1",
            "z" : "0"
         },
         "rotation" : {
            "x" : "0",
            "y" : "0",
            "z" : "0"
         },
         "containerPosition" : {
            "x" : "1.4",
            "y" : "1",
            "z" : "0"
         },
         "containerRotation" : {
            "x" : "0",
            "y" : "0",
            "z" : "0"
         },
         "storables" : [
            {
               "id" : "Trigger",
               "trigger" : {
                  "startActions" : [
                     {
                        "receiverAtom" : "AptSpeaker",
                        "receiver" : "AptSpeaker_Import",
                        "receiverTargetName" : "PlayNow",
                        "audioClipType" : "Embedded",
                        "audioClipCategory" : "Music",
                        "audioClip" : "NightlyNewsOrigMix"
                     }
                  ],
                  "transitionActions" : [
                  ],
                  "endActions" : [
                  ]
               }
            },
            {
               "id" : "control",
               "position" : {
                  "x" : "1.4",
                  "y" : "1",
                  "z" : "0"
               },
               "rotation" : {
                  "x" : "0",
                  "y" : "0",
                  "z" : "0"
               }
            }
         ]
      }
   ]
}
 
This will be fixed in upcoming 1.21.2.0 release.
 
I have this completed and it is working. Will be in 1.21.2.0
 
Back
Top Bottom