Because the game peaked at 1.4e.How come prime is the only non-cheat mod on the homepage of this thread?
Modders stop updating because Oni keeps changing around his spaghetti code.How come prime is the only non-cheat mod on the homepage of this thread?
Magik and Emma threesome sounds pretty nice to meSeems like once more we will be denied sister threesome...well atleast Magik its always great.
This game needs just 1 or 2 more girls with perky A cup breasts
A cup mafia, uniteSame can be said for other games.
modders seeing the next updateModders stop updating because Oni keeps changing around his spaghetti code.
It looks like the option is there. Prime's mod just enhanced the option:I want to know what happened to the pullback option in rogue-like-evolution. When did it disappear?
"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"
Thank you very much, I followed your instructions and have now found the option also in the Xmod version.It looks like the option is there. Prime's mod just enhanced the option:
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.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"
No, you can notCan I have a full save, please, I don't want to go through everything all over again
It sounds like you don't want to play this game at all, so why bother even asking?Can I have a full save, please, I don't want to go through everything all over again
what's your results?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
View attachment 5256801
Time to play around with it a bit.![]()
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.what's your results?
Just mouse over it, or go to the tutorial in your bedroom.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?
Yeah, that's why I wrote "I think that's what that means" because I don't 100% know whatBy 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
Situation != "swap" I've been busy with work recently so I didn't get a chance to look that up.