CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

Cheat Mod Ren'Py The Null Hypothesis Cheat Injector [v2.1] [Sleepingkirby]

Nov 30, 2017
102
66
Oh, AFTER you invite them into your room? That's a different block of code entirely. This code is only for after the date and you two are in the hallway. Let me look...
Okay, here's the code for after you invite them into your room and they accept:
Code:
label date_end_invite(Character):
    call expression f"{Character.tag}_date_end_invite_start" from _call_expression_395

    if Player.location == Player.home:
        menu:
            extend ""
            "Recommend something {i}fun{/i}" if approval_check(Character, threshold = "sexual_flirting"):
                call expression f"{Character.tag}_date_end_invite_accept_hookup" from _call_expression_396
                call date_hookup(Character) from _call_date_hookup
                call expression f"{Character.tag}_date_end_invite_accept_hookup_sleepover" from _call_expression_397

                if _return:
                    return
            "Invite her to sleep over" if Character.History.check("sleepover"):
                call expression f"{Character.tag}_date_end_invite_accept_hookup_sleepover_invited" from _call_expression_398

                return
            "Say goodnight":
                call expression f"{Character.tag}_date_end_invite_accept_goodnight" from _call_expression_399

        $ remove_Characters(location = Player.home)
        $ set_the_scene(location = Player.home)
So, this says:
If you're in your room, show the menu options:
  1. Recommend something fun IF AND ONLY IF the character meets the threshold defined in "sexual_flirting"
  2. Invite her to sleep over IF AND ONLY IF the character has slept over before
  3. Say Good night
So, are you saying that when you get into your room, you don't get that option in the menu or you don't get the menu at all?
I was constantly missing the first option, to recommend something fun. So this means I've had to have sexually flirted with them at least once? Don't really know what that means.. I flirted with all of them and tried some of the ''sexy'' options during the date but hey didn't show up yet (in the restaurant or the cinema)
I'll see if they offer after a date now that I've hooped up with them all outside of a date.
UPDATE: They do offer the ''Recommend something fun'' after a date now.
 
Last edited:
  • Like
Reactions: sleepingkirby

sleepingkirby

Active Member
Aug 8, 2017
822
1,285
I was constantly missing the first option, to recommend something fun. So this means I've had to have sexually flirted with them at least once? Don't really know what that means.. I flirted with all of them and tried some of the ''sexy'' options during the date but hey didn't show up yet (in the restaurant or the cinema)
I'll see if they offer after a date now that I've hooped up with them all outside of a date.
UPDATE: They do offer the ''Recommend something fun'' after a date now.
Good to hear. I was pretty sure it wasn't the cheat but with so many moving parts, it's hard to know for sure.
The "approval check" is actually a stat check. Every character has definitions of when they will or won't do something depending on how much love and trust they have. If memory serves, sexual_flirting is 175 for both love and trust.
As to why this triggered before and only comes up as an issue now, again, I don't know if this code was changed or added with this version. Hell, it could be be because, prior, you initiated all the dates or you had higher stats before and they got reset due to running the game without the cheat (shouldn't happen because they raised the cap on love/trust a few versions back, but I also don't know which version of the game you just came from), etc. There are so many possibilities it's nearly impossible to figure out without me being there with you to inspect your machine and even that isn't a guarantee.
 
  • Like
Reactions: MerlinWizard01

-Wastrel

Member
Aug 3, 2017
279
511
Thank you both, but I found a bug on the windows version. It's a graphical error where the player's arousal bar doesn't move depending on the player's desire.

Since it's a graphical glitch, I didn't update the version number, but the windows .bat file has been updated.
Oh! I didn't get that far again since I restarted to refresh, thanks for fixing it!
 
  • Like
Reactions: sleepingkirby

drifter139

Well-Known Member
Dec 11, 2019
1,835
1,789
Can you elaborate? As in increasing friendship level caps? Or increase friendship between characters? Because the latter's already available.
I meant more along the lines of click on their pictures in relationship tab where it describes how they feel about other girls and it increases the level of friendship between them
 

sleepingkirby

Active Member
Aug 8, 2017
822
1,285
I meant more along the lines of click on their pictures in relationship tab where it describes how they feel about other girls and it increases the level of friendship between them
That's almost what it does now. But the levels are different for each girl to each other and, potentially, arbitrary, so I can't (without A LOT of trouble) just have it jump levels of relationships. What it does now is increases their friendship points by 50.


ETA video.

And if you're like "What I'm saying is, I want to click on it and make Jean and Rogue best friends". The game isn't set up that way.

Code:
define Rogue_friendship_thresholds = {
    "Laura": (0, 20, 40),
    "Jean": (0, 20, 40)}

define Rogue_friendship_tiers = {
    "Laura": (0, 1, 2, 3),
    "Jean": (-1, 0, 1, 2)}
These are the thresholds for Rogue's friendship. As you can see, Rogue's friendship tier to Laura maxes out at 3 (which is best friends) while hers to Jean maxes out at 2 (which is just friends). This also means that Rogue and Laura can never be enemies or rivals. Laura, at least to Rogue, can only go as low as acquaintances.

Could I break those caps? Yes. but it would take a lot as it would need to be broken for each love interest to the other, including new characters are they're added. But also, by breaking those, this would homogenize relationships between characters and, hence, their personality. Which I'm not willing to do as it takes away from the game.
 
Last edited:
  • Like
Reactions: Chrisdarock19

ΔIK

Newbie
Dec 22, 2019
26
21
link is not working, any alternate link
 

sleepingkirby

Active Member
Aug 8, 2017
822
1,285
link is not working, any alternate link
github is the source code repository for both the linux and windows version. It'll have both the .sh and .bat file. Just make sure to download ONLY the file(singular) that you need. (i.e. unless you plan to fork the repo, don't download the entire repo. Just download the .sh OR .bat file)
 
  • Like
Reactions: ΔIK

R4z3H0wl3tt

Newbie
Sep 8, 2020
29
206
Mod doesn't work for me with 7A can't get new perk, skill , can't add more point or control during times with the girls
 

sleepingkirby

Active Member
Aug 8, 2017
822
1,285
Mod doesn't work for me with 7A can't get new perk, skill , can't add more point or control during times with the girls
Can you give me more info than "it's not working"? Like screen shots or be more specific? Because it is VERY MUCH working for skill points and perks as per my video attached.

I also don't know what you mean by "control during times with the girls".
 

sleepingkirby

Active Member
Aug 8, 2017
822
1,285
I get a virus alert when I attempt to run this.
A lot of antiviruses will alert anything that's a script file (batch script or shell script) as a virus. I've posted the git repo for this cheat injector. If you don't feel safe, don't use/download it. But the source code is open so you can see exactly what it does.
 

R4z3H0wl3tt

Newbie
Sep 8, 2020
29
206
Can you give me more info than "it's not working"? Like screen shots or be more specific? Because it is VERY MUCH working for skill points and perks as per my video attached.

I also don't know what you mean by "control during times with the girls".
i run the bat file but the cheat doesn't show up like in your video