Been playing the game since 1.9.1, what a great game!
But a few things bothered me, nothing major it just feels unbalanced, so I changed some things and would like to share with you:
- The girl's sexiness is the base change for most of the dynamics in the game and I find it a bit odd, so I fiddled with the code and found the bust size preference gives a +3 and was supposed to give a +1 to the others, but that didn't happen when the player selected full breasts or huge. It also applies to the selection of the plane girl. Fixed by applying modulus to bust_size_pref checks in functions.rpy.
- Sometimes, the girl's topic list offers a lot of negatives and naughts that make getting the girl's affection a bit of a grind. Fixed by setting the minimum positive topics to 3 (maximum 5), negative topics to maximum 4 and reworking the redundant random selection to a unique random pick in characters.rpy. Probably speeds up creation time too (unverified).
- When using a beauty cream there are no notifications whatsoever and if you use it twice or more times in a short interval, the item is consumed every time and you don't get the looks training point if it's still in cooldown. Fixed by returning false once the item is found in the inventory and displaying "You already used a beauty cream" in player.rpy (only if it's still in cooldown).
There are other cosmetic changes I made to my personal preferences, but these are the ones I wanted to share.
The files attached are for v2.1.1-beta, tested on several occasions.
Don't use them on earlier versions, they might break the game. To use, just drop them on the game folder.
These changes only apply to new games, old saves won't change (except for
player.rpy). Also, doesn't really impact gameplay, just makes it somewhat less grindy at first while preserving randomness. Also,
BACKUP YOUR GAME FILES FIRST!