Mod Ren'Py Abandoned BadHero [Ep.1 v2.0.4p & Ep.2 v2.1.4p] Multi-Mod [AB & ShaddyModda]

forgotp

Member
Nov 4, 2019
362
355
IT ... DOES ... NOT ... WORK.
Even with unpacked rpa.

The reason is that the name Frank is HARD-CODED into the game scripts. So there is no way you can have what you display with the current game version!
Even with the imagesside change, the MC will still be called Frank in the story text.

script.rpy:

pause
scene 888 with d
kate "I wonder what Frank and Eva are talking about."
scene 889 with d
kate "Mr. Frank."
kate "Frank, can you hear me?"
scene 890 with d
f "Yes, Kate. What is it?"
kate "You can’t smoke in here."

part7.rpy:

chelsey "Frank? Are you ok, Frank?"
scene 1844 with d
f "Have you been making out just now?"
scene 1845 with d
chelsey "You hit him over the head, didn’t you?"
chelsey "He is throwing some gibberish."
chelsey "I wanted to ask Mrs. Thompson to fire you this morning."
chelsey "But Frank vouched to give you another chance."
wow.
always find it so unnecessary and stupid when devs force a name
 
  • Like
Reactions: mofonistik

ducktails

Newbie
May 17, 2018
89
157
IT ... DOES ... NOT ... WORK.
Even with unpacked rpa.

The reason is that the name Frank is HARD-CODED into the game scripts. So there is no way you can have what you display with the current game version!
Even with the imagesside change, the MC will still be called Frank in the story text.

script.rpy:

pause
scene 888 with d
kate "I wonder what Frank and Eva are talking about."
scene 889 with d
kate "Mr. Frank."
kate "Frank, can you hear me?"
scene 890 with d
f "Yes, Kate. What is it?"
kate "You can’t smoke in here."

part7.rpy:

chelsey "Frank? Are you ok, Frank?"
scene 1844 with d
f "Have you been making out just now?"
scene 1845 with d
chelsey "You hit him over the head, didn’t you?"
chelsey "He is throwing some gibberish."
chelsey "I wanted to ask Mrs. Thompson to fire you this morning."
chelsey "But Frank vouched to give you another chance."
It should work with the current version of the mod. Dialog lines were replaced too. And don't have to unpack the rpa either.
 
  • Like
Reactions: IAmAB

WhY NoT?!

Member
Sep 2, 2019
228
193
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/part14.rpy", line 1246, in script
    jump part15_info
ScriptError: could not find label 'part15_info'.

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

Full traceback:
  File "game/part14.rpy", line 1246, in script
    jump part15_info
  File "renpy/ast.py", line 1711, in execute
    rv = renpy.game.script.lookup(target)
  File "renpy/script.py", line 900, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'part15_info'.

Windows-10-10.0.10586
Ren'Py 7.4.1.1270
BadHero 1.6.4p
Thu Feb 25 17:02:29 2021
 

pwoolamea

New Member
May 17, 2020
11
11
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/part14.rpy", line 1246, in script
    jump part15_info
ScriptError: could not find label 'part15_info'.

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

Full traceback:
  File "game/part14.rpy", line 1246, in script
    jump part15_info
  File "renpy/ast.py", line 1711, in execute
    rv = renpy.game.script.lookup(target)
  File "renpy/script.py", line 900, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'part15_info'.

Windows-10-10.0.10586
Ren'Py 7.4.1.1270
BadHero 1.6.4p
Thu Feb 25 17:02:29 2021
I got the same error.
 

Slickjack

Newbie
May 29, 2020
17
20
I got the same error.
Quick Solution for your error:

1) Rollback from error page to Chelsey's cum covered face.
2) Save the Game in a new Save Slot. Exit the game.
3) Go to Bad Hero-164p-pc/game.
4) right-click the file named Part15.rpy. Select edit with a text editor (like Notepad++).
5) At the first line of the now opened file (should read "#label part15_info:" move your cursor one space to the right, then press the Backspace Key. The line should now read "label part15_info:". Save the file to the same place you got it.
6) Restart the game. Load the save you made with Chelsey's cum covered face. Continue playing.

Simple as that (Corrections for Dummies)

- sj
 
  • Like
Reactions: pwoolamea

caxhub

Engaged Member
Aug 22, 2019
2,418
2,289
Download android v1.6.4p APK
P/s: Request Link Android Game at my
 

Wills747

Engaged Member
Dec 14, 2018
2,323
4,821
Hi, I made an Android file to include this very helpful walkthrough.
Usual gestures are included PLUS on some minigames swipe towards the top right corner when you see the mouse "a" symbol and simply click when you see the mouse "d" symbol.
Updated to 1.7.4p
Updated my unofficial Android port to 1.7.4
 
  • Like
Reactions: IAmAB

IAmAB

Working on my new Male Protagonist game!
Modder
Donor
Game Developer
Nov 19, 2019
297
7,423
Sorry, it seems Shaddy forgot to include my changes when he updated the mod. Now the walkthrough is fixed, since I'm using his files I ask you to report any other bug you might find.