sleepingkirby

Well-Known Member
Aug 8, 2017
1,298
1,931
262
I want to know what happened to the pullback option in rogue-like-evolution. When did it disappear?
It looks like the option is there. Prime's mod just enhanced the option:
Code:
        "Pull back" if Trigger != "psy" and Girl.Loc == bg_current and Situation != "swap" and Player.FocusX:
            if renpy.showing(Girl.Tag+"_CUN_Animation"): #if renpy.showing("Rogue_BJ_Animation"):
                    if Girl.Addict >= 60 and ApprovalCheck(Girl, 1000, "I", Bonus = ((Girl.Addict*10)- Girl.Obed)) and Girl.Swallow:
                            $ Girl.Eyes = "manic"
                            $ Speed = 0
                            "You pull back from her, juices dripping from her lips, and her eyes widen in surprise."
                            $ Girl.Mouth = "sucking"
                            $ Girl.Spunk.append("mouth")
                            $ Speed = 4
                            "She leaps at your pussy and sucks it deep, draining your fluids hungrily."
                            $ Speed = 0
                            $ Girl.Mouth = "lipbite"
                            "When she finishes, she licks her lips."
                            $ Girl.FaceChange("bemused")
                            if Girl is EmmaX:
                                    ch_e "I'm sorry, [Girl.Petname], but that would have been a waste."
                            elif Girl is JeanX:
                                    $ Girl.FaceChange("sly",2,Mouth="lipbite")
                                    ch_j ". . ."
                            elif Girl is StormX:
                                    ch_s "That would have been wasteful. . ."
                            else:
                                    call AnyLine(Girl,"Sorry, [Girl.Petname], I just couldn't let that go to waste.")
                            $ Girl.Statup("Obed", 200, -5,Alt=[[JeanX],800,5]) #+5 for Jean
                            $ Girl.Statup("Inbt", 200, 10)
                            jump Girl_Swallowed
                    call expression Girl.Tag+"_CUN_Reset"
So, the pullback will only be an option if you're not having mind sex, the girl is with you (not telephone sex), you're not in a threesome (I think that's what that means) and if you're focusing. And there's extra dialog if you're playing as a woman the certain stats are right. Which I think is what Prime enhanced in his mod as well as made it available for a lot more circumstances.
 
Last edited:

Laritas

Member
Jul 10, 2023
370
700
226
It looks like the option is there. Prime's mod just enhanced the option:
Code:
        "Pull back" if Trigger != "psy" and Girl.Loc == bg_current and Situation != "swap" and Player.FocusX:
            if renpy.showing(Girl.Tag+"_CUN_Animation"): #if renpy.showing("Rogue_BJ_Animation"):
                    if Girl.Addict >= 60 and ApprovalCheck(Girl, 1000, "I", Bonus = ((Girl.Addict*10)- Girl.Obed)) and Girl.Swallow:
                            $ Girl.Eyes = "manic"
                            $ Speed = 0
                            "You pull back from her, juices dripping from her lips, and her eyes widen in surprise."
                            $ Girl.Mouth = "sucking"
                            $ Girl.Spunk.append("mouth")
                            $ Speed = 4
                            "She leaps at your pussy and sucks it deep, draining your fluids hungrily."
                            $ Speed = 0
                            $ Girl.Mouth = "lipbite"
                            "When she finishes, she licks her lips."
                            $ Girl.FaceChange("bemused")
                            if Girl is EmmaX:
                                    ch_e "I'm sorry, [Girl.Petname], but that would have been a waste."
                            elif Girl is JeanX:
                                    $ Girl.FaceChange("sly",2,Mouth="lipbite")
                                    ch_j ". . ."
                            elif Girl is StormX:
                                    ch_s "That would have been wasteful. . ."
                            else:
                                    call AnyLine(Girl,"Sorry, [Girl.Petname], I just couldn't let that go to waste.")
                            $ Girl.Statup("Obed", 200, -5,Alt=[[JeanX],800,5]) #+5 for Jean
                            $ Girl.Statup("Inbt", 200, 10)
                            jump Girl_Swallowed
                    call expression Girl.Tag+"_CUN_Reset"
So, the pullback will only be an option if you're not having mind sex, the girl is with you (not telephone sex), you're not in a threesome (I think that's what that means) and if you're focusing. And there's extra dialog if you're playing as a woman the certain stats are right. Which I think is what Prime enhanced in his mod as well as made it available for a lot more circumstances.
Thank you very much, I followed your instructions and have now found the option also in the Xmod version.

- Just you and the girl, no threesomes
- Direct contact, no phone sex
- Concentrate on not coming
Bildschirmfoto_2025-09-17_13-07-31.png
Time to play around with it a bit. :love:
 

Laritas

Member
Jul 10, 2023
370
700
226
what's your results?
It's somehow not the same as in the Prime Mod. I tested around a bit. With girls who should be addicted to Zero's sperm.

The reaction in the Prime Mod is a panic behaviour. Disappointment or ignoring the pullback and sucking like there's no tomorrow.


I don't have these reactions in the current game. I only play the Xmod at the moment, but as much as the Xmod changes, the Xmod has not changed this mechanic. So it should be exactly the same as in the unmodded version of the game.

Here the reaction after the pull back is simply: okay, so what do we do now?
Every time, no panic reactions or other behaviour. Just, okay, what do we do now?


By the way, sleepingkirby, it doesn't seem to be quite right with the threesome and the pullback, I was just doing it with Jean, at the exact moment when it was time, Rogue came into the room and wanted to join in. The pull back option was nevertheless available. I will test this further.
Bildschirmfoto_2025-09-18_21-32-01.png
 

VI_Death6

New Member
Mar 23, 2021
4
2
55
Hey hey sorry to seem dumb but i aint played this for a while, what are all the symbols at the top of the screen mean again? like the heart is how much they love you, the ring is domination. what are the rest?
 

salscou

Engaged Member
Apr 14, 2020
3,684
17,184
678
Hey hey sorry to seem dumb but i aint played this for a while, what are all the symbols at the top of the screen mean again? like the heart is how much they love you, the ring is domination. what are the rest?
Just mouse over it, or go to the tutorial in your bedroom.
 

sleepingkirby

Well-Known Member
Aug 8, 2017
1,298
1,931
262
By the way, sleepingkirby, it doesn't seem to be quite right with the threesome and the pullback, I was just doing it with Jean, at the exact moment when it was time, Rogue came into the room and wanted to join in. The pull back option was nevertheless available. I will test this further.
View attachment 5261343
Yeah, that's why I wrote "I think that's what that means" because I don't 100% know what Situation != "swap" I've been busy with work recently so I didn't get a chance to look that up.

And yeah, it that's what I meant by "I think is what Prime enhanced in his mod as well as made it available for a lot more circumstances." Them jumping at you in the prime mod seems closer to the extra dialogue in the base game if you're female.

I've mentioned this before elsewhere, but now I'm SERIOUSLY considering modding Prime's mod into an injectable format. And see if that helps on version compatibility. The main concern I have is the compiled binary he has as I don't know what that's doing.
 
4.40 star(s) 166 Votes