Mod Cheat Mod Ren'Py Broken Promises [v0.37] [KnightBP] In Game Walkthrough & Cheat Mod [AdanGC Mods]

KoGa3

Engaged Member
Modder
Donor
Aug 14, 2018
3,111
32,518
your game looks like this when you extract the rar file or is just me??

View attachment 3930131
:oops:

No, does not look like that. No script files in the main folder.
Info: I am using the compressed game download from here as a base for my WT port and also for the testing of your mod.

Here also a download with the compressed game and the from me partial updated Mod from you I used for the testing
 

Sharingan33

Member
Jul 3, 2017
179
196
I noticed the mod is not ready yet; for now i'll play the game with only URM enabled until AdanGC figures out what's wrong with his code.
 

mandc

Newbie
Jan 5, 2019
32
68
Just like AdanGC Mods said, my downloaded file ….BrokenPromises-0.37-pc, had a lot of misplaced files after extraction…scripts folder; options, screens, and script files were in the main folder so were moved to the game folder

I then applied KoGa3’s mod files into the game folder which overwrote some of those files

Started a new game and all works perfectly



Thanks for the updated mod KoGa3

AdanGC Mods, it appears that original file we downloaded was messed up....probably the cause of your issues
 

AdanGC Mods

Active Member
Modder
Jan 25, 2020
504
8,433
Just like AdanGC Mods said, my downloaded file ….BrokenPromises-0.37-pc, had a lot of misplaced files after extraction…scripts folder; options, screens, and script files were in the main folder so were moved to the game folder

I then applied KoGa3’s mod files into the game folder which overwrote some of those files

Started a new game and all works perfectly



Thanks for the updated mod KoGa3

AdanGC Mods, it appears that original file we downloaded was messed up....probably the cause of your issues
yup that was the problem now the mod is working thanks bro for find the solution never cross my mind to think that files messed up where the problem
 

shiqz

Member
Dec 25, 2020
421
626
The game itself, not the mod, extracts files in the wrong location. Meaning you have to move the game's files manually for the mod to work properly.

Edit: Zip looks like first image when it should look like the second. Excess files need to be placed in the "game" folder.
View attachment 3933858
View attachment 3933859
Has to be in the Game's OP then as Adan has nothing to do with that, someone who uploaded the Game messed it up.
 

Skads

King of Cunts
Donor
Aug 27, 2016
2,470
4,800
Has to be in the Game's OP then as Adan has nothing to do with that, someone who uploaded the Game messed it up.
Only reason I'm saying to put it in this thread is because the walkthrough wont work without it.
 
  • Like
Reactions: shiqz

chien9x

New Member
Mar 12, 2022
4
3
Mod is ok but has errors: scene ch35_s1_445 has an additional 4, scene ch35_s8_219 dissolv is missing the letter e and scene title_card_ch2 (3+4) not found

z5737416721147_87a2a98416182f9233799252119216e7.jpg screenshot_1723803394.png screenshot_1723803359.png
 
  • Like
Reactions: Hawka1O7

Hawka1O7

Member
Dec 25, 2018
202
103
Mod is ok but has errors: scene ch35_s1_445 has an additional 4, scene ch35_s8_219 dissolv is missing the letter e and scene title_card_ch2 (3+4) not found

View attachment 3937042 View attachment 3937041 View attachment 3937040

Yeah I'm getting the same error message with the mod installed now as well, causes a small skip if you ignore it, so it's not a one off thing. Hope it isn't too big a fix :cry:

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/chapters/chapter_3.5.rpy", line 3277, in script
    scene ch35_s8_219 with dissolv
  File "game/scripts/chapters/chapter_3.5.rpy", line 3277, in <module>
    scene ch35_s8_219 with dissolv
NameError: name 'dissolv' is not defined

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

Full traceback:
  File "game/scripts/chapters/chapter_3.5.rpy", line 3277, in script
    scene ch35_s8_219 with dissolv
  File "C:\Users\sonof\OneDrive\Desktop\BrokenPromises-0.37-pc\BrokenPromises-0.37-pc\renpy\ast.py", line 1674, in execute
    paired = renpy.python.py_eval(self.paired)
  File "C:\Users\sonof\OneDrive\Desktop\BrokenPromises-0.37-pc\BrokenPromises-0.37-pc\renpy\python.py", line 1153, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\sonof\OneDrive\Desktop\BrokenPromises-0.37-pc\BrokenPromises-0.37-pc\renpy\python.py", line 1146, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/scripts/chapters/chapter_3.5.rpy", line 3277, in <module>
    scene ch35_s8_219 with dissolv
NameError: name 'dissolv' is not defined

Windows-10-10.0.22631 AMD64
Ren'Py 8.1.1.23060707
Broken Promises 0.37
Fri Aug 16 18:04:09 2024
 

chien9x

New Member
Mar 12, 2022
4
3
Yeah I'm getting the same error message with the mod installed now as well, causes a small skip if you ignore it, so it's not a one off thing. Hope it isn't too big a fix :cry:
Open file the chapter_3.5.rpy and scroll to line 3277 or search for ch35_s8_219 . Add e after dissolv and it becomes dissolv => dissolve

Some of those errors are just minor errors that do not affect the game
 
  • Like
Reactions: Hawka1O7