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

Acknowledged Missing dependencies in Package Manager

AlexDenton

New member
Joined
Nov 30, 2020
Messages
14
Reactions
6
When a dependency is missing and its nested in the array of the meta.json dependencies, it doesnt show in the list "References", the package will have a red color but the only alternative will be to open the var and read the meta.json (A difficult thing for most).

Example:

JSON:
"dependencies": {
        "AcidBubbles.ImprovedPoV.latest": {
            "dependencies": {},
            "licenseType": "CC BY-SA"
        },
        "AcidBubbles.Passenger.latest": {
            "dependencies": {},
            "licenseType": "CC BY-SA"
        },
        "AcidBubbles.Timeline.latest": {
            "dependencies": {},
            "licenseType": "CC BY-SA"
        },
        "AdamAnt5.Realtime_LipSync.latest": {
            "dependencies": {},
            "licenseType": "Questionable"
        },
        "DoesNotCat.RealFakeLabias.latest": {
            "dependencies": {},
            "licenseType": "CC BY-NC-SA"
        },
        "MacGruber.Life.latest": {
            "dependencies": {},
            "licenseType": "CC BY-SA"
        },
        "Spacedog.EasyGaze_FingerMotion_KissMotion_Collection.latest": {
            "dependencies": {},
            "licenseType": "CC BY"
        },
        "Testitou.nico_dmc5.latest": {
            "dependencies": {
                "MacGruber.Life.latest": {
                    "dependencies": {},
                    "licenseType": "MISSING",
                    "missing": "true"
                },
                "MacGruber.PostMagic.latest": {
                    "dependencies": {},
                    "licenseType": "CC BY-SA"
                },
                "Scamp.PyssyHairParadise.latest": {
                    "dependencies": {},
                    "licenseType": "MISSING",
                    "missing": "true"
                },
                "prestigitis.hair-20191213.latest": {
                    "dependencies": {},
                    "licenseType": "MISSING",
                    "missing": "true"
                }
            },
            "licenseType": "CC BY-NC"
        }
    }

Thanks in advance,
 
I might fix this at some future point, but it is a bit complex to fix. The references list shown was meant to be direct references, not the nested references. And the Missing Packages list will correctly show what is missing overall.
 
I might fix this at some future point, but it is a bit complex to fix. The references list shown was meant to be direct references, not the nested references. And the Missing Packages list will correctly show what is missing overall.
I understand thanks!
 
Back
Top Bottom