this is old bug from 1.19.2.x (maybe older) that breaks reference path
Issue:
Using Receiver Target trigger that starts with toggle:<something>, clothing:<> or hair:<> breaks reference by adding said prefix.
Potentially this could be true for any trigger (Receiver Target) that starts with something:<> (i didn't test every possible combination)
How to reproduce:
-add person
-equip some package clothes/hairstyle (it could be local loose files, same issue)
-add quick UIButton or UIToggle
-add trigger to toggle said item (ReceiverAtom: Person Receiever: geometry Receiver Target: toggle:<item>)
-example: Person > geometry > clothing:Vince.Clothing_PleatedSkirtV2T.2:/Custom/Clothing/Female/Vince/Pleated Skirt V2T/Pleated Skirt V2T.vam
-save scene and open package builder
-add saved scene > prep.package > look at broken reference > finalize package > look at missing package errors
fix/workaround:
i don't know...don't use those triggers, use presets instead?
EDIT:
I'm 100% sure that i've seen this toggle: dependency before (but i always thought maybe old bug from early hub days or something)
But than after looking at dependecies here:
i have noticed this:
quick peak inside meta and that points to this package (created using v1.19.2.2):
That's why i decided to confirm if bug still works with v1.20.77.9
Issue:
Using Receiver Target trigger that starts with toggle:<something>, clothing:<> or hair:<> breaks reference by adding said prefix.
Potentially this could be true for any trigger (Receiver Target) that starts with something:<> (i didn't test every possible combination)
How to reproduce:
-add person
-equip some package clothes/hairstyle (it could be local loose files, same issue)
-add quick UIButton or UIToggle
-add trigger to toggle said item (ReceiverAtom: Person Receiever: geometry Receiver Target: toggle:<item>)
-example: Person > geometry > clothing:Vince.Clothing_PleatedSkirtV2T.2:/Custom/Clothing/Female/Vince/Pleated Skirt V2T/Pleated Skirt V2T.vam
-save scene and open package builder
-add saved scene > prep.package > look at broken reference > finalize package > look at missing package errors
fix/workaround:
i don't know...don't use those triggers, use presets instead?
Code:
{
"licenseType" : "CC BY",
"creatorName" : "RVU",
"packageName" : "test",
"standardReferenceVersionOption" : "Latest",
"scriptReferenceVersionOption" : "Exact",
"description" : "",
"credits" : "",
"instructions" : "",
"promotionalLink" : "",
"programVersion" : "1.20.77.9",
"contentList" : [
"Saves/scene/_test.json",
"Saves/scene/_test.jpg",
"Custom/Hair/Female/RenVR/RenVR/Lexi Long (REN).vam",
"Custom/Hair/Female/RenVR/RenVR/Lexi Long (REN).jpg",
"Custom/Hair/Female/RenVR/RenVR/Lexi Long (REN).vaj",
"Custom/Hair/Female/RenVR/RenVR/Lexi Long (REN).vab"
],
"dependencies" : {
"Vince.Clothing_PleatedSkirtV2T.latest" : {
"licenseType" : "CC BY-NC",
"dependencies" : {
}
},
"NoOC.Clothing_SailorLingerie.latest" : {
"licenseType" : "CC BY-NC-SA",
"dependencies" : {
}
},
"NoStage3.Hair_Long_Upswept_Top_Bun.latest" : {
"licenseType" : "CC BY",
"dependencies" : {
}
},
"toggle:NoStage3.Hair_Long_Upswept_Top_Bun.latest" : {
"missing" : "true",
"licenseType" : "MISSING",
"dependencies" : {
}
},
"toggle:Vince.Clothing_PleatedSkirtV2T.latest" : {
"missing" : "true",
"licenseType" : "MISSING",
"dependencies" : {
}
},
"clothing:NoOC.Clothing_SailorLingerie.latest" : {
"missing" : "true",
"licenseType" : "MISSING",
"dependencies" : {
}
}
},
"customOptions" : {
"preloadMorphs" : "false"
},
"hadReferenceIssues" : "true",
"referenceIssues" : [
{
"reference" : "toggle:NoStage3.Hair_Long_Upswept_Top_Bun.1:/Custom/Hair/Female/NoStage3/Long Upswept Top Bun/Top Bun.vam",
"issue" : "BROKEN: Missing package that is referenced"
},
{
"reference" : "hair:Custom/Hair/Female/RenVR/RenVR/Lexi Long (REN).vam",
"issue" : "BROKEN: References local file not included in package. File is missing"
},
{
"reference" : "toggle:Vince.Clothing_PleatedSkirtV2T.2:/Custom/Clothing/Female/Vince/Pleated Skirt V2T/Pleated Skirt V2T.vam",
"issue" : "BROKEN: Missing package that is referenced"
},
{
"reference" : "clothing:NoOC.Clothing_SailorLingerie.2:/Custom/Clothing/Female/NoOC/SailorLingerie/SailorLingerie.vam",
"issue" : "BROKEN: Missing package that is referenced"
}
]
}
EDIT:
I'm 100% sure that i've seen this toggle: dependency before (but i always thought maybe old bug from early hub days or something)
But than after looking at dependecies here:
Scenes - Future Girl Next Door - Dependencies
hub.virtamate.com
toggle:GeeMan55.Underwire_Bra.latest | MISSING | Not found on Hub |
toggle:Skippy.Skippys_CumClothing.latest | MISSING | Not found on Hub |
Scenes - Super Blowjob - Dependencies
hub.virtamate.com
Last edited: