Mod Abandoned Midlife Crisis Replay Mod [v0.34]

gigan

Engaged Member
Modder
Nov 7, 2017
3,113
7,827
1669038693319.png Overview:
This is a replay Mod for the game Midlife Crisis by Nefastus Games.​

Updated: 15.01.2023
Game/Creator: Nefastus Games -
Modder: OEJ , gigan
Game Version: 0.34


Features:
Adds a Replay menu where you can replay scenes

Installation:
extract the zip file into the main folder

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

Download:
 
Last edited:

gigan

Engaged Member
Modder
Nov 7, 2017
3,113
7,827
Thanks, but scenes settings are not saving. Always using default age when I change it in OEJ Scenes Mod Settings. How to make it apply my settings?
i´m not sure what you mean.Do you mean the replay scenes itself are the default ages or if you click in the replay menu on the settings? if you mean the setting this is normal because this are the default ages and will be resetet everytime if you go into the settings
 

Trminator

Member
May 3, 2017
241
596
i´m not sure what you mean.Do you mean the replay scenes itself are the default ages or if you click in the replay menu on the settings? if you mean the setting this is normal because this are the default ages and will be resetet everytime if you go into the settings
I guess the question is, are your new replays taking into account the settings set by OEJ's settings in the replay menu?
I.e. did you replace the occurances of t_age with persistent.t_age_gal etc?
(see Gallery.rpy, Lines 26-65)
 

gigan

Engaged Member
Modder
Nov 7, 2017
3,113
7,827
I guess the question is, are your new replays taking into account the settings set by OEJ's settings in the replay menu?
I.e. did you replace the occurances of t_age with persistent.t_age_gal etc?
for that i use:
Code:
label name:
    if _in_replay:
        $ w_name = persistent.w_name
        $ sec_name = persistent.sec_name
        $ e_name = persistent.e_name
        $ d1_name = persistent.d1_name
        $ d2_name = persistent.d2_name 
        $ s_name = persistent.s_name
        $ j_name = persistent.j_name
        $ t_name = persistent.t_name
        $ n_name = persistent.n_name
        $ si_name = persistent.si_name
        $ bo_name = persistent.bo_name
        $ player_name = persistent.player_name   
        $ player_lname = persistent.player_lname
        $ js_name = persistent.js_name 
        $ md_name = persistent.md_name
        $ si_romance = persistent.si_romance_gal         
        $ t_age = persistent.t_age_gal
        $ d2_age = persistent.d2_age_gal
        $ d1_age = persistent.d1_age_gal
        $ n_age = persistent.n_age_gal
        $ js_age = persistent.js_age_gal
        $ md_age = persistent.md_age_gal 
        $ w_romance = persistent.w_romance_gal
        $ threesome19v = persistent.threesome19v_gal 
        $ d1_romance = persistent.d1_romance_gal 
        $ t_romance = persistent.t_romance_gal
        $ md_romance = persistent.md_romance_gal
btw i found out that Meredith didn´t have a age variable.She is in the same age from i think it was Hailey.But I could have sworn that she has its own variable.Otherwise i would not have actually make her own age question in the mod.But maybe I had made a mistake with her
 
  • Like
Reactions: Trminator

Trminator

Member
May 3, 2017
241
596
for that i use:
Code:
label name:
    if _in_replay:
        $ w_name = persistent.w_name
        $ sec_name = persistent.sec_name
        $ e_name = persistent.e_name
        $ d1_name = persistent.d1_name
        $ d2_name = persistent.d2_name
        $ s_name = persistent.s_name
        $ j_name = persistent.j_name
        $ t_name = persistent.t_name
        $ n_name = persistent.n_name
        $ si_name = persistent.si_name
        $ bo_name = persistent.bo_name
        $ player_name = persistent.player_name  
        $ player_lname = persistent.player_lname
        $ js_name = persistent.js_name
        $ md_name = persistent.md_name
        $ si_romance = persistent.si_romance_gal        
        $ t_age = persistent.t_age_gal
        $ d2_age = persistent.d2_age_gal
        $ d1_age = persistent.d1_age_gal
        $ n_age = persistent.n_age_gal
        $ js_age = persistent.js_age_gal
        $ md_age = persistent.md_age_gal
        $ w_romance = persistent.w_romance_gal
        $ threesome19v = persistent.threesome19v_gal
        $ d1_romance = persistent.d1_romance_gal
        $ t_romance = persistent.t_romance_gal
        $ md_romance = persistent.md_romance_gal
btw i found out that Meredith didn´t have a age variable.She is in the same age from i think it was Hailey.But I could have sworn that she has its own variable.Otherwise i would not have actually make her own age question in the mod.But maybe I had made a mistake with her
Might be easier, to setup a global scope for the replays to use ... ;)
 

cashcreate

Newbie
Jun 6, 2019
77
64
i´m not sure what you mean.Do you mean the replay scenes itself are the default ages or if you click in the replay menu on the settings? if you mean the setting this is normal because this are the default ages and will be resetet everytime if you go into the settings
Sorry if I wasn't clear. I mean when I click on "OEJ Scenes Mod > Settings" and set custom ages and keep names default and then play a scene in "OEJ Scenes Mod", ages I set don't apply and always uses default age.
 

gigan

Engaged Member
Modder
Nov 7, 2017
3,113
7,827
Sorry if I wasn't clear. I mean when I click on "OEJ Scenes Mod > Settings" and set custom ages and keep names default and then play a scene in "OEJ Scenes Mod", ages I set don't apply and always uses default age.
where i know that this is not working is the age for Meredith .She has the same age from Hailey .If you mean an other girl let me know who and at best a replay scene where i can see the wrong age