Impurity2937

Member
Dec 31, 2022
353
1,239
266
When I try to contact Zoey, this error occurs. I can't skip it because the next one occurs, which returns to the first one, and I can't go further without talking.
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_room2.rpy", line 493, 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.

Please any fix??
I figured it out, it's because of using Scrappy mod earlier which had different colors for certain SMS responses. You need to unlock console and put it in there:
m_c_text = u'{color=#08AC23}'
m_c3 = u'{color=#DF00F1}'

If any more lack of variables will occur, you can check them in console command of previous game version with Scrappy mod and put them manually to new one.

PUT THESE VARIABLES INTO CONSOLE DURING DIALOGUE WITH ANYONE

edit: Some people also have problems with mod_gr variable, in that case put mod_gr = u'{color=#32BD73}'
 
Last edited:

NotPablo71

New Member
Feb 26, 2025
2
1
3
Warning: this change may break your game in the future, I have no idea but it worked for me

For anyone unable to get past the first free roam and are stuck with only Optional "Solve the puzzle box" here's what i did

step 1.


step 2.
BeingADik-0.XX.0-pc-lin\game\scripts\freeroam\episode11 (or whatever you called the game)
and open ep11_freeroam_room1.rpy (with notepad or vscode, i did it with notepad)

step 3.
scroll to the bottom of the code
and change the line under "label ep11_freeroam1_room_end_label:" to "if True:"
and change the line directly under "$ renpy.pause(0.5)" to "elif False:"
it should then look like the following:
View attachment 4621603

Step 4.
Warning: this change may break your game in the future I have no idea, but it worked for me
putting this warning again in case you forgot.

Step 5.
close the game (if it was open) and reopen again
Mine doesn't even have episode 11 in freeroam file... can you upload it?
 
  • Like
Reactions: dwc97
Feb 6, 2023
403
3,227
352
I figured it out, it's because of using Scrappy mod earlier which had different colors for certain SMS responses. You need to unlock console and put it in there:
m_c_text = u'{color=#08AC23}'
m_c3 = u'{color=#DF00F1}'

If any more lack of variables will occur, you can check them in console command of previous game version with Scrappy mod and put them manually to new one.
Will this work for Riona' s messages too? Everytime i click on hers it just throws an error. I don't remember if i ever used the scrappy mod though.
 

n00bPanda

Member
Jun 16, 2021
346
646
216
You guys gotta learn how to use the search, lol. I posted one hours ago here.
There were like 50 pages when I tried to search sorry, I assume you have S1 and S2 torrent links too, are they getting seeded?

edit: Looks like they do sorry again.
 

scarp1

Member
Aug 22, 2020
178
133
167
Seems i only have v10 version of episode 10. new patch won't work.

Anyone got a link for v10 to whatever I need?
 
4.70 star(s) 1,728 Votes