joebob77474
Member
- Apr 2, 2021
- 150
- 71
- 106
Have you tested that update with 0.9.2 mod? I saw the changelog and it said only bugfixes between 0.9.2 and 0.9.4.Eternum was updated again to 0.9.4.
I would rather wait for an official update from LightmanP himself. But if you're eager to play, you can go ahead and take a low risk gamble playing with mismatched Mod/Game versions.Have you tested that update with 0.9.2 mod? I saw the changelog and it said only bugfixes between 0.9.2 and 0.9.4.
It doesn't really matter whether it works or not. If nothing else, the mod author will want to update the post confirming it works for the latest patch, even if nothing but the version number changes.Have you tested that update with 0.9.2 mod? I saw the changelog and it said only bugfixes between 0.9.2 and 0.9.4.
Anyone wondering, this was back on Eternum-Multi-Mod-0.9.2.I'll say the mod does indeed need to be updated for the latest patch. It crashes when you play the lyre for the tournament event.
There is still an issue with game throwing an exception when I try to open girl stats windowMod updated to v0.9.4 (small flashback added to lyre scene).
Clicking on heart icon throws an exception, just started a new game, got past the pregnancy options choice so it's not that
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()
Exception: Style 'mytextnool' does not exist.
On an entirely new install (no prior files, no save files, no persistant data), I do not get this error, so it is not inherently an issue with the Mod itself, and no other reports besides yours are on here, so it has to be something on your end. Likely a mix of older versions of the mod/gamefiles, and corrupted data.There is still an issue with game throwing an exception when I try to open girl stats window
I had a completely, fully new instance of the game. No prior versions, no downloaded saves, no mods, nothing, and the bug was around from the start of the game.On an entirely new install (no prior files, no save files, no persistant data), I do not get this error, so it is not inherently an issue with the Mod itself, and no other reports besides yours are on here, so it has to be something on your end. Likely a mix of older versions of the mod/gamefiles, and corrupted data.
Your file has likely been overwritten, you could try to replace the line with the correct one, I can paste it here
Go to Eternum --> Renpy --> common --> select 00gamesmenu.rpy --> open with notepad --> scroll down to line 174
And (if not altered/overwrritten) you find this exact text:
# Entry points from the game into menu-space.
label _game_menu(*args, _game_menu_screen=_game_menu_screen, **kwargs):
if not _game_menu_screen:
return
$ renpy.play(config.enter_sound)
call _enter_game_menu from _call__enter_game_menu_0
if renpy.has_label("game_menu"):
jump expression "game_menu"
if renpy.has_screen(_game_menu_screen):
$ renpy.show_screen(_game_menu_screen, *args, _transient=True, **kwargs)
$ ui.interact()
jump _noisy_return
jump expression _game_menu_screen
You could replace your text with the correct one above, but I would suggest a nuclear option since you have likely f*cked up your files in some way or another.
The nuclear option is to:
Uninstall Eternum completely (Entire Game Folder + Roaming Files [type %appdata% in search --> scroll down and click the "Renpy" Folder --> find "Eternum" --> Delete all savefiles + persistent
Delete the files in your 'bin'
Extract/Install Eternum again, preferably in a short path (Renpy likes this), Something like C:/AVN/Eternum
This does wipe everything so you would need to replay/skip through what you've read before, but it also has the least chance of bugs/issues