StAYFRosTY76

Newbie
Apr 10, 2023
16
11
At this point we gonna get GTA 6 before Beggar makes 3 updates for the game. I'm not even gonna say before he finish it ,cause that's mentally and physically impossible for him.
 
Mar 1, 2023
18
15
I have just downloaded 0.95 from Mediafire and trying to extract but I'm getting Checksum error from Winrar, is there a fix for this or do I have to download form a different site?? please help
 

Symphony of the Night

Despair has its own calms
Modder
Donor
May 19, 2017
2,471
5,342
Image stuck in Sandra´s quest :(
Use the cheat mod, sex image stuck option in the bugfixer

I have just downloaded 0.95 from Mediafire and trying to extract but I'm getting Checksum error from Winrar, is there a fix for this or do I have to download form a different site?? please help
Either, update your Winrar to latest version to support any new algorithms used (maybe even use another archive program as well)
OR
You have chunk errors which would require you to re-download the entire game over again (maybe use a download manager if not using one already, to reduce this from happening)
OR
You can try to repair the archive but I dont think this website puts any recovery percentage in the rar, so you may be out of luck on that one. But trying wouldnt hurt I guess.

Hope you sort it out (y)
 

Zaloteon

Newbie
May 30, 2021
69
25
here are my save files in case any of you are looking for them

save file 1 full main story (gentleman's mafia)
save file 2 full main story (triads mafia)
save file 3 full main story (hornets mafia)
save file 4 full main story (dragunovs mafia) (the mc appears accompanied by the russian lady boss, but it does not affect much now)
save file 5 choice you mafia
save file 22 sarah and alexx Tynimon event
save file 23 lucy hotel event
save file 24 Laura and clarisse comic event (avoid talking to laura in this event, there is an image error)

things to note, you can change the name in the game using your phone, carol's dates are buggy, jason's mom is not implemented in this version.
is there a way to turn everything in english?
 

WOMANpukumaru

Well-Known Member
Apr 28, 2018
1,046
903
So uh

It seems old saves don’t work for the newest version…and you have to start a new game. Is that still true?


Did he do anything to make the game less grindey or progression any less slow and indirect?

If not, anyone got saves to just the new content and then caught up to at least the Lucy quest?
 

HableesDonne

Member
Jan 15, 2018
113
62
At this point he should just release the build as is and let modders fix it. He might as well just drop this whole sex game development thing while he is at it as he obviously cant do shit
 
  • Like
Reactions: jaredforks

VixenByte

New Member
Apr 18, 2024
1
2
I got stuck on the "Go to School" part, so out of curiosity I tried to fix it myself (even though SotN is amazing) and I think I did. I'm putting it here in case anyone wants to try fixing it themselves if they find this post, and maybe take the heat off SotN a bit.


In Map028.json, in Event 51 (EV051), a set of instructions (called a page) is meant to trigger automatically when you enter the school, which would make a loudspeaker announcement telling you to go to the Principal's Office.

The way the code works is that it first checks that the SCHOOLQUEST variable (variable #18) is set to 601, then checks that the MAINQUEST variable (variable #13) is set to 755. If MAINQUEST is not 755 yet, it turns on Self-Switch C. (Events have four self-switches, A, B, C, D, each.)

Self-Switch C turns on a check that runs parallel, and seemingly instead, of that above code, which is basically waiting for you to get to MAINQUEST 755 before it shuts itself up and allows the previous code to run again.

Except, it's not checking for MAINQUEST to get to 755, it's checking for SCHOOLQUEST to get to 755 instead, which can't happen. So it never turns off Self-Switch C, and so it never allows you to trigger the loudspeaker announcement.

What this means is that if you get to SCHOOLQUEST 601 before you get to MAINQUEST 755, the game locks and it's impossible to continue.

TLDR: The original code checks the wrong variable and locks the game from progressing.


To fix this (at least, to do what I did which appears to have had an affect, or at the very least, makes the code what it probably should have been):

1: Go to folder 'www', then folder 'data'.
2: Copy 'Map028.json' and paste it somewhere as a backup.
3: Open the original file, search for: 1,18,0,755,1 (Specifically that, so you don't change anything else by accident)
4: Replace it with: 1,13,0,755,1
5: Save
6: Play
7: Refer to this post for how to proceed next in the game, because you'll need to know.

This was done with version 0953.
 
Last edited:
  • Like
Reactions: conekrus and Ctemp
3.00 star(s) 138 Votes