Well I got the issues I found fixed. This is for 49.1 & 49.2
You must be registered to see the links
Read the install directions
You must be registered to see the links
Basically I deleted the conflicting code from Business.rpy. Took care of everything in create_random_person().
It fixes the issues with age conflicts and other conflicts in the business policies.
So those should work now.
The fixes Vren put in for those issues in 49.2 didn't fix shit. All he did was check to see if the age ceiling was low than the floor then set floor to ceiling.
He had stuff like increasing the age of people by 10 years inside the Business.rpy higher stats and skills were chosen in the business policy. To which he randomly selected an age and assigned it. Thus preventing anything like the teen or old age ones from working at all.
He has stupid shit like if you selected increased sex skills they would have increased skills all over and the other way around.
I created a separate skill cap for sex.
The age system is now a combination system. It uses a weighted table that is adjusted depending on what you have selected.
The stat and skill system are even better tied together now and make use of the increasing skill and stat caps.
I'm not going to say this fixes every issue. Pretty sure it doesn't feel free to let me know any others related to this area you spot and how to duplicate them.