- Nov 2, 2017
- 205
- 169
Hello, timdonehy200. Well, I maybe post my overall thoughts about this game a bit later, I'm too lazy to get them together right now . Must say it's really amazing and...well, fresh.
What i'd like to do now is post a fixed challenger script, cause I've found a bug with Francine not updating her 'failed" status. Also, I've found an alarming future possibility for a deadlock. That's it, when Jose gets another lust points while all or nearly all girls had been claimed, the game could hang just because of this:
So you'll either manually have to safeguard against it, or add a safeguard counter, which is the better way, me thinks.
EDIT: on second thought, it's not when all girls've been claimed, it's when their lust for him is at max, but, still.
Oh, and you've said NTR is something you're not into. Well, what is it then :evilsmile: ?
What i'd like to do now is post a fixed challenger script, cause I've found a bug with Francine not updating her 'failed" status. Also, I've found an alarming future possibility for a deadlock. That's it, when Jose gets another lust points while all or nearly all girls had been claimed, the game could hang just because of this:
Code:
label Challenger:
$ d24roll=renpy.random.randint(0, 23)
if (lust_pointsB[d24roll]) >= 10:
jump Challenger
EDIT: on second thought, it's not when all girls've been claimed, it's when their lust for him is at max, but, still.
Oh, and you've said NTR is something you're not into. Well, what is it then :evilsmile: ?
You must be registered to see the links
Last edited: