wizardcock
Well-Known Member
- Feb 19, 2021
- 1,350
- 3,859
And that's a problem? This game has always been slow in both making and relationship progress. Slowburn or whatever it's called. So it makes sense.Yes, but no sex right? So..
And that's a problem? This game has always been slow in both making and relationship progress. Slowburn or whatever it's called. So it makes sense.Yes, but no sex right? So..
Fixed it for me. The phone call was triggered after the update to 96b.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?
merde. what will happen to escargots now?In that case don't play with the french language, it's totally bugged. Choose the english
mc fucks alexandra? that's update 2.0 stuff around 2035.Hope I won't get amnesia and forget about this game the day we'll eventually get to the real deal.
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.Question is why people who think this is terrible waste their time here.
What's wrong with playing something you actually like?
right, there's not much logic on this nor much else (besides bugs).The criticism for this game is well deserved. Visuals aside it's an absolute mess.
not with family members and 4 or so with others.i don't have bugs but it's frustrating no sex yet T_T
where in the mall do i get them?do the grace event wait a bit then you should be able to buy phone parts from the mall . talk to elena after you get them
speak to kate thursday morning in your room after fixing elena's phone
warehouse where mc "worked" couple days.where in the mall do i get them?
There's a difference between expressing criticism and calling people with a different opinion fanboys. The one is justified, the other one is not.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.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.
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.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?
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 codeDid 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?
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.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 changingif STORY_Jaheem_Phoenix == 3 and STORY_Grace == 2:
toif STORY_Jaheem_Phoenix >= 3 and STORY_Grace == 2:
fixed the trigger among other morning event triggers in theMorning.rpy
. The second condition ofSTORY_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 labelMC_Story.Story_7
in theMC 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 thereturn
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