Hey it's a minor nitpick, I know. Sorry not sorry, hehe. Just take it with a grain of salt and keep up the good work! This game is a kind of a step up from the previous ones.
I got it from here on F95.Did you download it here or patreon? Because i downloaded the game from patreon and it works for me
Go download it from patreon and the game should work normallyI got it from here on F95.
Got it from patreon. No change. Still the same issue. The same fight with Mai over and over again with no change or anyone showing up at home to continue the story.Go download it from patreon and the game should work normally
Make sure to not copy over the old data. If you do then somethings don't work for some reason or another. Move save into the new files, hope it works for yaGot it from patreon. No change. Still the same issue. The same fight with Mai over and over again with no change or anyone showing up at home to continue the story.
It has to be a save issue, this happened to me before. I need another save that already has progressed to the point up to Mai or after.
butt*
# Paste into file named whatever.rpy under game/
init python:
config.label_overrides['dice_roll'] = "dice_roll_mod"
label dice_roll_mod:
$ d4 = 4 # renpy.random.randint(1, 4)
$ d6 = 6 # renpy.random.randint(1, 6)
$ d10 = 10 # renpy.random.randint(1, 10)
$ d20 = 20 # renpy.random.randint(1, 20)
$ d40 = 40 # renpy.random.randint(1, 40)
return