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.

splatterboy117

New Member
Dec 31, 2018
2
16
My first upload, at least I can contribute before it closes. Wonderland var and the dependencies list, cause I'm too stupid to repack them into one, and I imagine most of y'all already have these. Also iirc they're all free so google is your friend.





 

qqqqq1234

Newbie
Nov 24, 2020
77
86
Hi,

Others and myself have mentioned this before but the performance problems you see really only have one solution. A newer version of vam that actually uses more than 1 cpu core AND actually takes advantage of the GPU/FPU for math processing. The engine the current version of vam uses does not take advantage of multiple cpu's or the gpu both because of how meshed coded it but more the limitations of the game engine he used. This 'SHOULD' be resolved in release 2.0 when that drops maybe this year but more likely early next. There are tiny tweaks you can do to give you MAYBE 1 or 2 frames boost but nothing to improve it to the level you see other vr stuff running at.
The good thing is Meshed is aware of these issues and is serious about getting rid of them.
Some stuff to give you a slight improvement:
-Install VAM on a solid state drive. NVme would be the best.
-Set the user display settings to middle of the road vs Ultra (yea it kills alot of the better creators works but it does allow you to view them.)
-Make sure if you use an oculus (yuk facebook) headset that the facebook software isn't handling the display or set to auto. Just shut it off in the display settings. Also i strongly recommend you set your computer firewall to BLOCK any and all Facebook/oculus traffic in and out. We did a seperate review of this on reddit years ago about all the data facebook gets from your pc whenever you boot up and logon. You don't even have to have oculus running!
-Try and get rid of duplicate custom files. Far to many creators had reused textures and other creators stuff and it just makes a huge mess in VAM. Having 20 copies of the same hair is just asking for a lag fest.

This will all help improve the performance some. Your not going to get blazing performance even if you shell out tons of cash for a killer rig. I know i have one and performance going from my i5 to an i9 with a 3090 was minimal and really not worth it if all you do is play vam. (I game professionally so i had an excuse to go blow a wad of cash vs just blowing my wad!) ;)
If your goal is frames, that's easily obtainable by sacrificing a lot of wasteful physics crap. If you disable: advanced colliders, soft body physics (trust me, your dick wont notice) and remove or at least severely limit the complexity of hair sim and cloth sim (using ripped video game assets works wonders for sim clothing because they have a low polycount), and reduce physics iterations to lowest, you can have innumerable actors in a giant orgy with no issues even while in VR. Also I have a potato GTX980.
 

VENTONORTE

Newbie
Oct 26, 2020
84
93
Am bored, if anyone of you need a python script to do a particular task let me know, I can work on it (for free ) if the task is feasible.
I was working on an script that reads the vars, to identify if they have scenes, if so, it extracts the JPG, and puts it in a specific folder, so I can later visualize. if you are willing to improve and fix the script I can forward you in DM.
 
