Mod Cheat Mod Ren'Py Become A Rock Star Walkthrough + Cheat Mod [v1.01][scrappy]

mocg402

Newbie
Nov 30, 2019
19
15
I got also an traceback, This happens when you use the binoculars to watch you're neighbor :


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

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

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

Full traceback:
  File "game/script.rpy", line 372, in script
    jump bath_andr_day01
  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 'bath_andr_day01'.

Windows-10-10.0.19041
Ren'Py 7.4.2.1292
0.80
Sun Feb 14 23:49:29 2021
Same here
 

ecchifan

Newbie
Mar 15, 2018
74
50
Just began the update and i get error every time the doctor speak:

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

While running game code:
  File "game/day13.rpy", line 189, in script
    kar "Well, that's not really surprising at all. After all, I am one of the best doctors in this clinic."
Exception: Sayer 'kar' is not defined.

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

Full traceback:
  File "game/day13.rpy", line 189, in script
    kar "Well, that's not really surprising at all. After all, I am one of the best doctors in this clinic."
  File "renpy/ast.py", line 680, in execute
    who = eval_who(self.who, self.who_fast)
  File "renpy/ast.py", line 574, in eval_who
    raise Exception("Sayer '%s' is not defined." % who)
Exception: Sayer 'kar' is not defined.

Windows-10-10.0.19041
Ren'Py 7.4.2.1292
 0.80
Mon Feb 15 00:20:40 2021
 

john28

Newbie
Aug 13, 2018
20
5
The actual Mod for v0.80 don't work.
First bug came right after looking at the girl with the binocular. The First scene of the apartement.
I relaunched the game without the mod to pass the scene, and i put back the mod to see if it was the only problem and it crashed again at the bar. I even saw a bug with a doctor in the thread.
3 bug already.
I'll wait for a patch.
 
Dec 25, 2019
33
102
The binoculars error can be fixed by editing line 372 in script.rpy to:

jump afternoon_day01

So you can rollback, save, edit the file and then reopen the game to continue.

If I come across anything else broken in my playthrough which is easily fixable, I'll update this post.

EDIT:

It looks like all of the time of day stuff has been removed in the new version. This first breaks after the job interview at line 1107, but it will keep breaking later. You want to search for the string "time_of_day" and put a # at the start of the line to comment it out wherever it appears. I haven't checked, but this may have to be done for all of the day##.rpy files too.
 
Last edited:

Chrisdarock19

Well-Known Member
Oct 15, 2018
1,060
1,414
Just began the update and i get error every time the doctor speak:

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

While running game code:
  File "game/day13.rpy", line 189, in script
    kar "Well, that's not really surprising at all. After all, I am one of the best doctors in this clinic."
Exception: Sayer 'kar' is not defined.

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

Full traceback:
  File "game/day13.rpy", line 189, in script
    kar "Well, that's not really surprising at all. After all, I am one of the best doctors in this clinic."
  File "renpy/ast.py", line 680, in execute
    who = eval_who(self.who, self.who_fast)
  File "renpy/ast.py", line 574, in eval_who
    raise Exception("Sayer '%s' is not defined." % who)
Exception: Sayer 'kar' is not defined.

Windows-10-10.0.19041
Ren'Py 7.4.2.1292
0.80
Mon Feb 15 00:20:40 2021
scrappy Script.rpy is missing the following line
define kar = Character("Karen", color="#DC143C")
Add this at line 131
 
Last edited:

Chrisdarock19

Well-Known Member
Oct 15, 2018
1,060
1,414
The actual Mod for v0.80 don't work.
First bug came right after looking at the girl with the binocular. The First scene of the apartement.
I relaunched the game without the mod to pass the scene, and i put back the mod to see if it was the only problem and it crashed again at the bar. I even saw a bug with a doctor in the thread.
3 bug already.
I'll wait for a patch.
If you still have the traceback error for the bar, post it so it can be fixed
 

john28

Newbie
Aug 13, 2018
20
5
If you still have the traceback error for the bar, post it so it can be fixed
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 1107, in script
$ time_of_day = Set_Time_of_Day('NIGHT')
File "game/script.rpy", line 1107, in <module>
$ time_of_day = Set_Time_of_Day('NIGHT')
NameError: name 'Set_Time_of_Day' is not defined

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

Full traceback:
File "game/script.rpy", line 1107, in script
$ time_of_day = Set_Time_of_Day('NIGHT')
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script.rpy", line 1107, in <module>
$ time_of_day = Set_Time_of_Day('NIGHT')
NameError: name 'Set_Time_of_Day' is not defined

I literally deleted the line to pass it but they got to be another way. You can just press IGNORE too.
 
Last edited:

Chrisdarock19

Well-Known Member
Oct 15, 2018
1,060
1,414
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 1107, in script
$ time_of_day = Set_Time_of_Day('NIGHT')
File "game/script.rpy", line 1107, in <module>
$ time_of_day = Set_Time_of_Day('NIGHT')
NameError: name 'Set_Time_of_Day' is not defined

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

Full traceback:
File "game/script.rpy", line 1107, in script
$ time_of_day = Set_Time_of_Day('NIGHT')
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script.rpy", line 1107, in <module>
$ time_of_day = Set_Time_of_Day('NIGHT')
NameError: name 'Set_Time_of_Day' is not defined

I literally deleted the line to pass it but they got to be another way. You can just press IGNORE too.
I checked the original script.rpy and " Set_Time_of_Day " isn't there. As per this post https://f95zone.to/threads/become-a-rock-star-walkthrough-cheat-mod-v0-80-scrappy.31035/post-5121429 scrappy It appears this variable has been removed from the original script.rpy and possible other .rpy too
 
Last edited:

TheSidewinder

Well-Known Member
Mar 31, 2020
1,573
2,834
scrappy Just so you're aware (if you aren't already), it appears there are a couple of bugs in the walkthrough. One has a fix posted above, but there's at least one more for which, so far, I haven't seen anyone post a fix.
 
Last edited:

Darth Sidious

The Senate & Emperor of the First Galactic Empire
Donor
Sep 24, 2017
1,563
2,208
Just began the update and i get error every time the doctor speak:

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

While running game code:
  File "game/day13.rpy", line 189, in script
    kar "Well, that's not really surprising at all. After all, I am one of the best doctors in this clinic."
Exception: Sayer 'kar' is not defined.

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

Full traceback:
  File "game/day13.rpy", line 189, in script
    kar "Well, that's not really surprising at all. After all, I am one of the best doctors in this clinic."
  File "renpy/ast.py", line 680, in execute
    who = eval_who(self.who, self.who_fast)
  File "renpy/ast.py", line 574, in eval_who
    raise Exception("Sayer '%s' is not defined." % who)
Exception: Sayer 'kar' is not defined.

Windows-10-10.0.19041
Ren'Py 7.4.2.1292
0.80
Mon Feb 15 00:20:40 2021
Same issue. Heard the mod is faulty right now.
 

ZRose

Member
Aug 14, 2020
145
106
I got also an traceback, This happens when you use the binoculars to watch you're neighbor :


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

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

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

Full traceback:
  File "game/script.rpy", line 372, in script
    jump bath_andr_day01
  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 'bath_andr_day01'.

Windows-10-10.0.19041
Ren'Py 7.4.2.1292
0.80
Sun Feb 14 23:49:29 2021
same here
 
  • Like
Reactions: SloppyJohnson

halfbaked

Newbie
Aug 26, 2020
32
19
Exception: Sayer 'kar' is not defined. can be fixed by editing script.rpy, under line 130 add in:

define kar = Character("Karen", color="#BC8F8F")