LinksSword Posted July 15, 2025 Posted July 15, 2025 (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 July 15, 2025 by LinksSword
traison Posted July 15, 2025 Posted July 15, 2025 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). 1
LinksSword Posted July 16, 2025 Author Posted July 16, 2025 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now