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

Pecosek

New Member
Dec 29, 2017
2
1
EDIT:
Probably I solved it with explanation in original thread:

https://f95zone.to/threads/become-a-rock-star-v0-5-mr-jet.17836/page-242#post-2530480




Hi,

I used unren, copy and overwrite files, and I getting this errors, when I'm trying load saves from 0.45 version.


I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 264, in script
python:
File "renpy/common/00start.rpy", line 268, in <module>
renpy.call_in_new_context("_main_menu")
KeyError: u'_main_menu_screen'

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

Full traceback:
File "renpy/common/00start.rpy", line 264, in script
python:
File "D:\XX\+++Playable+++\BecomeARockStar-0.50-pc\renpy\ast.py", line 900, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\XX\+++Playable+++\BecomeARockStar-0.50-pc\renpy\python.py", line 1930, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/00start.rpy", line 268, in <module>
renpy.call_in_new_context("_main_menu")
File "D:\XX\+++Playable+++\BecomeARockStar-0.50-pc\renpy\game.py", line 332, in call_in_new_context
return renpy.execution.run_context(False)
File "D:\XX\+++Playable+++\BecomeARockStar-0.50-pc\renpy\execution.py", line 917, in run_context
context.pop_all_dynamic()
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "D:\XX\+++Playable+++\BecomeARockStar-0.50-pc\renpy\execution.py", line 372, in pop_dynamic
del store[k]
KeyError: u'_main_menu_screen'

Windows-8-6.2.9200
Ren'Py 7.2.2.491
0.50
Tue Oct 15 22:33:59 2019
Any advise?
thank you
 
Last edited:

polycentric

Member
Donor
Mar 26, 2019
468
1,769
Getting this exception when I try to load a save:

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

While running game code:
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "D:\BecomeARockStar-0.50-pc\renpy\ast.py", line 900, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\BecomeARockStar-0.50-pc\renpy\python.py", line 1930, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "D:\BecomeARockStar-0.50-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\BecomeARockStar-0.50-pc\renpy\display\core.py", line 2690, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\BecomeARockStar-0.50-pc\renpy\display\core.py", line 3493, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "D:\BecomeARockStar-0.50-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\BecomeARockStar-0.50-pc\renpy\display\transition.py", line 47, in event
    return self.new_widget.event(ev, x, y, st)  # E1101
  File "D:\BecomeARockStar-0.50-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\BecomeARockStar-0.50-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\BecomeARockStar-0.50-pc\renpy\display\screen.py", line 697, in event
    rv = self.child.event(ev, x, y, st)
  File "D:\BecomeARockStar-0.50-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\BecomeARockStar-0.50-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\BecomeARockStar-0.50-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\BecomeARockStar-0.50-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\BecomeARockStar-0.50-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\BecomeARockStar-0.50-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\BecomeARockStar-0.50-pc\renpy\display\behavior.py", line 923, in event
    return handle_click(self.clicked)
  File "D:\BecomeARockStar-0.50-pc\renpy\display\behavior.py", line 858, in handle_click
    rv = run(action)
  File "D:\BecomeARockStar-0.50-pc\renpy\display\behavior.py", line 320, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
  File "D:\BecomeARockStar-0.50-pc\renpy\loadsave.py", line 753, in load
    log.unfreeze(roots, label="_after_load")
  File "D:\BecomeARockStar-0.50-pc\renpy\python.py", line 1885, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "D:\BecomeARockStar-0.50-pc\renpy\python.py", line 1713, in rollback
    raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

Windows-8-6.2.9200
Ren'Py 7.2.2.491
 0.50
Tue Oct 15 17:17:17 2019
```
 

scrappy

Well-Known Member
Modder
May 26, 2017
1,008
28,467
scrappy what's with the true/false thing on the cheat menu? can you explain it please?
It means if that characters path is enabled or not, True for enabled and False for not enabled
i.e. If you reject Rosa her path if set to False then you can change it back to True to enable her path again
 
  • Like
Reactions: ilham6192

ilham6192

Newbie
Jun 29, 2019
52
50
It means if that characters path is enabled or not, True for enabled and False for not enabled
i.e. If you reject Rosa her path if set to False then you can change it back to True to enable her path again
wow that's great! ty
 

SamHaim

Member
Aug 23, 2019
243
307
Hi I'm getting this trace back

While running game code:
File "game/script.rpy", line 4671, in script
scr "The Walkthrough mod allows you to replay both scenes"
Exception: Sayer 'scr' is not defined.

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

Full traceback:
File "game/script.rpy", line 4671, in script
scr "The Walkthrough mod allows you to replay both scenes"
File "F:\Games\nsfw\BecomeARockStar-0.50-pc\renpy\ast.py", line 664, in execute
who = eval_who(self.who, self.who_fast)
File "F:\Games\nsfw\BecomeARockStar-0.50-pc\renpy\ast.py", line 564, in eval_who
raise Exception("Sayer '%s' is not defined." % who.encode("utf-8"))
Exception: Sayer 'scr' is not defined.

Windows-7-6.1.7601-SP1
Ren'Py 7.2.2.491
0.50
Wed Oct 16 14:31:01 2019
This is line 4671: scr "The Walkthrough mod allows you to replay both scenes"
 

chicken head

Well-Known Member
Sep 1, 2018
1,130
1,854
why cant we do both emma and lisa scene but in previous mod it allows both lisa beach and girls party scene please explain ;)
 
  • Hey there
Reactions: Teddy 369