HentHighSchool Development Forum

Game Development => HHS+ => HHS+ Development => Topic started by: spirit22 on Jun 11, 2022, 10:52 AM

Title: Outfit levels
Post by: spirit22 on Jun 11, 2022, 10:52 AM
Well, if nothing else I guess I'll help repopulate the forum with countless topics.... :D

For some reason I have a special character (with a special pd attached, but I got the same result when I run her through PD_Student) that always starts with outfit level 4... Showing up in school with just underwear is a bit weird on the first day, to say the least!

So this leads me to a couple questions. First of all, any idea why this happens? Secondly, how is actually outfit level calculated?
Title: Re: Outfit levels
Post by: spirit22 on Jun 11, 2022, 02:11 PM
I'll answer myself here, in case someone else is wondering about it. My research into the matter resulted in:

It's a function library event (GenOutfitLevel) that returns the outfit level. It's based on (Corruption+Lust/2)-Inhibition and then given a outfit level based on the result of this. The reason why I was getting outfit lvl 4 was because I hadn't given the poor girl any stats, so it was basicly 0. As the scale goes from -60 to 80 I was about middle.

Solution (and note to self): Give the poor characters some stats.