No. I requested that in the discord but afterwards I saw Vren had plans for that. And if Vren's going to do it then there's no point in the modders doing it first - wasted effortIs there anything we can do with the tons of unspent Points? It would be nice if they could be turned into clarity if we can't use them for anything else.
No. Not that I'm aware of. I requested an engineer offspring feature that's similar to just cloning, but Zenupstart said he might look at that one day. Other ideas are time travel but that sounds even more unlikelyIs there a chance to run into your own offspring?
And cloning somehow makes my game crash. Not sure if i did something wrong to mess up stuff. Used the one download all thingy.
You need to download the renpy update file. Those UI elements don't update in real time with out it.I think I found a bug, the research progression number didn't go up even though it does for ex: it keeps saying 150/200 even though actually its 199/200. The arousal and energy number is not updated too, it just says 100/100 even though my energy is 10/100 I need to load the game to see the real value
I can't find that file in the game files. Is it in an archive somewhere, or not in the latest version?Yea, You would need to modify one or more files.
The simplest way wouldn't give you any special dialog. She would be like any random girl who becomes your GF.
That would be edit file game \game_roles\role_girlfriend.rpy
Put a pound sign (#) in front of line 101,102,103,106,107,108 to comment them out.
Copy line 111 and place it under the lines you commented out in both if statements.
Alternatively, you could copy the method used for the sister and mom and have to edit the role files and so on for the aunt and cousin. Then move the two if statement for the aunt and cousin up under the ones for mom and sister.
Before the else: statement.
I can't guarantee it won't cause any errors because I haven't tested it and looked if there any script conflicts it would cause with others. But given that those two supposedly were not able to date I don't see why any script would be written to have issue with it.
Python:if the_person.has_role(aunt_role): #the_person "I... I don't know what to say [the_person.mc_title]. I love you like you were my own, but we could never have a real relationship together." #the_person "Could you imagine what your mother would say about that, dating her sister? She would go crazy!" #the_person "Come on, let's talk about something else." $ so_title = SO_relationship_to_title(the_person.relationship) elif the_person.has_role(cousin_role): #the_person "You and me being, like, boyfriend and girlfriend? Ha, you must be crazy! Have you been huffing fumes at work?" #the_person "I mean sure, I've come around on you and think you're not a total loser now, but we're cousins. Our parents would kill us." #the_person "So yeah, that's going to be a no from me." $ so_title = SO_relationship_to_title(the_person.relationship) elif the_person.relationship != "Single": $ so_title = SO_relationship_to_title(the_person.relationship)
You can change time back to morning again after the mean lady has visited by right-clicking on evening in the cheat menu (upper left corner).I keep having a problem with meeting the production girl's dad to improve output.
even if my attention is lower than the "too high" setting, I'll still get visited by my nemesis and will miss the meeting. I tried again keeping my attention well below too high (cheat) he never showed at the mall and blamed me for missing the meeting.
Open the "game" directory in the folder of the game.I can't find that file in the game files. Is it in an archive somewhere, or not in the latest version?
Are you running the all in one download because certain files can't be found if you use that instead of downloading everything separatelyI can't find that file in the game files. Is it in an archive somewhere, or not in the latest version?
Nope it isn't archived unless you are running some weird version. It is in the location on the base game.Are you running the all in one download because certain files can't be found if you use that instead of downloading everything separately
That's what I've heard about the all in one download. It's possible I'm wrong though because I literally never use itNope it isn't archived unless you are running some weird version. It is in the location on the base game.
I'm using the all-in-one version, because I never played Lab Rats 2 before, so the all-in-one version seemed to be the way to go, especially after the bother of installing multiple parts to play "The Tyrant" with the S A Z mod (also fun to play, by the way).Are you running the all in one download because certain files can't be found if you use that instead of downloading everything separately
I don't use the "Full Game" version from the mod thread. I had to many issues with it.That's what I've heard about the all in one download. It's possible I'm wrong though because I literally never use it
That's probably why you can't find the file then. Like Dionica said, it's probably archived and you'd need to check out the link in his reply to me. If you want to edit the files in any way, it's best to download everything separately. I hope this was helpfulI'm using the all-in-one version, because I never played Lab Rats 2 before, so the all-in-one version seemed to be the way to go, especially after the bother of installing multiple parts to play "The Tyrant" with the S A Z mod (also fun to play, by the way).