Unrandom56

Newbie
May 28, 2025
42
66
Come on, new update, hopefully the scenes will be in varied positions and not the same old ones, new positions like Doggy Style, Cowgirl, and Reverse Cowgirl
 
  • Like
Reactions: NocturnalDev

gremmie

Member
Jun 4, 2017
222
263
Really like the game. I feel though that there is a lot of descriptive talking that just seems to drag on. I mean we have how many movies watched now and in depth discussion of each. Then each lore about Elves and cooking and on and on and on. It's weird I like this game so much, but I do find myself skipping a lot of dialog as it seems to drag out.
I am not sure how lecturing and fucking all the others leads everyone to Big Red's libertarian paradise or whatever. It's not like they can all go live in a volcano.

As far as the story goes, some party must attack the school. Soon. Please.
 
  • Like
Reactions: NocturnalDev

hakulaku97

Well-Known Member
Mar 13, 2019
1,495
3,568
Universal Gallery Unlocker
-------------------------
Usage: copy attached file (right click -> save as) into the game/ folder
 
  • Like
Reactions: Core_guy

cosmicv1

Newbie
Feb 21, 2021
58
19
Hey, this game looks interesting. I just have a question, how is the harem like in this game? At this point in the game, do the women know that they are in a harem and accepts that they are in a harem? Is there actual romantic relationship progress and does the Mc take the time to keep his harem happy with them knowing that they are in a harem? I want it to actually feel like a real harem, where the Mc has official multiple girlfriends at the same time. It's just not to my taste when a harem game has the Mc be annoyingly dense about the women's feelings, or there's no actual romance and just sex or that the Mc hide his relationship with the women and can't deal with their jealously of each other. In fact, I really hate it when harem games just has a bunch of casual sex or friends with benefits and little to no romance, I don't care for sex scenes at all, I'd rather actual romance progression. I also don't really like it when there constant jealous spat between the women.
 
  • Like
Reactions: NocturnalDev

Akakarasu

Newbie
Feb 2, 2024
40
46
Hey, this game looks interesting. I just have a question, how is the harem like in this game?
Everyone is a knowing participant. There is actual romance progression and the MC does take time to keep the harem happy. There's very very little jealousy, if any. MC does treat each member as a unique individual however and has his own opinions that may differ from some of the ladies.
 
  • Like
Reactions: NocturnalDev

trauts

Active Member
Aug 12, 2018
796
619
seems there were some major changes in 13.4, most of my 13.0.0 saves can't load.
this didn't usually happen in the past.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 463, 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_load_save.rpym", line 35, in script
    $ ui.interact()
  File "F:\SecretIsland-0.13.4.0-pc\renpy\ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "F:\SecretIsland-0.13.4.0-pc\renpy\python.py", line 1049, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "F:\SecretIsland-0.13.4.0-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "F:\SecretIsland-0.13.4.0-pc\renpy\display\core.py", line 3377, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
  File "F:\SecretIsland-0.13.4.0-pc\renpy\display\core.py", line 4252, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "F:\SecretIsland-0.13.4.0-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "F:\SecretIsland-0.13.4.0-pc\renpy\display\transition.py", line 53, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "F:\SecretIsland-0.13.4.0-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "F:\SecretIsland-0.13.4.0-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "F:\SecretIsland-0.13.4.0-pc\renpy\display\screen.py", line 743, in event
    rv = self.child.event(ev, x, y, st)
  File "F:\SecretIsland-0.13.4.0-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "F:\SecretIsland-0.13.4.0-pc\renpy\display\layout.py", line 1399, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "F:\SecretIsland-0.13.4.0-pc\renpy\display\layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "F:\SecretIsland-0.13.4.0-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "F:\SecretIsland-0.13.4.0-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "F:\SecretIsland-0.13.4.0-pc\renpy\display\behavior.py", line 1064, in event
    return handle_click(self.clicked)
  File "F:\SecretIsland-0.13.4.0-pc\renpy\display\behavior.py", line 999, in handle_click
    rv = run(action)
  File "F:\SecretIsland-0.13.4.0-pc\renpy\display\behavior.py", line 322, in run
    new_rv = run(i, *args, **kwargs)
  File "F:\SecretIsland-0.13.4.0-pc\renpy\display\behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 463, in __call__
    renpy.load(fn)
  File "F:\SecretIsland-0.13.4.0-pc\renpy\loadsave.py", line 769, in load
    log.unfreeze(roots, label="_after_load")
  File "F:\SecretIsland-0.13.4.0-pc\renpy\rollback.py", line 1078, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "F:\SecretIsland-0.13.4.0-pc\renpy\rollback.py", line 889, in rollback
    self.load_failed()
  File "F:\SecretIsland-0.13.4.0-pc\renpy\rollback.py", line 807, 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?
 
  • Like
