3.50 star(s) 222 Votes

sakuyas_mmaster

Well-Known Member
Feb 12, 2018
1,269
1,613
Did the 96b update not fix the bug, that prevents the story from moving forward? I still can't get any mission to progress. The hospital never calls and there is no way to earn money to progress with Elena. What am I supposed to do?
 

legarius369

Newbie
Apr 8, 2022
28
25
Did the 96b update not fix the bug, that prevents the story from moving forward? I still can't get any mission to progress. The hospital never calls and there is no way to earn money to progress with Elena. What am I supposed to do?
Fixed it for me. The phone call was triggered after the update to 96b.
 

ScionDayne

Newbie
Jun 2, 2022
27
86
Question is why people who think this is terrible waste their time here.
What's wrong with playing something you actually like?
People can like whatever they want. It's your idea that somehow criticism is bad. Criticism is the catalyst for growth. If you want something to be better then you vocalize the issues that said thing has in hopes that it will be improved.

Crazy concept I know.... smh.

The criticism for this game is well deserved. Visuals aside it's an absolute mess.
 

Nemo56

Forum Fanatic
Jan 7, 2018
5,752
4,766
People can like whatever they want. It's your idea that somehow criticism is bad. Criticism is the catalyst for growth. If you want something to be better then you vocalize the issues that said thing has in hopes that it will be improved.

Crazy concept I know.... smh.

The criticism for this game is well deserved. Visuals aside it's an absolute mess.
There's a difference between expressing criticism and calling people with a different opinion fanboys. The one is justified, the other one is not.
As you said: People can like whatever they want. So why criticise them for liking the game?

Also there is a difference between constructive criticisim and "this is a bad, stupid game". There is no realistic chance that this will make the game any better, even if we ignore that the dev does not even read here. Such posts serve no purpose at all.

And btw, most criticised are not the bugs, the messed up translations or so, no ... the most often asked question is whynotfuckmomyet?
 
Last edited:

elbro

Member
Nov 22, 2020
412
777
People can like whatever they want. It's your idea that somehow criticism is bad. Criticism is the catalyst for growth. If you want something to be better then you vocalize the issues that said thing has in hopes that it will be improved.

Crazy concept I know.... smh.

The criticism for this game is well deserved. Visuals aside it's an absolute mess.
you are right, some people dont read the review section so they think if you have a criticism is because you are a hater or something, they go complete defend mode and the argument why you play something you dont like is the most common respond.
apart of anything is perfect, so everything is for criticism, this game have good and bad thing, most people play for the good things and critic the bad, is normal.
 
  • Like
Reactions: Jaun Karr

grahegri

out fighting regex
Donor
Feb 23, 2023
10,217
5,869
Amnesia-0.96b
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 

wizardcock

Well-Known Member
Feb 19, 2021
1,350
3,859
There's a difference between expressing criticism and calling people with a different opinion fanboys. The one is justified, the other one is not.
As you said: People can like whatever they want. So why criticise them for liking the game?

Also there is a difference between constructive criticisim and "this is a bad, stupid game". There is no realistic chance that this will make the game any better, even if we ignore that the dev does not even read here. Such posts serve no purpose at all.

And btw, most criticised are not the bugs, the messed up translations or so, no ... the most often asked question is whynotfuckmomyet?
Among other things, the reason for criticism is unreasonable expectations. If things have always been slow in this game, where does the expectation that family members will be fucked come from? You don't need to be a Zen guru to realize that if you accept things as they are, you can enjoy the game.
 

whoabacha

Member
Jul 17, 2017
342
1,044
Did the 96b update not fix the bug, that prevents the story from moving forward? I still can't get any mission to progress. The hospital never calls and there is no way to earn money to progress with Elena. What am I supposed to do?
I played right from the start of this release and the game wont move forward at the same point, dev doesn't know how to code
 

whoabacha

Member
Jul 17, 2017
342
1,044
I found the little logical bug in v96a that locks the game out of progress in case you have already talked to Jaheem in the basement and fixed it.

A condition for the continuation of the Grace story (the sperm donor quest) was depending on Jaheem's story and was set unnecessarily strictly to Jaheem's event #3. After talking to Jaheem in the basement, the event number is 4 already. So changing if STORY_Jaheem_Phoenix == 3 and STORY_Grace == 2: to if STORY_Jaheem_Phoenix >= 3 and STORY_Grace == 2: fixed the trigger among other morning event triggers in the Morning.rpy. The second condition of STORY_Grace == 2 makes sure that the event won't repeat itself after triggering once, so the first condition doesn't have to be so strict.

I found another strict check of the same variable under the label MC_Story.Story_7 in the MC Story.rpy, because it blocked the arrival of the message from Iris and triggered the event following to it in the script instead. That variable check there was in fact redundant and the reason why the following part of the script was triggered (wrong indentation for the return statement), so I removed it.

Just extract attached patch into the main (root) folder of the game where the game launchers are (Amnesia.exe and Amnesia.sh) and (re)start the game.

In case any of the other patches (walkie or anything else based directly on v96a) are applied after the fix, they may overwrite the fixed files with the bugged ones again, so be mindful about what you do and in which order!

PS.
My old regex-based incest patch is also still working just fine without the need of an update:
https://f95zone.to/threads/amnesia-v0-96b-super-alex.44511/post-5270343
Should this work on any save or does it need to be patched before certain conditions are met? I've tried using it on my latest save with 0.96a and nothing changes I'm still soft-locked.
 
3.50 star(s) 222 Votes