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.

Amadeus3D

Member
Apr 9, 2020
220
1,009
Anyone have TacoCat's latest environments?


 

isskini

Newbie
Mar 8, 2021
94
371
I think p00n3y did Amanda Tapping and then publicly released it, maybe not to everyone's taste though

 

Peter-Pirate

Well-Known Member
Sep 4, 2020
1,000
7,548
God damn , i never realised its that bad but never having an interest in kpop what so ever is probably why .
i literly only heard of it from creators using VAM etc and going through pics to look for inspiration i can see exactly what your saying.
Any chance of this.. PLEASE.. if you have patreon I will sub you..
jing tian

 
  • Like
Reactions: Kingoftrouble

Spikerama

New Member
Jan 6, 2020
11
26
Just extract this rar, in your vam\AddonPackages
Hey thanks for sharing that. There were a few missing files there but still didn't help. Still the same horror show. I noticed I had a similar thing with his Back Widow set as well. Is there a list of dependencies somewhere?
 

Peter-Pirate

Well-Known Member
Sep 4, 2020
1,000
7,548
Hey thanks for sharing that. There were a few missing files there but still didn't help. Still the same horror show. I noticed I had a similar thing with his Back Widow set as well. Is there a list of dependencies somewhere?
Its in the rar. with all the dependencies you need.

7Seed.Morph_Inverted_nipples.latest By: 7Seed License: CC BY-NC
AshAuryn.Pose_Tools.latest By: AshAuryn License: CC BY Link:
Hunting-Succubus.FemaleBodySmootherTessellation.1 By: Hunting-Succubus License: CC BY Link:
Jackaroo.JarModularExpressions.latest By: Jackaroo License: CC BY Link:
kemenate.Morphs.latest By: kemenate License: FC Link:
Mr_CadillacV8.!Morphs!.latest By: Mr_CadillacV8 License: FC Link:
prestigitis.hair-20191213.latest By: prestigitis License: CC BY-NC-SA
Spacedog.Import_Reloaded_Lite.latest By: Spacedog License: FC Link:
SupaRioAmateur.Sub_Demi_Eyes.1 By: SupaRioAmateur License: CC BY-NC-SA Link:
TenStrip.Morphs.latest By: TenStrip License: FC Link:
vecterror._Morphs2021.latest By: vecterror License: FC Link:
vecterror.ColorCorrect.latest By: vecterror License: CC BY
vecterror.LongSideHair.latest By: vecterror License: CC BY-NC Link:
 
  • Like
Reactions: lxlegionxl

Deleted member 1647502

Active Member
Sep 13, 2019
505
1,680
Vamifier 3 - deduping and cleaning your VAM.

OK, so this is the third iteration of my Vamifier, this one works in completely different way, though, and is probably most useful for content creators and people that just like to play with VAM, not those that load every possible VAR.

What it does is it indexes all important VAM files, assets etc. (including inside VAR) in your repo directory (might be your VAM installation directory), takes only SINGLE INSTANCE of each asset (based on its hash) and copies it into designated "cleaned" directory with all dependencies, preserving proper VAM directory structure. So you can either create a clean vam installation and point vamifier there, or copy any directory into fresh VAM, when Vamifier is done.

This of course means that after running this app you'll end up with a directory containing all morphs, all clothes and all hair models from all your VARs extracted (but only one instance of each!). So if you're a guy that believes VARs are good thing you probably won't be interested in this app, buy yourself another hard drive! But if you relised that VARs are good only for utility modules, this app will shrink you VAM insallation significantly! No more dupes, clean directory structure (see technical details at the bottom).

It also has some neat utility functions that you may find in usage info below:

Usage: <main class> [options]
Options:
-c, --clean
main function: copy/clean/dedupe assets from repo directory to clean
directory
Default: false

-rd, --refresh-db
force rescan of repo directory, run when previous scan failed or new
files added.
Default: false

