joelurmel

Engaged Member
Nov 3, 2022
2,675
4,724
397
Don't use over the 0.100 remaster !

Bonus scene 1 to 7 from the 0.99a extra. Bonus 8 will be available when the 0.100 Extra come here.
+ a correction for loading old save files




Extract to ...\Amnesia-version_0.100a-pc and overwrite old files.
 
Last edited:

Enot1964

Well-Known Member
May 20, 2019
1,311
1,287
338
I have the impression that starting work on this project, the developer did not have a clear plot of the game in front of him, except for the initial episodes. And he just doesn't know how to develop his story further. Hence the situational nature of the latest updates, they are like throwing around when faced with writer's block. I don't care much whether the MC fucks Alexandra or not, I'm interested in the plot. And the storyline is a very sad state of affairs.
 

Mozeratti66

New Member
May 19, 2021
12
2
56
Hello tell me please help please, I can not pass the task in the notebook History of Jachim, what should I do or I missed something, I will wait for a response from someone.
 

Nemo56

Forum Fanatic
Jan 7, 2018
5,898
4,873
457
I have the impression that starting work on this project, the developer did not have a clear plot of the game in front of him, except for the initial episodes. And he just doesn't know how to develop his story further. Hence the situational nature of the latest updates, they are like throwing around when faced with writer's block. I don't care much whether the MC fucks Alexandra or not, I'm interested in the plot. And the storyline is a very sad state of affairs.
I think that's very vell justified.

I mean ... why would you make polls to ask what content people want if you had a plan?
 
  • Like
Reactions: Enot1964

f96zonetrooper

Engaged Member
Dec 21, 2018
2,917
2,793
350
I started a new game.

Day 2 Sunday Midday
Kate just gave MC his old phone. MC called Eva.
Now the phone blinks and when MC tries to send a message to either Eva or Elena, the game gets stuck with the MC's message on the phone and only way to get out of this screen is to load a save game.

There is an older comment that save and reload should solve this issue, but this does not work. If I save the game when stuck and reload, the MC is back at the point before the message was typed.

Is this game even playable if MC cannot send messages at all?

Edit :

It seems that "pause" in the script file phone SMS and Call.rpy is the problem.
Once I comment all the "pause" lines the script continues :

Code:
        label PHONE_SMS_Eva.act_2d2_Eva_Action_Nice:
            $ REL_Eva += 1
            play sound "gui/phone/FX sms typing 4.mp3"
            $ phoneEva.addmessage("MC", _("Hey, Eva! whts up?"))
            pause 1

            $ phoneEva.addmessage("MC", _("jst wanted to know how you were doing... "))
            pause 1

            $ phoneEva.addmessage("MC", _("yknow, i`ve jst known you for a small while, lost my memory n all that..."))
            pause 1

            play sound "gui/phone/FX sms to.mp3"
            $ phoneEva.addmessage("MC", _("but I already think yr a really sweet person & i`d really like to know you better today ;)"))
            pause 3

            play sound "gui/phone/FX sms from.mp3"
            $ phoneEva.addmessage("Eva", _("Hey... [mcname]... are you ok?"))
            pause 1

            play sound "gui/phone/FX sms to.mp3"
            $ phoneEva.addmessage("MC", _("Huh? sure, im fine, why?"))
            pause 2

            play sound "gui/phone/FX sms from.mp3"
            $ phoneEva.addmessage("Eva", _("LOL it`s just weird to hear you being so nice!"))
            pause 2

            play sound "gui/phone/FX sms from.mp3"
            $ phoneEva.addmessage("Eva", _("I mean, read. Now I`m even worried the coma did change you after all ;D"))
            pause 1

            play sound "gui/phone/FX sms from.mp3"
            $ phoneEva.addmessage("MC", _("is it that bad??? D:"))
            pause 2

            play sound "gui/phone/FX sms from.mp3"
            $ phoneEva.addmessage("Eva", _("Who said it was bad? I like it ;)"))
            pause 1


            jump PHONE_SMS_Eva.act_2d2_Eva_Action_END
            return
Edit :
The script version is "(7, 7, 1)".

I searched the web for the pause problem and found following hints :

"Wait, is your screen modal? In 7.5 modal screens prevent pauses from ending while they are shown. I would consider pause ending or reload to be a true bug here..."

"The screen is modal.
In modern versions of Ren'Py, modal screens block renpy.pause.
...
renpy.pause(2.0, modal=False) will always work"

So by replacing
Code:
pause [value]
with
Code:
$ renpy.pause([value].0, modal=False)
the messaging seems to work.


See following post for a fix

Phone SMS Message problem
...
 
Last edited:

jaques

Member
Aug 11, 2016
400
619
343
Had hopium for this game but download after download with no actual intercourse for what's supposed to be a sex game is pretty shitty ngl. Guess I'll keep reading comments and changelogs maybe at some point creator eill realize fuck this game needs sex to be any good.
Not sure why people are surprised. Lucky Mark was the same click-aimlessly-until-you-get-an-evebt blue balls simulator. And then finally some shitty sex scenes at the end.
 

omgx123

Newbie
Apr 13, 2020
98
132
136
I have the impression that starting work on this project, the developer did not have a clear plot of the game in front of him, except for the initial episodes. And he just doesn't know how to develop his story further. Hence the situational nature of the latest updates, they are like throwing around when faced with writer's block. I don't care much whether the MC fucks Alexandra or not, I'm interested in the plot. And the storyline is a very sad state of affairs.
It's not a hollywood script to have that excuse, the dev should simply just go and use chatGpt or whatever to continue the script if he can't figure out what to do and we'll be ok with it. Instead he just releases updates every 2-3 months with 0 continuation of the plot and repetitive scenes.
 

Deleted member 2602227

Well-Known Member
Jul 14, 2020
1,192
1,806
270
Not about this game in particular but, how much does patreon take for a 1 and 5 dollar sub?
Can I sub to the same patreon, say 100 times with 100 different accounts? Even if it's payed from the same credit card?
Like, can I lose let's pretend 10 bucks a month to make my game look popular?
 
3.40 star(s) 241 Votes