Mod Ren'Py Sunshine Love Walkthrough+Cheat mod[Ch. 3 v1.00i Extras][scrappy]

5.00 star(s) 1 Vote

scrappy

Well-Known Member
Modder
May 26, 2017
1,037
29,927
Hi Scrappy... I'm having some troubles with this update.
Apparently is something on line 28 of the Script file:

You don't have permission to view the spoiler content. Log in or register now.


Edit: Found out that is a game problem and not a Mod problem, so, forget about this :D

For whom's having the same problem, try to load 4 ou 5 older saves...
Don't know what the problem there is could be some compressed/non compressed version issue
 

jeedr66

Newbie
Dec 23, 2019
84
38
I'm having problems "expanding" the zip file (see error message below).
1627227427905.png
Any idea what the problem might be??
 

msr9568

Newbie
Feb 4, 2019
27
21
There's and issue with 03_week3_01.
under "label lb_w3mow_nicole_breakdown:"

The Mod has it as Mr. Reed instead of MR. Deer so its hard stopping on.

reed"No your honour."


if you edit all the "reed" references to "deer" it'll fix it.

ex: deer"No your honour."
 

GermanioBR

Member
Dec 3, 2018
373
543
Don't know what the problem there is could be some compressed/non compressed version issue
As it seems is a problem with the original script file from the game.
Later on playing i've discovered some variables that wasn't declared, so i've just declared them on console and its works.
 

ecoli

Member
Aug 17, 2017
256
519
so, i cant load my saves from 0.06,
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 462, 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 "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 "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 "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3276, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 4100, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1062, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transition.py", line 48, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "renpy/display/layout.py", line 1062, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1062, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 720, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1062, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1252, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1062, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1252, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1062, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/behavior.py", line 979, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 914, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
  File "renpy/loadsave.py", line 769, in load
    log.unfreeze(roots, label="_after_load")
  File "renpy/python.py", line 2173, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "renpy/python.py", line 2005, in rollback
    self.load_failed()
  File "renpy/python.py", line 1923, in load_failed
    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-10-10.0.19041
Ren'Py 7.4.6.1693
Sunshine Love 0.07
Sun Jul 25 23:31:19 2021

if i hit ignore it still says week3 day 1 in the top right corner but i'm sent back to the beginning of the game
 
  • Like
Reactions: Mr. Sinister

Wills747

Engaged Member
Dec 14, 2018
2,355
4,895
My unofficial compressed android port of Sunshine Love 0.7.0 with scrappy walk through and gallery mod.
Compressed to about 855mb
Gestures etc included.
Removed the clunky on/off textbox and added Seethru Textbox % in options
I have added also a persistent saves and log location.
Grant storage permissions on first run!


Edit: added game text size to the existing GUI text size.
Updated my unofficial compressed Android port to 0.7.0
 
Last edited:

Wills747

Engaged Member
Dec 14, 2018
2,355
4,895
so, i cant load my saves from 0.06,
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 462, 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 "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 "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 "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3276, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 4100, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1062, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transition.py", line 48, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "renpy/display/layout.py", line 1062, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1062, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 720, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1062, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1252, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1062, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1252, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1062, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/behavior.py", line 979, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 914, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
  File "renpy/loadsave.py", line 769, in load
    log.unfreeze(roots, label="_after_load")
  File "renpy/python.py", line 2173, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "renpy/python.py", line 2005, in rollback
    self.load_failed()
  File "renpy/python.py", line 1923, in load_failed
    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-10-10.0.19041
Ren'Py 7.4.6.1693
Sunshine Love 0.07
Sun Jul 25 23:31:19 2021

if i hit ignore it still says week3 day 1 in the top right corner but i'm sent back to the beginning of the game
I think something has changed in the game script, an earlier save i made works fine but one right at the end of 0.6.0 fails.
 

ecoli

Member
Aug 17, 2017
256
519
I think something has changed in the game script, an earlier save i made works fine but one right at the end of 0.6.0 fails.
i manages to load the 3rd autosave, the 1st and 2nd crashed, but the 3rd, from 1 minute earlier worked grand
 

PhoenixFireeye

Well-Known Member
Nov 2, 2017
1,053
507
I got an error shortly after I got to the start of the new update. I don't know if it's because of this mod or not, but a variable is missing, presumably it was removed from the final scene of the last update. The missing variable (I'm assuming) is supposed to be set to true if you "Break the Rules" during the last choice, and false if you choose "Something Else".

You don't have permission to view the spoiler content. Log in or register now.
 

YGOLD

Newbie
Dec 25, 2020
22
58
Not yet, he is surely working on it, i'm too lazy to start everything from the beginning i must wait for the updated version because current its not working
 
5.00 star(s) 1 Vote