-fs, --find-skins
find good skins with normals, gens, etc. in CLEANED
Default: false
This will list skins that might be well-done, based on which types are present


-lm, --list-mocaps
list modules with mocaps in REPO
Default: false
This will list saves and modules that probably have mocaps in them

-ls, --list-scripts
list scripts indexed by DB
Default: false

-gv, --group-vars
move vars to subdirectories based on their content in REPO
Default: false
If you have a lot of VARs it might be pretty difficult to decide what to see or keep. This option will look into contents of the vars and group them into directories based by content. Most useful for utility only VARs!

-i, --generate-icons
generate preview icons from VARs to see what's inside in REPO
Default: false
Goest through your VARs and extracts /save icon from them, good to check what's inside a particular VAR.

-cp, --convert-pose
convert legacy poses from REPO to preset poses in CLEANED
Default: false

-t, --autoimport-textures
create auto-importable textures (warning: interactive) in CLEANED
Default: false
A smart renamer that will make your textures ready for autoload. If it can't guess a proper texture it will present you a list to choose from.

-h, --help

Technical info for experts:

This app does following things in order:

- processes morphs by creating missing VMB for any DSF and then taking unique (by hash) VMBs and copying together with required VMI to proper Custom/Atom/Person/Morphs/[fe]male[_genitalia]. File name not changed.

- processes cloting/hair VABs by taking unique (by hash) VABs, gathering all their dependencies from all their JSONs, together with their presets and copying them into Custom/XXXX/[fe]male/{creator}/{uid} directory.

Having deduplicated morphs, hair and clothes and a huge db of file names and hashes it then starts to process VAP files by resolving their dependencies into deduped cleaned components and copying them into the same location in cleaned directory. I tried that only for looks, but the preset type shouldn't really matter.

And that's it. Take it for a spin if you want, note that I was using it on a more run-and-modify base and added these command line options just for you, not tested. So if you find something not working, PM me.

You run it with:

java -jar Vamifier3.jar

If you see an exception with *pio* inside, you need a higher Java version.

Download:


How does it resolve dependencies? Does it first grab raw assets or does it try to find the dependent vars first and unpack from those? Also, how does it deal with recursive dependencies? Like VAR A depends on VAR B which depends on VAR C. Does all the content from VAR A, B, and C get unpacked into the target VAM folder?

Would you be able to provide the same function, except with keeping the VAR files intact?
 

HentaiMofo

New Member
May 30, 2021
5
3
Was anyone able to get the MMD pack posted a while ago on arca? Post got deleted and I didn't have time to interpret the password.
 

Spikerama

New Member
Jan 6, 2020
11
26
Its in the rar. with all the dependencies you need.

7Seed.Morph_Inverted_nipples.latest By: 7Seed License: CC BY-NC
AshAuryn.Pose_Tools.latest By: AshAuryn License: CC BY Link:
Hunting-Succubus.FemaleBodySmootherTessellation.1 By: Hunting-Succubus License: CC BY Link:
Jackaroo.JarModularExpressions.latest By: Jackaroo License: CC BY Link:
kemenate.Morphs.latest By: kemenate License: FC Link:
Mr_CadillacV8.!Morphs!.latest By: Mr_CadillacV8 License: FC Link:
prestigitis.hair-20191213.latest By: prestigitis License: CC BY-NC-SA
Spacedog.Import_Reloaded_Lite.latest By: Spacedog License: FC Link:
SupaRioAmateur.Sub_Demi_Eyes.1 By: SupaRioAmateur License: CC BY-NC-SA Link:
TenStrip.Morphs.latest By: TenStrip License: FC Link:
vecterror._Morphs2021.latest By: vecterror License: FC Link:
vecterror.ColorCorrect.latest By: vecterror License: CC BY
vecterror.LongSideHair.latest By: vecterror License: CC BY-NC Link:
Yeah weird. I put it in and still getting the distortion. Amnyone else got any ideas why?
 
Status
Not open for further replies.
5.00 star(s) 5 Votes