I went looking this morning for values to add to the cheat list, problem is so many values are used to unlock scenes, in some places with Shantal its 3 separate values. A couple, like the work skill, needs to be matched specifically to a similar skill count, otherwise it sets off the cheat detector.
If most Devs put as much time into coding, as this guy did into catching cheating, we'd have some really good games out there!!
Biggest limit I found was money, you can keep some, but go over 5000 and you get the mugging scene - end up at the Police Station losing all but 55 and some skills drop. That happens a certain number of times and you get a cheat detector, and game over.
Values you can change:
money= (keep it less than 5000)
my_clever= (Smart Ass - don't need more than 25 from what I can see)
naglost= (Impudence - about 20 should be fine)
To open scenes in code:
Living Room see porn with Shantrl
shant_money >= 5000
Living Room full grope with Shantrel
shant_money >= 10000 or naglost >= 20
Mind, that upping your values completely you miss slight scenes. Most checks are done in increments of 5, so > 10 , >15 and so on.
There is also a college_point - which if above 25 is supposed to set off the Lala scenes, I never saw them other than the sleeping/panty flash but there are a lot of other dependencies in the code, which is a weird mix of Russian and English letters spelling Russian that make no sense to me.