So I guess r3.9 is it for the Alternative ending, and until Ferdafs finish his game or fall off the radar again this alternate ending is now put on hold?
The short answer is I don't know yet. For now it is on hold, it may resume with future updates, but I won't release ending parts on their own anymore (unless Ferdafs vanishes again).
I don't like replaying but the really annoying part was not being able to skip already seen content.
Open the Preferences menu and select "Skip Unseen" to skip over content. Renpy tracks what you see, and if I change a line, it counts that 1 line as new and halts skipping.
Regardless theres an issue, Tricia couch scene. After picking either points tracker choice in the car the decision to keep/change AltSummers name has neither selected which leads to the error below, I think.
View attachment 3389347
I cannot reproduce this issue. The name change is only selectable if wild Summer's name is different. Use the edit button on the Do Over menu to change her name to something not "summer" for this option to become available.
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/story/day_0039.rpy", line 5701, in script
t "You wanna invite [mcs.sum_wild.n.your][mcs.sum_wild.n.other][mcs.sum_wild.n.sister][mcs.sum_wild.n.sum_wild] to join us?"
AttributeError: 'Name_State' object has no attribute 'other'
I'm not sure what causes this to happen sometimes, but the fix is to go to Wild Summer's Do Over page, and toggle incest setting (back and forth), this should correctly reset her name state.
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/story/day_0036.rpy", line 4446, in script
if mcs.morti.events["sleep"].sex:
File "game/scripts/story/day_0036.rpy", line 4446, in <module>
if mcs.morti.events["sleep"].sex:
AttributeError: 'StoreModule' object has no attribute 'events'
After the Morticia/sleeping Summer sex scene.
Huh, that's a weird typo, not sure how it got through without coming up until now. I've fixed it for the next update.
Two options for now: 1) hit ignore on the error, or 2) open up "/game/scripts/story/day_0036.rpy", scroll down to line 4446 or do a search for:
Python:
if mcs.morti.events["sleep"].sex:
and change the line to (adding the missing ".t"):
Python:
if mcs.morti.t.events["sleep"].sex:
Thanks for the find!
Hi night mirror, how does this new update work, does it have scenes from the new release of the game's creator or stories and scenes from you, just like the other updates. or it's all mixed with scenes from you and the original game.
This update contains the new content from the Unity game (3.9) and the new "conclusion" content from me (originally called Part 5 (which was the second half of Part 4 that got too big and had to be split into it's own update)). Check out the Day Selector Page, and choose r3.9 at the top to see where the new content was added in this update (click the "new" banner to jump right to it) or head over to Mind Blowers and select Morty to see just the new scenes.
if what i read here is true and ferdafs spend 9 month and only got 1 scene of content then its in a way even worse then GZone cause at least they usually get more then 1 scene. if you wanna play a game with consistency try project possible from leroy2012 on patreon. I look forward to what nightmirror puts out and hope its soon
The short version is we don't know what was going on with Ferdafs during his absence. So far,
this post is the only info I have seen about it. My guess (and it is just a guess because, we don't know until he tells us otherwise) is that he wasn't working on 1 scene for 9 months, he was dealing with something else, and most likely working on the scene for a small part of that time.
I'm hoping we go back to the normal 3 month cycle (or even the original 2 month cycle), but one update from him does not a pattern make, so we'll just have to wait and see.
Good update, the ferdafs content was merged in well. The original art for AWH is good, but has some quality issues. As an artist, I could send over a list of discrepancies or problems if that would help or be of any interest to you
Night Mirror . Some of it reminds me of the earlier art, before ferdafs figured out how to make the proportions look right.
I have tried all my life to improve my art, and the simple truth is that I've never really gotten any better at it. I'm just not a good artist. It isn't a skill set I have been able to improve, no matter how much time I spend on it.
I'm under no illusion that the stuff I'm making is "good". The vast, VAST majority of it is just traces with different heads, or slight pose adjustments. Again, I never set out with the intent to draw my own stuff. Part of what really appealed to me about this project was that I wouldn't have to draw things... which has failed miserably.
Feel free to send corrections if you like, knowing what mistakes there are might indeed help, but I can't promise I will have the motivation (or ability) to correct them.