Create and Fuck your AI Cum Slut -70% OFF
x

TellyV

Member
Jun 11, 2020
146
400
238
The previous VAM thread we used had at least multiple daily shares, since they closed that thread only a few new uploads have been done in the assets section. I wonder if this is out of protest or that there is another place to share. It appears as of now that the VAM sharing on f95zone.to is mostly dead.
This clearly isn't working out well at all. We went from 33 shares on Wednesday 25th Aug on the mega thread:
(10 links to paid content, 13 missing dependencies request fulfilled, mostly paid, 2 depreciated files, 1 repaired file, 2 Kemono links and 5 pieces of original content. Numerous posts offering help and advice, and a little bit of shitposting.) In the space to 24 hours.

Since the thread got locked over 60 hours ago, we have a handful of posts on here, literally one share on the asset releases, and one piece of original content from Gorgar, that I have no idea if it should be even on this thread or in some kind of asset release page of its own... I'm not even sure what rules are now.
 

Bob_Oblong

Member
Nov 28, 2020
188
1,468
260
i don't see the benefit of this at all
This clearly isn't working out well at all. We went from 33 shares on Wednesday 25th Aug on the mega thread:
(10 links to paid content, 13 missing dependencies request fulfilled, mostly paid, 2 depreciated files, 1 repaired file, 2 Kemono links and 5 pieces of original content. Numerous posts offering help and advice, and a little bit of shitposting.) In the space to 24 hours.

Since the thread got locked over 60 hours ago, we have a handful of posts on here, literally one share on the asset releases, and one piece of original content from Gorgar, that I have no idea if it should be even on this thread or in some kind of asset release page of its own... I'm not even sure what rules are now.
the relationship with f95 and vam is dead. Was hesitant about that new discord working out but besides crazy3dmodeler idiocy the separated categories mimicking FreeDLC has a lot of potential. f95 was great while it lasted but redknight made a bad decision for the community here.
 

TellyV

Member
Jun 11, 2020
146
400
238
i don't see the benefit of this at all

the relationship with f95 and vam is dead. Was hesitant about that new discord working out but besides crazy3dmodeler idiocy the separated categories mimicking FreeDLC has a lot of potential. f95 was great while it lasted but redknight made a bad decision for the community here.
Perhaps, I'm on there and they are already talking about an inevitable DMCA takedown and abandoning it in favour of an invite only site. I'm going to keep an eye on it, but even if it stays up it just doesn't feel as chill a place to hang out at F95 was :(
 

keycode

Newbie
Aug 21, 2017
64
51
221
When I see actions so drastic and lethal (closing the historical assets sharing thread) over the best motivation for wich so a lot of guys were using to navigate f95, I can think only to one real motivation: legal issues threats. Was nice till it was lasting. Thanks and my best sincere wishes to all the people who made my vam experience free from the absurd patreon paywall bazar. I think also that vam secondary market will soon regret the "deprecated" f95 zone advertising.
 
Last edited:
  • Like
Reactions: Anon2469

I_Love_Latex

Newbie
Mar 17, 2018
66
180
198
Right, how the f*ck do you import high heeled shoes/boots? I just cant figure out for the life of me how to get the item to conform to the models feet. They just stick out like this:

1630657756701.png

If I move the foot to conform with the boots, the boots move too.
 
  • Like
Reactions: Anon2469

TellyV

Member
Jun 11, 2020
146
400
238
Right, how the f*ck do you import high heeled shoes/boots? I just cant figure out for the life of me how to get the item to conform to the models feet. They just stick out like this:

View attachment 1385578

If I move the foot to conform with the boots, the boots move too.
Haven't got around to porting clothes yet do don't know myself, but I found this on Reddit:

 

TellyV

Member
Jun 11, 2020
146
400
238
Does anyone still here have any C# skills?

Looking at this : It's pretty neat, but its a complete CPU vampire, I think it could benefit from having a slider to set millisecond delay between taking samples so its not trying to run on every single frame. But I cannot figure out how to do it. Original author doesn't seem to be active.

Also, does anyone know if there is a way to give a web panel directional audio?
 
  • Like
Reactions: Anon2469
Dec 1, 2020
73
71
48
Does anyone still here have any C# skills?

Looking at this : It's pretty neat, but its a complete CPU vampire, I think it could benefit from having a slider to set millisecond delay between taking samples so its not trying to run on every single frame. But I cannot figure out how to do it. Original author doesn't seem to be active.

Also, does anyone know if there is a way to give a web panel directional audio?


I had a look over it and improved 2 things:
-I only let the sampling happen every 10 frames instead of every frame Every frame again for smoother color fading.
-Greatly reduced the sampling algorithm complexity to get the average color of the screen (30 random pixels averaged together instead of every pixel on the canvas). No sliders for it yet.

Seems to look the same as before, but with barely any performance hit and no weird stuttering anymore.

Let me know if that's good for you, because I'm a noob and never worked on a VAM plugin before.
Edit: Updated link with a smoother version.
 
Last edited:

TellyV

Member
Jun 11, 2020
146
400
238


I had a look over it and improved 2 things:
-I only let the sampling happen every 10 frames instead of every frame
-Greatly reduced the sampling complexity algorithm to get the average color of the screen (10 random pixels averaged together instead of every pixel on the canvas). No sliders for it yet.

Seems to look the same as before, but with barely any performance hit and no weird stuttering anymore.

Let me know if that's good for you, because I'm a noob and never worked on a VAM plugin before.
General script load dropped significantly, and its stopped VAM becomes unresponsive for half a second every couple of seconds. With the simplified sampling the light generated colour still matches closely the screen, So that's great. Only issue is, the 10ms updates make the generated light strobe :( I should have anticipated that. Would fading to the new value over the 10ms delay between samples work, or is that too complex/just increasing script load again?
 
  • Like
Reactions: Anon2469
Dec 1, 2020
73
71
48
General script load dropped significantly, and its stopped VAM becomes unresponsive for half a second every couple of seconds. With the simplified sampling the light generated colour still matches closely the screen, So that's great. Only issue is, the 10ms updates make the generated light strobe :( I should have anticipated that. Would fading to the new value over the 10ms delay between samples work, or is that too complex/just increasing script load again?
Yeah I noticed the strobe effect to late. Added a color fading, looks better now, still same scriptload:

 
Last edited:

TellyV

Member
Jun 11, 2020
146
400
238
Yeah I noticed the strobe effect to late. Added a color fading, looks better now, still same scriptload:

Absolutely spot on, thanks! Been tinkering on and off with VAM scrips for a while, but loops are still beyond me, in need to set aside some time to get better at understanding the C structure.
 
  • Like
Reactions: MadTinkererVAM

I_Love_Latex

Newbie
Mar 17, 2018
66
180
198
Haven't got around to porting clothes yet do don't know myself, but I found this on Reddit:

Well that didn't work, ended up with with the same boot but instead of 50K vertices it now had 250K vertices :D

I am going to figure out how to make feet invisible instead, like i used to do 20 years ago with Poser :D
 

Bfrop

Member
Dec 22, 2017
380
1,130
357
If f95 goal was to more or less kill Vam sharing, well done.
You had everything in the same thread, which i find more practical, even if a little chaotic, you'd just use the search function or monitor the last posts for ten minutes everyday. Nothing someone with a fucking brain can't do.
 
4.60 star(s) 23 Votes