Jump to content

[search] Looking for mod that integrates with FHU that utilizes SOS schlong sizes or just scales cum amount based on schlong size.


Recommended Posts

Posted (edited)

As the title suggest im looking for a mod that makes human schlong sizes matter in the size of a load with mods like fill her up. 

If it matters i am using Baka Edition. 

Edited by LinksSword
Posted

Easy to DIY:

SOS_API Property SosRef Auto
...
float size = SosRef.GetSize(who) ; who is an Actor
float sizeMult = size / 15

; Multiply by sizeMult to adjust values according to SOS size.
; Example: amount += (amount * 0.25) * sizeMult ; Add 25% when SOS size is 15 (HUGE).

 

Posted
23 hours ago, traison said:

Easy to DIY:

SOS_API Property SosRef Auto
...
float size = SosRef.GetSize(who) ; who is an Actor
float sizeMult = size / 15

; Multiply by sizeMult to adjust values according to SOS size.
; Example: amount += (amount * 0.25) * sizeMult ; Add 25% when SOS size is 15 (HUGE).

 

That's great but i don't code so i have no idea where you'd put it. 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...