hlfwaycrks

Member
Aug 7, 2024
168
228
I'm not an expert at porting save files, especially from iOS, but I would advise you to enable the 'skip unseen text' option in the game and start over with your previous choices. It will take maybe 10 minutes to get to the moment where you stopped, and it's much faster than trying to figure out how to fix this
Wow, okay, great! Thank you for the tip. I was hoping for a fix that would get me back to where I was... funny enough, I've seen that "Skip Unseen Text" option, but I think I just skipped over it myself not thinking it would do exactly what it describes... :D
 
  • Like
Reactions: sageproduct

Hellblad3

Member
Dec 23, 2022
176
690
Wow, okay, great! Thank you for the tip. I was hoping for a fix that would get me back to where I was... funny enough, I've seen that "Skip Unseen Text" option, but I think I just skipped over it myself not thinking it would do exactly what it describes... :D
What a smart guy:D,smart enough to be sarcastic, but not enough to solve a problem that doesn't exist:D
 
  • Haha
Reactions: hlfwaycrks

Dorfnutter

Engaged Member
May 21, 2017
3,329
18,404

1tomadeira

Engaged Member
May 25, 2017
3,184
9,417
...

/glances at Cari's posts on his Discord

View attachment 4062229 View attachment 4062230

:WaitWhat: :WaitWhat: :WaitWhat:



Since you didn't mention Regina as excluded I suppose you want her to tag along as well...

View attachment 4062277

...how could you. :HideThePain:
Regina isn't a LI. Penny knows that I would never betray her like that, don't try :whistle:

I already posted half of the Sneak Peeks, so that's what’s left from parts 2 and 3.They are all SFW
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
No offense mate, but that was already on the thread.
 
  • Thinking Face
Reactions: Dorfnutter

Pervy Hermit

Newbie
Aug 20, 2024
28
50
Can I please get an option to pet the cat at the house. Clearly the best (non-heroine) girl <3. It's obvious that nobody is able to resist her charm! Just look at the images of her baby-doll eyes :giggle:
 

TigerWolfe

Engaged Member
Oct 19, 2022
3,506
6,585
  • Thinking Face
Reactions: Pervy Hermit

claimant32

New Member
Jun 15, 2024
7
41
Can anyone give me some insight here? I'm trying to transfer my save files from the game from iOS (Spark Ren'Py Novels app) to an install on my Steam Deck. Both versions are exactly the same and use the mod. Am I SOL, or is there anything I can do to make the saves compatible? I would think they would just work seeing as how I'm running it with the same build on iOS as I am on Linux through WINE/Heroic Game Launcher. I have tried both Eternum.exe and Eternum-32.exe. If anyone has any advice, I'd really appreciate it. Error exception/traceback copied below.

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)
ImportError: No module named rollback

-- 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 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 768, in load
    roots, log = loads(location.load(filename))
  File "renpy/loadsave.py", line 63, in loads
    return cPickle.loads(s)
ImportError: No module named rollback

Windows-10-10.0.19043
Ren'Py 7.4.6.1693
Eternum 0.7.5
Mon Sep 23 01:02:43 2024
I know you already decided to skip ahead using the Unseen Dialogue option, but for anyone else that has this problem, Eternum uses a quite old version of Renpy and a lot of the apps and websites that let you play it indirectly use at least Renpy 8+, which has some breaking changes in it. It is theoretically possible to make the saves work, but unless you know a lot about Renpy/Python internals its not worth the effort (and even if you do, just skip ahead, takes like 5 minutes).

TL;DR: Theoretically possible to make it work, but don't bother.
 
4.80 star(s) 959 Votes