Blackj

Member
May 21, 2018
212
131
I just took a look at the code, and it is as you said, it's impossible to succeed with any of the girls. This is because the RNG number isn't set correctly.

EDIT: The problem should be fixed now if you use the file below, and I'll update the mod in the main post now
Thank you very much for your quick response, I will try the game and if there are any other problems I will let you know.
 
  • Like
Reactions: dblck2k21

Hellster

Engaged Member
May 18, 2019
2,283
2,732
I just took a look at the code, and it is as you said, it's impossible to succeed with any of the girls. This is because the RNG number isn't set correctly.

EDIT: The problem should be fixed now if you use the file below, and I'll update the mod in the main post now
Won't the RPYC file get replaced by the RPY file though ? Since it usually gets recompiled by the RPY file when you run the game, effectively breaking the fix
 

dblck2k21

Member
Aug 14, 2021
195
313
Won't the RPYC file get replaced by the RPY file though ? Since it usually gets recompiled by the RPY file when you run the game, effectively breaking the fix
The mod doesn't contain any rpy files except for the ones in the 'mod' folder, so this would only be an issue if you have used un-ren and decompiled the scripts from the base game yourself
 
Last edited:

Hellster

Engaged Member
May 18, 2019
2,283
2,732
The mod doesn't contain any rpy files except for the ones in the 'mod' folder, so this would only be an issue if you have used un-ren and decompiled the scripts from the base game yourself
Not sure about this one (since it's an older game) but generally they aren't packed in RPA files, that's why I asked
 

dblck2k21

Member
Aug 14, 2021
195
313
Not sure about this one (since it's an older game) but generally they aren't packed in RPA files, that's why I asked
They were packed into RPA, and if I remember correctly, it contained both rpy & rpyc.

I'd have preferred to upload the rpy files to be honest, but I decided to upload the rpyc files of any scripts I needed to edit from the originals since I didn't actually create them myself. But as I say, it shouldn't cause any problems, but if it does, I'll always be here to help.
 

Hellster

Engaged Member
May 18, 2019
2,283
2,732
They were packed into RPA, and if I remember correctly, it contained both rpy & rpyc.

I'd have preferred to upload the rpy files to be honest, but I decided to upload the rpyc files of any scripts I needed to edit from the originals since I didn't actually create them myself. But as I say, it shouldn't cause any problems, but if it does, I'll always be here to help.
Ok, maybe they got packed in to RPA's after we'd edited and tested the game before release, no probs :)
I rarely need to play the released update.
 

gerat231

New Member
May 5, 2022
1
0
how do you guys install the android version?
it's almost 3gb and the limit for apk's are only 2gb or less
 

loach

Newbie
Feb 26, 2018
16
7
where exactly do you place the walkthru mod folder, when i moved it in to the game folder like you do for a lot of games i got an error when i started the game
 

Blue Eyes710

Newbie
Oct 14, 2019
74
51
Will there be an update one day? I know, the creator is working on "My early life", but it would be fine, if this story continues....
 

dblck2k21

Member
Aug 14, 2021
195
313
where exactly do you place the walkthru mod folder, when i moved it in to the game folder like you do for a lot of games i got an error when i started the game
If you show me the error you're getting I should be able to help you
Will there be an update one day? I know, the creator is working on "My early life", but it would be fine, if this story continues....
As far as I'm aware, judging by the way Episode 7 ends, this game is finished.
 

Stantz9545

Newbie
Jul 5, 2022
19
42
Would anyone know where I could download the original MBFD? I've completed chapter 2, but then realised I never completed part 1 due to by PC dying quite dramatically and then completely forgetting all about it (sorry!)

Every link here seems to redirect to chapter 2
 
Jan 17, 2021
86
95
Would anyone know where I could download the original MBFD? I've completed chapter 2, but then realised I never completed part 1 due to by PC dying quite dramatically and then completely forgetting all about it (sorry!)

Every link here seems to redirect to chapter 2
underneath the download links in the main post there's a "season 1" header, links are in the spoiler under that
 

loach

Newbie
Feb 26, 2018
16
7
If you show me the error you're getting I should be able to help you

As far as I'm aware, judging by the way Episode 7 ends, this game is finished.
I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: Name (u'game/Script_EP7_Restaurant.rpy', 1687264138, 97) is defined twice, at game/S2 Walkthrough Mod/Script_EP7_Restaurant.rpyc:2 and Script_EP7_Restaurant.rpyc:2.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 447, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "renpy/script.py", line 283, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "renpy/script.py", line 789, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn)
File "renpy/script.py", line 469, in finish_load
check_name(node)
File "renpy/script.py", line 452, in check_name
bad_node.filename, bad_node.linenumber))
ScriptError: Name (u'game/Script_EP7_Restaurant.rpy', 1687264138, 97) is defined twice, at game/S2 Walkthrough Mod/Script_EP7_Restaurant.rpyc:2 and Script_EP7_Restaurant.rpyc:2.

Windows-10-10.0.19041
Ren'Py 7.4.4.1439

Tue Nov 7 21:47:32 2023
 

dblck2k21

Member
Aug 14, 2021
195
313
I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: Name (u'game/Script_EP7_Restaurant.rpy', 1687264138, 97) is defined twice, at game/S2 Walkthrough Mod/Script_EP7_Restaurant.rpyc:2 and Script_EP7_Restaurant.rpyc:2.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 447, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "renpy/script.py", line 283, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "renpy/script.py", line 789, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn)
File "renpy/script.py", line 469, in finish_load
check_name(node)
File "renpy/script.py", line 452, in check_name
bad_node.filename, bad_node.linenumber))
ScriptError: Name (u'game/Script_EP7_Restaurant.rpy', 1687264138, 97) is defined twice, at game/S2 Walkthrough Mod/Script_EP7_Restaurant.rpyc:2 and Script_EP7_Restaurant.rpyc:2.

Windows-10-10.0.19041
Ren'Py 7.4.4.1439

Tue Nov 7 21:47:32 2023
The first problem is the fact that the mod isn't installed properly. There shouldn't be a folder called 'S2 Walkthrough Mod' inside the 'game' folder, so I'd recommend getting rid of that folder and paste all of the rpyc files and the 'mod' folder inside it, directly to the 'game' folder. Since you have clearly used Un-ren, you will be asked to overwrite all the rpyc files when you try to move them, choose yes, and since it appears that you have decompiled the files, you will need to delete the rpy files (you can always decompile the mods files later if you really want to)

Secondly, even with the mod placed as it is now, it still may not work correctly unless you remove the following line from your console enabler script:
Code:
config.developer = True
Edit: I created a little Step-by-Step to try and make it easier for you, here it is:
 
Last edited:

loach

Newbie
Feb 26, 2018
16
7
The first problem is the fact that the mod isn't installed properly. There shouldn't be a folder called 'S2 Walkthrough Mod' inside the 'game' folder, so I'd recommend getting rid of that folder and paste all of the rpyc files and the 'mod' folder inside it, directly to the 'game' folder. Since you have clearly used Un-ren, you will be asked to overwrite all the rpyc files when you try to move them, choose yes, and since it appears that you have decompiled the files, you will need to delete the rpy files (you can always decompile the mods files later if you really want to)

Secondly, even with the mod placed as it is now, it still may not work correctly unless you remove the following line from your console enabler script:
Code:
config.developer = True
Edit: I created a little Step-by-Step to try and make it easier for you, here it is:
thanks. its working now
 
  • Like
Reactions: dblck2k21
2.50 star(s) 93 Votes