SonsOfLiberty

Community Champion
Compressor
Sep 3, 2022
30,195
277,715
957
Question:
I have phone application locked when answering SMS. I'm using incest patch and scrappy walkthrough mods, and I KNOW it's probably NOT the right thread to ask this but would be extremely obliged for any help on this
Question:
I have phone application locked when answering SMS. I'm using incest patch and scrappy walkthrough mods, would be extremely obliged for any help on this
It has nothing to do with any of those, it is a known issue for some, mainly ones starting a new game.

The post about the issue is here along with the fix.
 
  • Heart
Reactions: Pif paf
Jun 1, 2020
273
348
159
This game is never going to get finished, if it does it will with a whimper and go out without doing anything of value.
I've a very big reputation about SonsOfLiberty because I always use his compressed versions of many games (and I'm very thankful ...) and I can understand he has a lot of skills and competency in technical issues (... that I competely miss). So I'm very sorry to hear that in his opinion this game won't never go to an end or to something good .. because I think this game has a potential and I very liked a lot of scenes and renders and charaters (... Alexandra most of all). But maybe Son is right ...
 
  • Like
Reactions: DrinkSlinger

Pif paf

Engaged Member
Feb 5, 2018
3,387
2,486
451
I've a very big reputation about SonsOfLiberty because I always use his compressed versions of many games (and I'm very thankful ...) and I can understand he has a lot of skills and competency in technical issues (... that I competely miss). So I'm very sorry to hear that in his opinion this game won't never go to an end or to something good .. because I think this game has a potential and I very liked a lot of scenes and renders and charaters (... Alexandra most of all). But maybe Son is right ...
well, idk, but he finished the Lucky Mark, right?
 

Pif paf

Engaged Member
Feb 5, 2018
3,387
2,486
451
Phone SMS Message problem

So short summary for the Phone SMS problem in v0.100a (and earlier versions) :
It seems that there is a conflict between modal screens and the pause function in renpy. For some reason this worked in older renpy versions but not in the version used by the game now.

The result is that the game gets stuck when the mc tries to send a message (SMS) and the script uses "pause".
This is probably only a problem for players starting a new game.

A solution is to replace the "pause value" statements with "$ renpy.pause(value, modal=False)" in the file game\scripts\Global\phone SMS and Call.rpy.
I did this and it worked for me.

I attached my modified rpy-file.

If you get stuck due to this bug,
- create the folder game\scripts
- create the folder game\scripts\Global and
- place the attached file "phone SMS and Call.rpy" in the folder "game\scripts\Global".
Awesome!!!! TYVM f96zonetrooper !!!
 

f96zonetrooper

Engaged Member
Dec 21, 2018
2,917
2,796
350
sure but that took a while (longer than amnesia has taken i think) and is quite a mess (hearsay).
If you look at the threads then Lucky Mark is 2017-2019 (3 years) and Amnesia started in 2020 (almost 5 years).

Lucky Mark is a nice game for people who like sandbox. Don't try to play without the walkthrough since some sexual encounters are too difficult to solve on your own within reasonable time, similar to the scene with Eva at the Mall toilet.
 

Rammy3

New Member
Jan 26, 2020
5
0
67
Why is it that when I send a message through the phone the game freezes and then I have to reload last save?
Can anybody help?
 

f96zonetrooper

Engaged Member
Dec 21, 2018
2,917
2,796
350
Why is it that when I send a message through the phone the game freezes and then I have to reload last save?
Can anybody help?
see the following post for a fix.
(There is a file attached.)

Phone SMS Message problem

So short summary for the Phone SMS problem in v0.100a (and earlier versions) :
It seems that there is a conflict between modal screens and the pause function in renpy. For some reason this worked in older renpy versions but not in the version used by the game now.

The result is that the game gets stuck when the mc tries to send a message (SMS) and the script uses "pause".
This is probably only a problem for players starting a new game.

A solution is to replace the "pause value" statements with "$ renpy.pause(value, modal=False)" in the file game\scripts\Global\phone SMS and Call.rpy.
I did this and it worked for me.

I attached my modified rpy-file.

If you get stuck due to this bug,
- create the folder game\scripts
- create the folder game\scripts\Global and
- place the attached file "phone SMS and Call.rpy" in the folder "game\scripts\Global".
 
Last edited:
  • Like
Reactions: Rammy3

f96zonetrooper

Engaged Member
Dec 21, 2018
2,917
2,796
350
Is it possible for you to upload the modified rpy-file?
Or what program do I need to modify the rpy-file myself?
Sorry, I am kinda new to modifying and all this stuff...
The rpy-file is attached to the quoted post.
https://f95zone.to/threads/amnesia-v0-100a-super-alex.44511/post-15006163

If you want to look at the game files, you can use unren to unpack the rpa-archives and to decompile the rpyc-files.
https://f95zone.to/threads/unren-ba...ecompiler-console-developer-menu-enabler.3083
I use Notepad++ as editor for the rpy-files.
The game on start automatically compiles the rpy-files ...
 
Last edited:
  • Like
Reactions: Rammy3

SonsOfLiberty

Community Champion
Compressor
Sep 3, 2022
30,195
277,715
957
If you look at the threads then Lucky Mark is 2017-2019 (3 years) and Amnesia started in 2020 (almost 5 years).

Lucky Mark is a nice game for people who like sandbox. Don't try to play without the walkthrough since some sexual encounters are too difficult to solve on your own within reasonable time, similar to the scene with Eva at the Mall toilet.
Another thing to mention, if anyone new is going to try that game, DO NOT use saves posted in that thread they are all bugged.

I've also made a legitimate compressed version for Lucky Mark as well.
 

Rammy3

New Member
Jan 26, 2020
5
0
67
The rpy-file is attached to the quoted post.
https://f95zone.to/threads/amnesia-v0-100a-super-alex.44511/post-15006163

If you want to look at the game files, you can use unren to unpack the rpa-archives and to decompile the rpyc-files.
https://f95zone.to/threads/unren-ba...ecompiler-console-developer-menu-enabler.3083
I use Notepad++ as editor for the rpy-files.
The game on start automatically compiles the rpy-files ...
Thank you alot! Last thing.... How do I save the rpy file as a rpy file and not a txt document? When I click the attached file it just opens it and then I have to save it afterwards. But when I try and save it I can only save it as txt... Is it the same thing?
 

cxx

Message Maestro
Nov 14, 2017
76,633
39,496
1,519
Thank you alot! Last thing.... How do I save the rpy file as a rpy file and not a txt document? When I click the attached file it just opens it and then I have to save it afterwards. But when I try and save it I can only save it as txt... Is it the same thing?
save target as or some other shit, depends on your browser.
 
  • Like
Reactions: Rammy3

rafa30

Forum Fanatic
Aug 2, 2017
4,036
2,707
488
v0.99a Extra
v0.100a

any difference between the two versions so they have different links?
 

devonY7

Engaged Member
Feb 3, 2020
2,246
3,773
468
v0.99a Extra
v0.100a

any difference between the two versions so they have different links?
99.a is an older version but it has the extra content (premium version) 100.a is the latest version but does not include any bonus content .
 
  • Heart
Reactions: rafa30

V4mpire

Member
Game Developer
Dec 20, 2020
150
281
177
I have found that when you first get to send a message to a contact, you can no longer interact with anything, can't use the back button or anything any the phone, unable to close it, has anyone else encountered this?
 
  • Like
Reactions: TigerWolfe
3.40 star(s) 242 Votes