Pillepalle

Member
May 12, 2018
108
190
Loved the update. :love: There's just nothing that hits like Eternum, all my hats off to Caribdis! Best AVN and it's not even close.

Seeing the Stanley Parable bit get some hate, but I actually quite enjoyed it, it's something else and thematically it absolutely fit with Orion getting his shit together to not fuck up his future with the girls.
Also there's somthing else with Alex in those animations, just damn. Her model comes out really amazing in them, impressive stuff.
Some borderline criminal lack of Penny in this update tho :cry: Hopefully plenty of her and Caly in 0.9 :love: CAN NOT WAIT!

Also there's gotta be zero doubt by now that Calypso is NOT an NPC or something like that. He even pulled the ol 'monologue about her memories probably being fake and her realm not exisiting just to literally port us into her realm three minutes later'. Reminded me a lot of the 0.4 Founder in the basement cliffhanger
 

Dorfnutter

Engaged Member
May 21, 2017
3,832
22,306
Yeah, I'm pretty sure that's what it is. If I remember correctly, when Orion was practicing traveling between his world and Eternum, he mentioned that he couldn't travel between servers. Only from a server he thinks about, then back to his world and vice versa. Which, in all honesty, doesn't make much sense to me. How did he travel from server to server with Alex during her scene, without going back to his world?
For the same reason his first bleeding effect was just him projecting without the headset in Eternum (this is backed up by Luna seeing him having a "nightmare" while he was at Ekabar) and now being able to port in and out of Eternum: his powers are evolving and what he thinks are set limitations about it are debunked once it "levels up." So him jumping to worlds is likely something he has no control just yet until later on in the story (likely after some training with the elves or with Caly).

It would also give credence to the idea that the Founder is living full time in Eternum, especially since he too is an Immortal (according to William) and thus is likely crossing servers whenever he pleases.
 
  • Like
Reactions: Bobolkich

stgie

Newbie
Aug 22, 2020
20
33
How do you get to meet commander Hasler? for some reason the crazy doc always killed him for me (even tho i sided with him)
 

DangDing

Newbie
Mar 30, 2021
65
119
My guess would be that Calypso's truly alive just that her homeworld or dimension is unique, could be that its separated from all the other servers ie the worlds of eternum or its somehow hidden...
That's a good point. Calypso couldn't teleport herself back to her home world until she's breaking her limit. Maybe that world has some kind of anti-teleportation shield to counter enemies just teleporting themselves inside without invitation.
 

Dorfnutter

Engaged Member
May 21, 2017
3,832
22,306
You don't have permission to view the spoiler content. Log in or register now.
Thought it was implied to be an illusionary dream brought about by the GobI'msorry "Gnome's" dream dust mixed with the victim's deep insecurities/fears? So at the very least it's on par with the OIAL MC's drug trip back when he tried some weird potion back in that village close to Magnus' Manor.
 
  • Like
Reactions: HiP1 and Redd23

WShatn

Member
May 21, 2020
198
1,168
Yep, I also have issue with gallery. It gives me an error. Hmm...
This is what shows up for me when i try to open the gallery

View attachment 4353104
Please help me, this show up when I'm open the gallery and I'm not using any unlocker or walkthrough mod
I am also getting the same issue
I had the same issue when I loaded a save from a previous version and tried to open specific girls. I started a new file and opened the gallery after the first few lines. I couldn't select individual girls because they weren't unlocked for the file but it opened up to all scenes.
That shows up for me when I AM using an unlocker. Sadface. :(
Does anyone know why half the characters galleries dont work? and i dont mean the gallery button but the individual ones from the character infos?
Having some issues if anybody can help me out here. I open the Gallery and an error just occurs, seems I might have something missing.


While running game code:
File "renpy/common/00gamemenu.rpy", line 174, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 174, in <module>
$ ui.interact()
File "game/gallery.rpy", line 150, in execute
File "game/gallery.rpy", line 150, in execute
File "game/gallery.rpy", line 180, in execute
File "game/gallery.rpy", line 181, in execute
File "game/gallery.rpy", line 185, in execute
File "game/gallery.rpy", line 186, in execute
File "game/gallery.rpy", line 186, in <module>
AttributeError: 'StoreModule' object has no attribute 'namelong'
I get this error every time i try to open the gallery:

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

While running game code:
  File "renpy/common/00gamemenu.rpy", line 174, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 174, in <module>
    $ ui.interact()
  File "game/gallery.rpy", line 150, in execute
  File "game/gallery.rpy", line 150, in execute
  File "game/gallery.rpy", line 180, in execute
  File "game/gallery.rpy", line 181, in execute
  File "game/gallery.rpy", line 185, in execute
  File "game/gallery.rpy", line 186, in execute
  File "game/gallery.rpy", line 186, in <module>
AttributeError: 'StoreModule' object has no attribute 'namelong'

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 174, in script
    $ ui.interact()
  File "E:\Downloads here\Eternum-0.8.0-pc\Eternum-0.8.0-pc\renpy\ast.py", line 821, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\Downloads here\Eternum-0.8.0-pc\Eternum-0.8.0-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gamemenu.rpy", line 174, in <module>
    $ ui.interact()
  File "E:\Downloads here\Eternum-0.8.0-pc\Eternum-0.8.0-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\Downloads here\Eternum-0.8.0-pc\Eternum-0.8.0-pc\renpy\display\core.py", line 2215, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "E:\Downloads here\Eternum-0.8.0-pc\Eternum-0.8.0-pc\renpy\display\core.py", line 2745, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "E:\Downloads here\Eternum-0.8.0-pc\Eternum-0.8.0-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "E:\Downloads here\Eternum-0.8.0-pc\Eternum-0.8.0-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "E:\Downloads here\Eternum-0.8.0-pc\Eternum-0.8.0-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 1 more time]
  File "E:\Downloads here\Eternum-0.8.0-pc\Eternum-0.8.0-pc\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "E:\Downloads here\Eternum-0.8.0-pc\Eternum-0.8.0-pc\renpy\display\core.py", line 2745, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "E:\Downloads here\Eternum-0.8.0-pc\Eternum-0.8.0-pc\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "E:\Downloads here\Eternum-0.8.0-pc\Eternum-0.8.0-pc\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/gallery.rpy", line 150, in execute
  File "game/gallery.rpy", line 150, in execute
  File "game/gallery.rpy", line 180, in execute
  File "game/gallery.rpy", line 181, in execute
  File "game/gallery.rpy", line 185, in execute
  File "game/gallery.rpy", line 186, in execute
  File "game/gallery.rpy", line 186, in <module>
AttributeError: 'StoreModule' object has no attribute 'namelong'

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.2.24090902
Eternum 0.8.0
Fri Dec 20 12:33:41 2024
My temporary solution, right click, save as and download into game folder.
 
4.80 star(s) 1,057 Votes