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

Zoey Raven

Game Developer/Walkthrough/Guide Maker
Modder
Donor
Game Developer
Aug 31, 2019
2,973
19,523
Thanks for what you do, I donated because you don't charge. I don't donate to another modders because they do. You have a better business model. Thank you again.
 
Last edited:
  • Like
Reactions: Mikedazz1

EnterpriseNL

Member
Donor
Aug 16, 2017
461
457
scrappy Can we have a new updated mod, there were some bugfixes for day 9 and 10, and now the mod doesn't work on those 2

Thanks anyway
 
Last edited:

lordthai

Newbie
Jan 24, 2018
28
7
can the cheat mod work with crunched version?
cause i get error page everytime i click to "cheat"
 

Dark Horizon

Active Member
Apr 27, 2017
617
318
I'm not him, but yes it does, you have to go to main menu.
It shows the green options in the game but it doesn't unlock gallery scenes for me.
I'm sorry i found the problem.sorry for bothering you.
 
Last edited:

lordthai

Newbie
Jan 24, 2018
28
7
i tried but it not work
here is the full log file
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "game/cheatmod.rpy", line 30, in execute
    screen cheat_menu():
  File "game/cheatmod.rpy", line 30, in execute
    screen cheat_menu():
  File "game/cheatmod.rpy", line 32, in execute
    frame:
  File "game/cheatmod.rpy", line 37, in execute
    has vpgrid:
  File "game/cheatmod.rpy", line 115, in execute
    textbutton "Jade Score: [RPjd]" action Replay("1") text_size 25 text_color "#ffffff"
NameError: Name 'RPjd' is not defined.

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "D:\New folder (2)\BecomeARockStar-0.55-pc-crunched\renpy\ast.py", line 900, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\New folder (2)\BecomeARockStar-0.55-pc-crunched\renpy\python.py", line 1930, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "D:\New folder (2)\BecomeARockStar-0.55-pc-crunched\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\New folder (2)\BecomeARockStar-0.55-pc-crunched\renpy\display\core.py", line 2690, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\New folder (2)\BecomeARockStar-0.55-pc-crunched\renpy\display\core.py", line 3074, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\New folder (2)\BecomeARockStar-0.55-pc-crunched\renpy\display\core.py", line 534, in visit_all
    d.visit_all(callback, seen)
  File "D:\New folder (2)\BecomeARockStar-0.55-pc-crunched\renpy\display\core.py", line 534, in visit_all
    d.visit_all(callback, seen)
  File "D:\New folder (2)\BecomeARockStar-0.55-pc-crunched\renpy\display\core.py", line 534, in visit_all
    d.visit_all(callback, seen)
  File "D:\New folder (2)\BecomeARockStar-0.55-pc-crunched\renpy\display\core.py", line 534, in visit_all
    d.visit_all(callback, seen)
  File "D:\New folder (2)\BecomeARockStar-0.55-pc-crunched\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "D:\New folder (2)\BecomeARockStar-0.55-pc-crunched\renpy\display\core.py", line 3074, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\New folder (2)\BecomeARockStar-0.55-pc-crunched\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "D:\New folder (2)\BecomeARockStar-0.55-pc-crunched\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/cheatmod.rpy", line 30, in execute
    screen cheat_menu():
  File "game/cheatmod.rpy", line 30, in execute
    screen cheat_menu():
  File "game/cheatmod.rpy", line 32, in execute
    frame:
  File "game/cheatmod.rpy", line 37, in execute
    has vpgrid:
  File "game/cheatmod.rpy", line 115, in execute
    textbutton "Jade Score: [RPjd]" action Replay("1") text_size 25 text_color "#ffffff"
  File "D:\New folder (2)\BecomeARockStar-0.55-pc-crunched\renpy\ui.py", line 977, in _textbutton
    text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
  File "D:\New folder (2)\BecomeARockStar-0.55-pc-crunched\renpy\text\text.py", line 1479, in __init__
    self.set_text(text, scope, substitute)
  File "D:\New folder (2)\BecomeARockStar-0.55-pc-crunched\renpy\text\text.py", line 1598, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "D:\New folder (2)\BecomeARockStar-0.55-pc-crunched\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 605, in get_value
  File "D:\New folder (2)\BecomeARockStar-0.55-pc-crunched\renpy\substitutions.py", line 203, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'RPjd' is not defined.

Windows-8-6.2.9200
Ren'Py 7.2.2.491
 0.55
Thu Feb 06 23:37:05 2020
 

Endless

To Obtain My Infinite Dream I Shall Even Sink God
Donor
May 9, 2017
981
12,542
Any chance we can have a pdf format walkthrough with the choices?
Now that Qleaf is retired that is.
I usually don't like adding mods to games as they can break them later on or cause issues.
Can anyone please comment if this mod has caused any issues or something.
Also thank you for all the effort you put in scrappy, just wanted to know a little bit of info before using your mod good sir.