ouch2020

Well-Known Member
Aug 11, 2020
1,579
2,210
Is it possible to add the incest patch to the Android port?
I'm sorry, but that is beyond my skills and knowledge. My wild guess is that the renpy on Android tries to work same as on other platforms, and if that is the case, then you can apply the patch the same way it's done on the other platforms, but I cannot be much of help, I do not have the android version, I do not play it on Android, and I create that "patch" on Windows.
 
  • Like
Reactions: Zorlun

Achilicheese

Member
Jan 22, 2021
430
659
Some of the images seems to be missing, like the scene with Cassius(dog) after the party. Also the scenes in the morning with Cassius as well.
 

phupdup

Well-Known Member
Oct 24, 2019
1,391
1,080
Code:
While running game code:
  File "game/chapter 03.rpy", line 2020, in script
    if ch3_cassius_top_dog == False and ch3_cassius_not_top_dog_anymore == False:
  File "game/chapter 03.rpy", line 2020, in <module>
    if ch3_cassius_top_dog == False and ch3_cassius_not_top_dog_anymore == False:
NameError: name 'ch3_cassius_not_top_dog_anymore' is not defined
Got this after loading a save from where I left off on New Years eve. So maybe that was a two version back save instead of one? Anyway, the default def for this flag is behind a label var_chapter3_update1 in variables.rpy. That label only gets called from a chapter03 label at the top of chapter 03.rpy which isn't called from anywhere else in the rpy files.

Code:
label chapter03:

    call var_chapter3_update1 from _call_var_chapter3_update1

label ch3_01_a_new_life:

    scene black
    with dissolve
    show text "Chapter Three \n A New Life" with Pause(2)
    scene black
    with dissolve

    scene bg ch3_01 anewlife 001
    with dissolve

    "Quickly after Myriam called her father to inform him of the events that transpired in the office, Anthony was fired and escorted out of the Taylor building by security."
    "And as usual, his ego and character could not handle the situation, making
I do remember getting the scene behind that label ch3_01_a_new_life at some point in my playthrough and that label isn't called from anywhere else either. So I'm just going to assume that this is a variable that got snuck in through an update after my playthrough had dropped through here and then I did a save?

It would probably be a lot better to throw all of the stuff behind the various var_chapterxxx_update labels into the script.rpy at the very front where all of the define statements are for the VN characters. That way they at least get defined with a default value that would then get overwritten from whatever got pickled in a save that gets loaded.
 

Zorlun

Creating Naughtiness!
Donor
Game Developer
Feb 19, 2020
1,573
11,587
Some of the images seems to be missing, like the scene with Cassius(dog) after the party. Also the scenes in the morning with Cassius as well.
I can't really help there, the problem is probably due to the use of a mod, though now all the trouble should have been fixed with them, I invite you to redownload (either the main official version or modded one) and roll back a few saves just in case to be sure.
Code:
While running game code:
  File "game/chapter 03.rpy", line 2020, in script
    if ch3_cassius_top_dog == False and ch3_cassius_not_top_dog_anymore == False:
  File "game/chapter 03.rpy", line 2020, in <module>
    if ch3_cassius_top_dog == False and ch3_cassius_not_top_dog_anymore == False:
NameError: name 'ch3_cassius_not_top_dog_anymore' is not defined
Got this after loading a save from where I left off on New Years eve. So maybe that was a two version back save instead of one? Anyway, the default def for this flag is behind a label var_chapter3_update1 in variables.rpy. That label only gets called from a chapter03 label at the top of chapter 03.rpy which isn't called from anywhere else in the rpy files.

Code:
label chapter03:

    call var_chapter3_update1 from _call_var_chapter3_update1

label ch3_01_a_new_life:

    scene black
    with dissolve
    show text "Chapter Three \n A New Life" with Pause(2)
    scene black
    with dissolve

    scene bg ch3_01 anewlife 001
    with dissolve

    "Quickly after Myriam called her father to inform him of the events that transpired in the office, Anthony was fired and escorted out of the Taylor building by security."
    "And as usual, his ego and character could not handle the situation, making
I do remember getting the scene behind that label ch3_01_a_new_life at some point in my playthrough and that label isn't called from anywhere else either. So I'm just going to assume that this is a variable that got snuck in through an update after my playthrough had dropped through here and then I did a save?

It would probably be a lot better to throw all of the stuff behind the various var_chapterxxx_update labels into the script.rpy at the very front where all of the define statements are for the VN characters. That way they at least get defined with a default value that would then get overwritten from whatever got pickled in a save that gets loaded.
Well, if you have a look at the main official public version of the game you will see that it's already the case, the first thing I do in EACH update is introducing the new variables that will appear in the update.

The problem this update is that I don't know why but a lot of mods were first based on the version without Prometheus' patch, which caused some troubles, which I cannot have any influence on.
 
  • Like
Reactions: Demnor

ouch2020

