[Trilogy] Aurora: Hanging Out FREE

Scenes [Trilogy] Aurora: Hanging Out FREE

Omega

Well-known member
Messages
61
Reactions
287
Points
53
Patreon
OmegaVAM
Omega submitted a new resource:

Aurora: Hanging Out FREE - Tonight you're hanging out with Aurora, and it's gonna be fun...

Aurora: Hanging Out​

In this scene, the first of a series of scenes to come, Aurora takes charge whilst you lay back and enjoy the view. Aurora likes it hard and deep, and she's going to get what she wants.

Fully Custom Voice Over, hear her moan as she rides you and listen to what she has to say about it!​

The Free Edition is merely a taste of what Aurora is capable of. Visit...

Read more about this resource...
 
I downloaded the file, but it saved as 344802-37ca97ef4fc0a2d731407f2679580213.data. I can still open it with 7-Zip though. I believe changing the name of the var should fix it. VaM and the hub are not very good with special characters and/or non alpha numeric text in the var name, with exception of hyphens and underscores. I am pretty sure it is the semicolon in the name Aurora;Hanging_Out_FREE, that is the cause. I do know that the semicolon is definitely not Windows filename friendly. Hope I narrowed it down and saved you some time troubleshooting. 😃
 
I downloaded the file, but it saved as 344802-37ca97ef4fc0a2d731407f2679580213.data. I can still open it with 7-Zip though. I believe changing the name of the var should fix it. VaM and the hub are not very good with special characters and/or non alpha numeric text in the var name, with exception of hyphens and underscores. I am pretty sure it is the semicolon in the name Aurora;Hanging_Out_FREE, that is the cause. I do know that the semicolon is definitely not Windows filename friendly. Hope I narrowed it down and saved you some time troubleshooting. 😃
Windows actually allowed me to use the semi-colon so I just assumed it would be all good with the hub too, I've changed the naming format - hopefully this fixes it for everybody.
 
I am working on getting the custom audio files working, it should be sorted within 24 hours.
 
I am working on getting the custom audio files working, it should be sorted within 24 hours.
The references are just wrong and point to the local Custom/Sounds folder:
Code:
            {
               "id" : "URLAudioClipManager",
               "clips" : [
                  {
                     "url" : "Custom/Sounds/SFX/Slaps/slap 1.mp3",
                     "displayName" : "slap 1.mp3"
                  },
[...]
            }

This should be:
Code:
            {
               "id" : "URLAudioClipManager",
               "clips" : [
                  {
                     "url" : "SELF:/Custom/Sounds/SFX/Slaps/slap 1.mp3",
                     "displayName" : "slap 1.mp3"
                  },
[...]
            }

The same goes for her morphs. However, they are missing from the var.
Code:
                  {
                     "uid" : "Custom/Atom/Person/Morphs/female/Aurora-80100292.vmi",
                     "name" : "Aurora",
                     "value" : "1"
                  },
                  {
                     "uid" : "Custom/Atom/Person/Morphs/female_genitalia/Aurora-80100292-Genital.vmi",
                     "name" : "Aurora Genital",
                     "value" : "1"
                  },

There's also an exception that's likely related to one of the plugins used.
Code:
!> Error: Can't find classid!
!> Error: Can't find classid!
!> Error: Can't find classid!
!> Error: Can't find classid!
!> Error: Can't find classid!
!> Error: Can't find classid!
!> Error: Can't find classid!
!> Error: Can't find classid!
!> Error: Can't find classid!
!> Error: Can't find classid!
!> Error: Can't find classid!
!> Error: Can't find classid!
!> Error: Can't find classid!
 
Last edited:
By the way, the canvas buttons interfere with vam's UI.

1710502483462.png
 
The references are just wrong and point to the local Custom/Sounds folder:
Code:
            {
               "id" : "URLAudioClipManager",
               "clips" : [
                  {
                     "url" : "Custom/Sounds/SFX/Slaps/slap 1.mp3",
                     "displayName" : "slap 1.mp3"
                  },
[...]
            }

This should be:
Code:
            {
               "id" : "URLAudioClipManager",
               "clips" : [
                  {
                     "url" : "SELF:/Custom/Sounds/SFX/Slaps/slap 1.mp3",
                     "displayName" : "slap 1.mp3"
                  },
[...]
            }

The same goes for her morphs. However, they are missing from the var.
Code:
                  {
                     "uid" : "Custom/Atom/Person/Morphs/female/Aurora-80100292.vmi",
                     "name" : "Aurora",
                     "value" : "1"
                  },
                  {
                     "uid" : "Custom/Atom/Person/Morphs/female_genitalia/Aurora-80100292-Genital.vmi",
                     "name" : "Aurora Genital",
                     "value" : "1"
                  },

There's also an exception that's likely related to one of the plugins used.
Code:
!> Error: Can't find classid!
!> Error: Can't find classid!
!> Error: Can't find classid!
!> Error: Can't find classid!
!> Error: Can't find classid!
!> Error: Can't find classid!
!> Error: Can't find classid!
!> Error: Can't find classid!
!> Error: Can't find classid!
!> Error: Can't find classid!
!> Error: Can't find classid!
!> Error: Can't find classid!
!> Error: Can't find classid!
I've fixed the audio, I'm now just trying to figure out why her morphs are missing from the var. I'll do some trial and error and figure it out. I really appreciate your assistance with all this, I'm still figuring out the whole packaging thing...

Also, whilst I can move the canvas buttons out of the way any changes made to the female atom would almost certainly cause problems with the animations. Once I've figured out the morph issues I'll move the canvas buttons for quality of life.
 
Back
Top Bottom