Mod Cheat Mod Ren'Py Area69 [v0.73] Cheat Mod

vincent13

Active Member
Game Developer
Apr 12, 2018
699
653

Updated: 2022-06-03
Game/Creator: k78Games
Modder: Brandy - -
Mod Version: 0.73
Game Version: 0.73

Installation:
You don't have permission to view the spoiler content. Log in or register now.

Features:
You don't have permission to view the spoiler content. Log in or register now.


Download:

You can also find here:


Unofficial Android Port With My Mod:





0.75 ?
 

Cirdon

Well-Known Member
Nov 27, 2019
1,254
1,831
I keep seeing where y'all say the game works with this mod, even though the game itself is a newer update. But I keep getting "an exception has occurred". It says a lot of stuff, but the main thing is, it says "NameError: Name 'Mom' is not defined". I also get this type of error when I go visit Olivia's house. But it says something else than Mom. So apparently this does not work with the newest update of the game.
There's nothing in this mod that has anything to do with names.

Does that happen with a new game, or are you only running into this issue with an older save?
 

Cirdon

Well-Known Member
Nov 27, 2019
1,254
1,831
Still an Update would be nice. :)
What's there to update?

This mod doesn't change with the versions of the game, it just allows you to manage the MC's Energy, Attraction, etc.

For my own use I added a slight change that lets me adjust a few things by increments of 10 because throwing my energy to 0 means sleeping too long, but that's the only change to it I considered worth doing.
 

Flyffer13

New Member
Aug 8, 2020
5
10
What's there to update?

This mod doesn't change with the versions of the game, it just allows you to manage the MC's Energy, Attraction, etc.

For my own use I added a slight change that lets me adjust a few things by increments of 10 because throwing my energy to 0 means sleeping too long, but that's the only change to it I considered worth doing.
would you mind sharing the file ?
 

Dadisnotgay

Newbie
Aug 25, 2022
38
23
Here is a quick and dirty patch. Some of the speech becomes wonky because of how it is written, it is not expecting text to be replaced.



becomes



Once out of the intro tutorial it makes more sense, and it should have been how the last patch worked.
theres an issue with julias tv dialouge. could you update this perchance?
 
May 1, 2018
120
116
Here is a quick and dirty patch. Some of the speech becomes wonky because of how it is written, it is not expecting text to be replaced.



becomes



Once out of the intro tutorial it makes more sense, and it should have been how the last patch worked.
Would you update it plz? there seems to be some issues with dialogues.
 
  • Like
Reactions: Punto

Kijuz

Newbie
Jan 29, 2021
16
47
theres an issue with julias tv dialouge. could you update this perchance?
Try the attached. I had a bit more of a look and have found a better way to change the names and to show the changed names during a text block, so Julia's name will tell Mom when talking. There are so many issues with this code; a previous name change that was working broke the TV section as the name was referenced differently. Between trying to work out the calls, the lookup and what is referencing a file or location, such as "Emma", "sEmma", NPC() or Character(), what is hard coded as Emma in Text, and so on, it would take some work and modifying the core files to get this 100%. I found a way to fix the intro, so it makes sense, but at that point, it would be easier to rewrite the dialogue directly. Inside the zip is the new file and some images, I have to make some new icons as some things refer to the person's profile pic by name, and some lookup the modified name, like Aunt Emma, and it breaks. This just makes those files available.

Let me know it breaks anywhere else on the new stuff, I haven't played it really since my last patch, so not sure what is broken. However you mentioned the TV, so I could quickly work out where that was and jumped to it, where I found the break. If it breaks again, just reference where it broke and the last line of text EXACTLY as written, if possible.

One of the fixes during the intro is the tutorial text:

Before:
This is Mom, my mother's best friend.
Now:
This is Julia, she is my Mom.
Before:
I am staying at their house until my parents return from their trip abroad.
Now:
It's just Mom and me at home until my Dad returns from his trip abroad.
Before:
Lucy is Mom's daughter, and Olivia is Aunt Emma's daughter. They are cousins.
Now:
Lucy is Mom's daughter and my sister, and Olivia is Aunt Emma's daughter. She is our cousin.
 
Last edited:

Dadisnotgay

Newbie
Aug 25, 2022
38
23
Try the attached. I had a bit more of a look and have found a better way to change the names and to show the changed names during a text block, so Julia's name will tell Mom when talking. There are so many issues with this code; a previous name change that was working broke the TV section as the name was referenced differently. Between trying to work out the calls, the lookup and what is referencing a file or location, such as "Emma", "sEmma", NPC() or Character(), what is hard coded as Emma in Text, and so on, it would take some work and modifying the core files to get this 100%. I found a way to fix the intro, so it makes sense, but at that point, it would be easier to rewrite the dialogue directly. Inside the zip is the new file and some images, I have to make some new icons as some things refer to the person's profile pic by name, and some lookup the modified name, like Aunt Emma, and it breaks. This just makes those files available.

Let me know it breaks anywhere else on the new stuff, I haven't played it really since my last patch, so not sure what is broken. However you mentioned the TV, so I could quickly work out where that was and jumped to it, where I found the break. If it breaks again, just reference where it broke and the last line of text EXACTLY as written, if possible.

One of the fixes during the intro is the tutorial text:

Before:


Now:


Before:


Now:


Before:


Now:
Thank you i'll let you know. I also found this file via dik games. It seems to work well. I'll let you know about your fix as well