spooge_nugget

Member
May 7, 2017
436
624
I got an error due to being unable to find file "images/anim/ep7_a_510_1.webm".

I'm playing the compressed version, so I'm wondering if this is just an issue with that version of if the file is missing from the official version also.

If the file exists in the official version, could somebody please upload it?
 

FookU2

Engaged Member
Jan 23, 2018
3,005
2,203
Do the old saves not work, or did I download the wrong version?
Or maybe it's an issue with transferring the new download to the folder...maybe that's a Ren'Py thing. (i.e. do I have to delete all old files before copying the new files to the folder?)
 

cloudmoon

Newbie
Jun 1, 2017
60
198
just found a fix for error NameError: name 's_left_house_morn' is not defined

1. open script.rpy from \game directory (recommended using notepad++)
2. search "default s_went_sleep = 0" (you are now on default variable area)
3. make a new line, type or paste this "default s_left_house_morn = 0"
4. save, then re-open the game, load from where you got error, and try to kitchen area, elizabeth will show (now you can continue playing with walkthrough from TiggerYou)

View attachment 409560
You are a hero.
 

hdl565

New Member
Jul 27, 2018
4
0
"activex conponent can't creat object:
microsoft vbscript runtime error 800a01ad"
Please help me...
 

dipp007

Member
Jun 27, 2017
330
394
Those who are having trouble locating the mall. Go there at afternoon (first time) and follow the hint.

Untitled55.jpg
 

dipp007

Member
Jun 27, 2017
330
394
One thing is annoying me. I have done all three Megan's event but the phone is showing two out of three. Is this a bug ??

Echoes of.png
 

Tacito

Forum Fanatic
Jul 15, 2017
5,339
42,949
If I am not wrong the bug is there for 2/3 versions.
Looking to the code , when you start new day only two events counts for meg

if meg_big_s_q_barged_in == 1:
$ m_rel_e_found += 1
$ complete_rel_e += 1

if spyed_on_m_shower >= 1:
$ m_rel_e_found += 1
$ complete_rel_e += 1

Probably this is missed ... but better wait for official bugfix
if meg_big_s_q >= 9:

PS: yes seems to work ... but I don't want break other things :)

new.jpg
 
Last edited:
3.70 star(s) 243 Votes