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

5.00 star(s) 4 Votes

juan palote

Engaged Member
Dec 5, 2017
2,007
3,812
I am getting this error when i click on the reply of the phone messages:

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

While running game code:
  File "game/script4.rpy", line 4180, in script call
    call chat(alex_chat) from _call_chat
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/common/00action_other.rpy", line 537, in __call__
    rv = self.callable(*self.args, **self.kwargs)
  File "game/chat.rpy", line 146, in chat_next_step
NameError: name 'phone_point' is not defined

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

Full traceback:
  File "game/script4.rpy", line 4180, in script call
    call chat(alex_chat) from _call_chat
  File "chat.rpyc", line 205, in script
  File "renpy/ast.py", line 2009, in execute
    self.call("execute")
  File "renpy/ast.py", line 1997, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3057, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  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/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 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/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 322, in run
    new_rv = run(i, *args, **kwargs)
  File "renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_other.rpy", line 537, in __call__
    rv = self.callable(*self.args, **self.kwargs)
  File "game/chat.rpy", line 146, in chat_next_step
  File "<string>", line 1, in <module>
NameError: name 'phone_point' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.6.1693
Eternum 0.4
Sat Sep  3 15:42:24 2022
 

LightmanP

Well-Known Member
Modder
Game Developer
Oct 5, 2020
1,671
15,504
I am getting this error when i click on the reply of the phone messages:

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

While running game code:
  File "game/script4.rpy", line 4180, in script call
    call chat(alex_chat) from _call_chat
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/common/00action_other.rpy", line 537, in __call__
    rv = self.callable(*self.args, **self.kwargs)
  File "game/chat.rpy", line 146, in chat_next_step
NameError: name 'phone_point' is not defined

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

Full traceback:
  File "game/script4.rpy", line 4180, in script call
    call chat(alex_chat) from _call_chat
  File "chat.rpyc", line 205, in script
  File "renpy/ast.py", line 2009, in execute
    self.call("execute")
  File "renpy/ast.py", line 1997, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3057, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  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/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 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/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 322, in run
    new_rv = run(i, *args, **kwargs)
  File "renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_other.rpy", line 537, in __call__
    rv = self.callable(*self.args, **self.kwargs)
  File "game/chat.rpy", line 146, in chat_next_step
  File "<string>", line 1, in <module>
NameError: name 'phone_point' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.6.1693
Eternum 0.4
Sat Sep  3 15:42:24 2022
*sigh* Download the updated non-beta game version from the game's thread.
 

LightmanP

Well-Known Member
Modder
Game Developer
Oct 5, 2020
1,671
15,504
I have a beta version then? Of the game? Because without the mod the game worked fine.

I should download the game again or the mod again?
Yep, you have a beta version, it was only stated in Game Version in the thread, not the title or file name.
You need to redownload the game, the mod is fine.
 

hungchip

Newbie
Feb 19, 2022
36
11
Hi LightManP, Version 0.4. I found that mod_chat.rpy has a small bug. It calls the chat.rpy file and requests phone_point. Can you check and fix it? Không có tiêu đề.png
 

LightmanP

Well-Known Member
Modder
Game Developer
Oct 5, 2020
1,671
15,504
  • Like
Reactions: hungchip

SonsOfLiberty

Board Buff
Compressor
Sep 3, 2022
19,136
157,514
when the mode will release for the new version?
The mod is updated on my in 36h early access. I will update it here afterward.

Last edited: Thursday at 4:51 PM, so 36 hours from that time it was last edited.
 

Karabonga

Member
Dec 11, 2018
264
123
when does the walkthrough appear? I've been playing for 2 hours but no guide or walkthrough appeared. the gallery is unlocked but I wish you could give a description for each choice like if one is better than the other
 
5.00 star(s) 4 Votes