Well-Known Member
Aug 11, 2020
1,579
2,210
Seems like the inc patch breaks the walkthrough mod
Sorry.
As I mentioned in the readme file for the inc patch, I can guarantee compatibility only with Prometheus (i.e. bestiality patch), because I use always that version as base, with the savename patch, and with URM (since it does not really touch the code or binary).
The walkthough mod most probably uses references to the code or goes straight to the binary, both of which can break it. You could try to apply the incest patch, and then reinstall the walkthrough, though you will probably loose the incest.
 

Grizzzzly

Member
Dec 27, 2017
181
526
Sorry.
As I mentioned in the readme file for the inc patch, I can guarantee compatibility only with Prometheus (i.e. bestiality patch), because I use always that version as base, with the savename patch, and with URM (since it does not really touch the code or binary).
The walkthough mod most probably uses references to the code or goes straight to the binary, both of which can break it. You could try to apply the incest patch, and then reinstall the walkthrough, though you will probably loose the incest.
It does work just fine with the cheat mod.
 
  • Like
Reactions: Zorlun

GothSummer

Member
Aug 27, 2017
111
90
I really like the game so far. MC looks different than 90% of the other games. I just wished there would be maybe a feature in the game that can show you the roads or maybe like a gallery or something. I am not a big fan of replaying games a dozen times to see all the outcomes, so something like a roadmap for the routes would be much appreciated.
 

Sadowdark

Forum Fanatic
Mar 4, 2020
5,778
8,269
I really like the game so far. MC looks different than 90% of the other games. I just wished there would be maybe a feature in the game that can show you the roads or maybe like a gallery or something. I am not a big fan of replaying games a dozen times to see all the outcomes, so something like a roadmap for the routes would be much appreciated.
Get yourself Multi-Moda on the front page.
 
  • Like
Reactions: Zorlun

Zorlun

Creating Naughtiness!
Donor
Game Developer
Feb 19, 2020
1,573
11,587
Hey Zorlun, i wanted to drop by and thank you for the amazing game. Keep up the good work :HideThePain:
Thank you, glad to hear you keep enjoying the game.
If Myriam is going to the police station next update does that mean we are going to get the cop double date, maybe? I hope that isn't forgotten about.
We'll see the two officers again and talk of the double date (depending on previous choices), and I hope to have the time to add the night out with them in the update, otherwise it'll be for next update.
I really like the game so far. MC looks different than 90% of the other games. I just wished there would be maybe a feature in the game that can show you the roads or maybe like a gallery or something. I am not a big fan of replaying games a dozen times to see all the outcomes, so something like a roadmap for the routes would be much appreciated.
There is a few mods to help you, notably one with a walkthrough function (from JokerLeader), another one with a gallery (from SteelyDan14) and you can also have a look at all what Bibifoc propose with the multi-mod, they are all referenced on the main page at the bottom of the first post.
 

Zorlun

Creating Naughtiness!
Donor
Game Developer
Feb 19, 2020
1,573
11,587
I'm very happy that a disgruntled A Wife and Mother fan decided to make their own game instead of endlessly complaining about milking.

(Is Myriam/Katherine stuff going to happen or is Marc the only planned incest route?)
I'm not a disgruntled from AWAM, with a few others I liked, it was one of the games that inspired me to do my own, as much because I liked them than because I wasn't being satisfied with any of them either.
Project Myriam really started as an experience, still is, but it already been far more successful, than I ever hoped it would in the start, so thank you all for your continuous support.
 
Last edited:

clowns234

Engaged Member
Game Developer
May 2, 2021
3,047
4,725
I'm not a disgruntled from AWAM, with a few others I liked, it was one of the games that inspired me to do my own, as much because I liked them than because I wasn't being satisfied with any of them either.
Project Myriam really started as an experience, still is, but it as already went far more successful, than I ever hoped it would in the start, so thank you all for your continuous support.
I saw something special in your work from the first time we met Myriam and her family.
 
  • Like
Reactions: Zorlun

dian091

Active Member
Apr 17, 2020
573
721
If Myriam is going to the police station next update does that mean we are going to get the cop double date, maybe? I hope that isn't forgotten about.
Why stop with the two police officers, maybe while in a cell, the three of them are found out by the sergeant and maybe the chief and they get to join in too. Maybe that is how she gets her revenge on her no-good hubby. A few sexual favors may win her much police support.
 

CrazyRabbit

Engaged Member
Oct 30, 2019
2,095
9,525
I'm not a disgruntled from AWAM, with a few others I liked, it was one of the games that inspired me to do my own, as much because I liked them than because I wasn't being satisfied with any of them either.
Project Myriam really started as an experience, still is, but it already been far more successful, than I ever hoped it would in the start, so thank you all for your continuous support.
You deserve it; both you and the game. We could feel from the very start we were going for one hell of a ride with Mi, and you delivered big time.
 
4.40 star(s) 186 Votes