Apr 22, 2018
90
148
I was working on an script that reads the vars, to identify if they have scenes, if so, it extracts the JPG, and puts it in a specific folder, so I can later visualize. if you are willing to improve and fix the script I can forward you in DM.
I would love it if you can make toggle triggers have an effect you could use to make toggle negative/positive when triggered so you actually can toggle stuff in both directions instead of just one like it is now. I have no idea why meshed vr made it only one way toggle but i hate it. there is no way to make a trigger to toggle one effect off and another on at the same time and it is really stupid.
Please try to fix this, i would be very grateful if this worked well :)
If this can be done it will really make my day.
Now you can only toggle off or on but if you can make a mix with off/on as an options between toggles that is really great!
And maybe make an option to make sub triggers (where you decide if it is an active option) turn on/off when using other triggers.
For example, there is no way to toggle text or text colour with one trigger to do two different things, if i want to toggle text green in one push and red on another with the same toggle button there is no way to do this with the same button (atleast none i know about)
I think you know what i am trying to say but i can do another example, if i want to toggle (let`s say) a button to turn something on using ui buttons i can not use the same button for it if it is turn off on (without alot of extra understanding of the issue and how it works) if i want the same button to turn a green text to red with the same button, there is no toggle option for this, there really should be an option to toggle things both ways, not just on.
I would really like to see more options in the triggers and buttons so we can make more things happen when using them.
I hope i did not try to explain in a stupid way... i did not well sleep tonight lol
 
Last edited:
  • Like
Reactions: pigtamer69

Sir Digsbey

Newbie
Mar 7, 2018
42
73
I was just trying this tool out and I seem to get an error:
Code:
  File ".\depfinder.py", line 28
    if deps := json_data.get("dependencies"):
             ^
SyntaxError: invalid syntax
I'm running Python 3.7.9
python .\depfinder.py --var-path G:\VAM\AddonPackages

I thought it might be due to me having not just *.var files in the dir so I made a test folder with just one VAR file and got the same error.

Ideas of what I am doing wrong here?
I should've specified Python 3.8+, sorry.
 
  • Like
Reactions: celine.dijonnaise

Hentai sama

New Member
Jan 25, 2018
6
3
I was working on an script that reads the vars, to identify if they have scenes, if so, it extracts the JPG, and puts it in a specific folder, so I can later visualize. if you are willing to improve and fix the script I can forward you in DM.
Yeah, DM me I'll work on it.
 

ItsMrFoxToYou

Member
Jan 20, 2021
144
214
I would love it if you can make toggle triggers have an effect you could use to make toggle negative/positive when triggered so you actually can toggle stuff in both directions instead of just one like it is now. I have no idea why meshed vr made it only one way toggle but i hate it. there is no way to make a trigger to toggle one effect off and another on at the same time and it is really stupid.
Please try to fix this, i would be very grateful if this worked well :)
If this can be done it will really make my day.
Now you can only toggle off or on but if you can make a mix with off/on as an options between toggles that is really great!
For example, there is no way to toggle text or text colour with one trigger to do two things, if i want to toggle text green in one push and red on another with the same toggle button there is no way to do this with the same button (atleast none i know about)
Just set up two triggers, point each one to the things you want on or off. Use the "toggle" rather than setting On or off.
If one of the things is on and the other off, when you trigger, they will both toggle, swapping them around.
 
Apr 22, 2018
90
148
Just set up two triggers, point each one to the things you want on or off. Use the "toggle" rather than setting On or off.
If one of the things is on and the other off, when you trigger, they will both toggle, swapping them around.
That is the most logical answer i could expect, nice.
I will try this but i would really like it if it was an option in the triggers for this.
thx
But still it annoys me that there is no options in the triggers to adjust the trigger values.
lets say you want a triple toggle trigger (or more)
There is no option for that.
 
Last edited:

a1942y

Member
Oct 30, 2019
300
36
Hello everyone~
I want to ask about the rain in this free scene.
一( )一
It feels very lifelike and I like it very much, but I don't know what the result is.
The English expression may not be very good, but I will try my best to express my original question, thank you
 

vads44

New Member
Aug 15, 2021
1
6
Hi guys, new member here been making some VAM characters. New too this as well, let me know what you think.
Took me 2 weeks too get her face right, well so it at least resembles her lol. Viewers of S66 UK may recognise, maybe not lol.



Credit too Alter3go for his YouTube video: from 0 to replica
 

Anonim0use

Newbie
Sep 15, 2019
35
191
-Make sure if you use an oculus (yuk facebook) headset that the facebook software isn't handling the display or set to auto. Just shut it off in the display settings. Also i strongly recommend you set your computer firewall to BLOCK any and all Facebook/oculus traffic in and out. We did a seperate review of this on reddit years ago about all the data facebook gets from your pc whenever you boot up and logon. You don't even have to have oculus running!
Interesting tips, regarding this particular point, i never succeeded to play without having this annoying Oculus app running... I have a quest2 and use Vam with oculus link, I tried virtual desktop but it's not smooth... If i close OVR app on my computer, it shut Oculus link down in VR. Could you tell me how to ? and what "display settings" are you talking about ?
Sry for my english lol :ROFLMAO:
 

_Wolf_

Member
Sep 25, 2017
170
323
Who makes good lap dances?
Paid or otherwise, I'm looking for suggestions.
All I really have is C&G Studio.
As with anything VaM content, it's down to personal preference. I'd say try all the creators that has them. ReignMocap, KittyMocap, AlpacaLap,,Vihper, Timbo (if he has one made),MK_47(has a couple), and VirtaMouse (has a couple). These are the ones I can remember and each has their on style and look. So it'll come down to personal preference.
 

ItsMrFoxToYou

Member
Jan 20, 2021
144
214
Interesting tips, regarding this particular point, i never succeeded to play without having this annoying Oculus app running... I have a quest2 and use Vam with oculus link, I tried virtual desktop but it's not smooth... If i close OVR app on my computer, it shut Oculus link down in VR. Could you tell me how to ? and what "display settings" are you talking about ?
Sry for my english lol :ROFLMAO:
If you use a Quest 2 and Virtual Desktop, make THIS into a batch file and run it from within virtual desktop to start VaM
"C:\Program Files\Virtual Desktop Streamer\VirtualDesktop.Streamer.exe" "C:\VR\VaM\VaM.exe"

Keep the quotes and edit paths to be correct for your system. If you launch it this way the shitty oculus app doesn't open and it should run smoother.
 

foibosapoon

New Member
Jan 14, 2018
4
3
Hello again. I was 5 weeks away and the number of pages have swollen to 854, I lost one great Look with scarlet witch babe, it was the best here yet, not from Zombie/Orregon/Bamair, but from some japanese group (sadly can't find it after scrolling like 100 pages). Can anyone help? Thanks a lot.
 

eponge

Member
Oct 21, 2017
233
648
I was working on an script that reads the vars, to identify if they have scenes, if so, it extracts the JPG, and puts it in a specific folder, so I can later visualize. if you are willing to improve and fix the script I can forward you in DM.
Try , you need python. It has a thumb command: vamtb.py -d d:\Gams\VAM thumb
You can then go with explorer into thumb\00-Flat and in Explorer menu, group by keywords and you should have thumbnails.
 
  • Like
Reactions: Anon2469

Anon2469

Member
Jul 13, 2020
331
1,300
Hello again. I was 5 weeks away and the number of pages have swollen to 854, I lost one great Look with scarlet witch babe, it was the best here yet, not from Zombie/Orregon/Bamair, but from some japanese group (sadly can't find it after scrolling like 100 pages). Can anyone help? Thanks a lot.
Maybe this one?

https://f95zone.to/threads/virt-a-m...-scenes-looks-ect.34878/page-790#post-6359125
Or was it a ScarJo lookalike? Can you describe what the look was. I can check my backup if I had more info.
 
Status
Not open for further replies.
5.00 star(s) 5 Votes