Collection Mod Unity Virt-A-Mate Mod Assets: Clothing,Environments,Objects,Scenes,Looks,ect.

5.00 star(s) 5 Votes
Status
Not open for further replies.

Anon2469

Member
Jul 13, 2020
331
1,299
Does anyone know if the look in the preview image has been released or shared anywhere?
 

Haliwod

Member
Jan 8, 2018
177
277
Thanks! I guess I do have all the dependencies, but the scene still isn't working. Oh well.
Just a long shot but do you have all the vars in the AddonPackages main folder or you throw it into subfolders within? I had subfolders before and it fucked up some scenes. I figured it out only after VAM reinstall from a scratch. Decided to store everything in AddonPackages main folder and most scenes were running as intended.
 

kraoro

Active Member
Jul 9, 2017
891
1,115
Just a long shot but do you have all the vars in the AddonPackages main folder or you throw it into subfolders within? I had subfolders before and it fucked up some scenes. I figured it out only after VAM reinstall from a scratch. Decided to store everything in AddonPackages main folder and most scenes were running as intended.
If it's in var form, I'll put them in AddonPackages, but if they're loose folders/files, I'll put them in the older file structure. No subfolders in AddonPackages because I was told not to do them.
 
  • Like
Reactions: Haliwod

Fragginz

Newbie
Nov 10, 2018
21
102
1 week to go? Damn... Well, it was good meeting you fags and having some top-tier bants. All good things must come to an end I guess, sigh.

I'll think of you guys whenever I have a good VaM fap... No homo, of course.
 

Hitamaru

Member
May 24, 2019
327
92
hi Guys maybe someone could answer me ,is there a possibilitie to watch porn with DreamHomeweb tV in game ?? i ve try youtube works but it s the only one i can click on play button ... any idea ??
 

mrmagmrmag2

Newbie
Dec 21, 2018
50
128
What happened to the idea to move to a new forum for discussion?
The agreement was to move the discussion to the 'main thread' (still need to know what this main thread now really will be) and do the requests/releases each in a new thread (which can still be linked from the new discussion 'main thread').
 

AroD12

Newbie
Jan 31, 2021
74
90
If it's in var form, I'll put them in AddonPackages, but if they're loose folders/files, I'll put them in the older file structure. No subfolders in AddonPackages because I was told not to do them.
I've been using subfolders in AddonPackages, for VARs of course, for a while now and it has given me absolutely no problem in scenes. It becomes so much easier to know what is what and what I can get rid of. Depends on one's strategy to keep VAM lean and on usage, but I find that subfolders in AddonPackages brings me way more benefits over the disadvantages it has.
Much more problematic are VARs that are poorly made and others that have huge lists of dependencies. Having subfolders makes it easier to know what a VAR that I don't want to keep requires and I can safely get rid of the unneeded dependencies. To me the subfolder system works wonders.
 

Sir Digsbey

Newbie
Mar 7, 2018
42
73
If like me you have tons of missing dependencies that aren't in the hub and need an easier way to list them, I wrote this little Python script that will make it easier.

Available here:

The keys in the JSON are what packages have missing dependencies, and the value is a list of all the missing dependencies that that package has.
For example:

JSON:
    "vecterror.PerPip_looks.2.var": [
        "vecterror.PePivsMan",
        "Jackaroo.MocapExpressionsMale",
        "Jackaroo.JarExpressions",
        "vecterror.BODY_SHAPE1"
    ]
Means that vecterror.PerPip_looks.2.var (which I do have) is missing the packages vecterror.PePivsMan, Jackaroo.MocapExpressionsMale, Jackaroo.JarExpressions, etc...

Just run it with python 3.8+ (python depfinder.py --var-path <PATH_TO_VARS> and the results will both be printed and saved to a file called missing.json.
You can also add --list if you prefer a simple list of missing packages (which will be saved to missing.txt).
 
Last edited:
Status
Not open for further replies.
5.00 star(s) 5 Votes