Reactions: NocturnalDev

NocturnalDev

Member
Game Developer
May 18, 2021
299
510
seems there were some major changes in 13.4, most of my 13.0.0 saves can't load.
this didn't usually happen in the past.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 463, 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_load_save.rpym", line 35, in script
    $ ui.interact()
  File "F:\SecretIsland-0.13.4.0-pc\renpy\ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "F:\SecretIsland-0.13.4.0-pc\renpy\python.py", line 1049, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "F:\SecretIsland-0.13.4.0-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "F:\SecretIsland-0.13.4.0-pc\renpy\display\core.py", line 3377, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
  File "F:\SecretIsland-0.13.4.0-pc\renpy\display\core.py", line 4252, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "F:\SecretIsland-0.13.4.0-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "F:\SecretIsland-0.13.4.0-pc\renpy\display\transition.py", line 53, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "F:\SecretIsland-0.13.4.0-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "F:\SecretIsland-0.13.4.0-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "F:\SecretIsland-0.13.4.0-pc\renpy\display\screen.py", line 743, in event
    rv = self.child.event(ev, x, y, st)
  File "F:\SecretIsland-0.13.4.0-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "F:\SecretIsland-0.13.4.0-pc\renpy\display\layout.py", line 1399, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "F:\SecretIsland-0.13.4.0-pc\renpy\display\layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "F:\SecretIsland-0.13.4.0-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "F:\SecretIsland-0.13.4.0-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "F:\SecretIsland-0.13.4.0-pc\renpy\display\behavior.py", line 1064, in event
    return handle_click(self.clicked)
  File "F:\SecretIsland-0.13.4.0-pc\renpy\display\behavior.py", line 999, in handle_click
    rv = run(action)
  File "F:\SecretIsland-0.13.4.0-pc\renpy\display\behavior.py", line 322, in run
    new_rv = run(i, *args, **kwargs)
  File "F:\SecretIsland-0.13.4.0-pc\renpy\display\behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 463, in __call__
    renpy.load(fn)
  File "F:\SecretIsland-0.13.4.0-pc\renpy\loadsave.py", line 769, in load
    log.unfreeze(roots, label="_after_load")
  File "F:\SecretIsland-0.13.4.0-pc\renpy\rollback.py", line 1078, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "F:\SecretIsland-0.13.4.0-pc\renpy\rollback.py", line 889, in rollback
    self.load_failed()
  File "F:\SecretIsland-0.13.4.0-pc\renpy\rollback.py", line 807, 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?
Not really. Did you download the full game or use the patch?
I tried fixing this in the past, but ren'py seems to lose these things with frequency. Sometimes autosaves work best in these situations.Try loading one of them. Saving on menus and just as a new scene starts also seems to help.
 

Ghost''

Well-Known Member
Mar 17, 2021
1,763
4,130
Secret Island [v0.13.4.0] Unoffcial Android Port + Danv's WT Mod

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


- 1.4Gb


My Android Ports have a 2nd Persistent save location. So, even if you uninstall the game, the saves will remain Intact.

Saves location: Storage/0011/Game-name


You can also join my discord server for more and support me.



You can also join 0011 discord server



If you like my works please support me.


Android Port Updated..
 
  • Like
Reactions: NocturnalDev
4.10 star(s) 18 Votes