AI Porn is here, Create and Fap TRY FREE
x

Siphon

Member
Aug 18, 2016
486
656
323
One could sense he wants to make as much money as possible with this project. So he will milk it for next 5 years. By the time people grow bored of it he would have made a fortune.
Five years is generous.

At 15 months (current rate) per update he'll be done in 2031, or 6 years. Considering literally every update the time increases this becomes a 'best case' scenario.

This shit won't be finished until mid to late 2030s, or he keels over and dies.
 
  • Haha
Reactions: Penkovsky and diolo

szymhehe

New Member
May 13, 2024
3
0
60
Anyone else not be able to progress after 1st free roam? I have done all tasks (aside from fighting dawe and puzzlebox because it crashes) and it locks me in the room stating "I have something else to do" or something along those lines? I have tried scrolling through here but no luck
same as you bro
 

Buckbeakkk

New Member
Dec 8, 2023
4
1
89
Guys, did anyone got an error checking zoey's phone text? apparently it gives an error and I can't move forward. I want to know if that is problem only I am dealing with or if it is common with other players? I patched my game.
i have the same problem, I think it is because of loading a previous save with the mod
 
Jul 2, 2024
164
199
120
can anyone help me to deal with this error? it is a text we get from zoey at the same time sally is texting us about coming to do the lab report, any help would be appreciated, I don't want to restart everything again and download a the full game instead of the patch.

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

Compiling ATL code at game/scripts/new_phone/apps/pack_quest_app/mphone_pack_quest_img.rpy:181
  File "game/scripts/freeroam/episode11/ep11_freeroam_diks.rpy", line 122, in <module>
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 1, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 1, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 63, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 76, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 80, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 91, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 106, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 119, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 120, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 121, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 122, in execute
NameError: Name 'm_c_text' is not defined.

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

Full traceback:
  File "scripts/freeroam/episode11/ep11_freeroam_diks.rpyc", line 122, in script
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/freeroam/episode11/ep11_freeroam_diks.rpy", line 122, in <module>
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3315, 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 3735, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3735, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 1, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 1, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 63, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 76, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 80, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 91, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 106, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 119, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 120, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 121, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 122, in execute
  File "renpy/text/text.py", line 1574, in __init__
    self.set_text(text, scope, substitute)
  File "renpy/text/text.py", line 1693, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "renpy/substitutions.py", line 270, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
  File "renpy/substitutions.py", line 228, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'm_c_text' is not defined.

Windows-10-10.0.26100
Ren'Py 7.4.10.2178
Being a DIK 0.11.0
Fri Mar  7 18:04:18 2025
 

Bloker997

Active Member
Aug 20, 2022
882
1,592
267
Used save fixer for sancho mod, still gets


I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/episode11/update11.rpy", line 3936, in script
if ep4_toldDerekAboutJade:
File "game/scripts/episode11/update11.rpy", line 3936, in <module>
if ep4_toldDerekAboutJade:
NameError: name 'ep4_toldDerekAboutJade' is not defined

Cant access mommy scene, how to fix this shit?
 
  • Haha
Reactions: Penkovsky

MGDS

Member
Jan 31, 2024
218
122
121
I downloaded the split parts, unzipped them and started playing from a 0.10 save. I tried several times with several choices after leaving the house at the end of episode 10. I've got every time a renpy error just after this screen :
1741381725668.png

1741381764442.png
 
4.70 star(s) 1,735 Votes