Mod Cheat Mod Ren'Py Eternum - Multi-Mod [v0.9.4] [LightmanP]

5.00 star(s) 7 Votes

Jalelongben

New Member
Dec 7, 2020
3
5
105
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.
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.

Since it is a bugfix/hotfix update, and no major script or code changes have been made, it is very likely that the [0.9.2 Multi Mod] does still work with [Eternum 0.9.4], but there are no guarantees.

It's more for the peace of mind, if LightmanP can confirm that either an update to the mod is in the works [Multi mod 0.9.4] or that the current [Multi Mod 0.9.2] version works problem free with [Eternum 0.9.4] as is, that would be best.

From what I understand he is very quick with updates, a great modder and active in the community so we should know very soon what the mod update situation is like.
 

Pillower

Member
May 21, 2019
113
2,744
458
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.
 
  • Like
Reactions: Jalelongben

SHREDDER1976

Active Member
Feb 25, 2021
506
449
213
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.
Anyone wondering, this was back on Eternum-Multi-Mod-0.9.2.

Honestly though, when my game crashed there I cracked up LMAO.
Think about it, MC is about to try and play the lyre after seeing the other three play it like there been at it for over 20-50 years.
And it's such a shock to the mc that the game CRASHED lol.

As Big_I_Guy said, If you input " C C G' G' A' A' G' " then "Stop" (the first line of Twinkle Twinkle Little Star) you'll trigger a very short flashback.

I didn't know about it at the time so I played three blind mice lol.
Here is all the notes, so you can play iton the lyre for the fun of it. score_0-2613329247.png@850x1100.png
 
Last edited:
Jun 13, 2018
21
4
152
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.
 

Jalelongben

New Member
Dec 7, 2020
3
5
105
There is still an issue with game throwing an exception when I try to open girl stats window
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
 
Jun 13, 2018
21
4
152
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
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.

Maybe there are some mod requirements I'm missing? Not really passionate about reinstalling the game from scratch since it works perfectly by itself.

Edit: I'll try non-nuclear option when I'll get to playing, thanks
 
5.00 star(s) 7 Votes