leathermax

Well-Known Member
Feb 10, 2019
1,203
3,380
Oi m8s, why don't we join our coombrains to actually create a rogue-like evolution like game with actual good stuff put into? I haven't the slightest idea of programming or drawing, before you ask.
 

NSoull

Member
Mar 2, 2017
469
1,212
You have to have Storm follow you into Xavier's office at night and search the right hand drawer. If the RNGs are smiling on you, you'll find a file that you can use against Xavier, like Kitty and the picture of Charles and Mystique
I'd say that I am surprised that Oni would re-use even this instead of making new methods for each girl, but I'd by lying. I am absolutely not surprised.

Oi m8s, why don't we join our coombrains to actually create a rogue-like evolution like game with actual good stuff put into? I haven't the slightest idea of programming or drawing, before you ask.
That already exists. It is the Rogue-Like Mod team, which you can find in their thread. But because of multiple real life issues and other problems it is progressing at slow speed. Very slow speed.
 

leathermax

Well-Known Member
Feb 10, 2019
1,203
3,380
I'd say that I am surprised that Oni would re-use even this instead of making new methods for each girl, but I'd by lying. I am absolutely not surprised.



That already exists. It is the Rogue-Like Mod team, which you can find in their thread. But because of multiple real life issues and other problems it is progressing at slow speed. Very slow speed.
Precisely
 

NSoull

Member
Mar 2, 2017
469
1,212
They have become the very thing they swore to destroy.
Well, not really. They were doing it for free and as a hobby, not like Oni who is making more per month than a lot of people who do back breaking labor everyday.

I don't blame them at all that they wouldn't put the project on top of their priority, even above personal issues, when they aren't even being paid for it.
 

Bev_

Member
Nov 17, 2018
476
765
Well, not really. They were doing it for free and as a hobby, not like Oni who is making more per month than a lot of people who do back breaking labor everyday.

I don't blame them at all that they wouldn't put the project on top of their priority, even above personal issues, when they aren't even being paid for it.
Of course, you're 100% right.
I was just meming.
You don't have permission to view the spoiler content. Log in or register now.
 

Kyokomoto

Newbie
Nov 15, 2018
22
19
The 0.994h got some major new content? Its worth to download it again if i played a earlier 0.994 version?
Or atleast new content of Laura
 

GAB

Salty Montrealer
Donor
May 10, 2017
2,348
17,679
i'm so close to a breakthrough and yet...
How the heck do i get girls to be ok with nudity? is there a line for that?
Rogue-Like_YGCIt0OIET.png Rogue-Like_onE8jbUdYH.png
I tried inbt=1000, taboo=0 and even exhib traits, think i have to reset the day?
 

GAB

Salty Montrealer
Donor
May 10, 2017
2,348
17,679
Her character level isn't high enough.
I used LauraX.Lvl=20 and even LauraX.SEXP=1000 and LauraX.StatPoints=20 to make her Sex experience and Skillpoints high and still nothing changed


I even tried skipping a day and doing the same action but for Kitty
Rogue-Like_EgbMkltqlK.png

yes i'm getting desperate Rogue-Like_pxzuQ9JbpG.png
 
Last edited:

DerKER

Member
Jul 14, 2017
238
166
I think someone should update the "Console Variables" section of the main post with the Thirst, the Massage and the Traits commands. I think those can be pretty useful if you played the game long enough but theres no mention of them in said section of the post.
 
  • Like
Reactions: Ssato243

bmab

Newbie
May 7, 2020
46
113
There's an exhibicionist feat, maybe it's required for public nudity. No idea where is is located in memory or save file, I'm on android though.
 

GAB

Salty Montrealer
Donor
May 10, 2017
2,348
17,679
I think someone should update the "Console Variables" section of the main post with the Thirst, the Massage and the Traits commands. I think those can be pretty useful if you played the game long enough but theres no mention of them in said section of the post.
you know what, u right
i have absolutely no idea when and where thirst and massage are used tho so I'm not sure they're worth adding
I think thirst isn't the same as lust, since lust is the value on one of the bar, either bottom left mid bottom center
Massage is new to me andI don't where to use it or how

Code:
Player.Cash=99999
Player.Focus=10
Player.Income=1000
Player.Lvl=20
Player.Semen_Max=10
Player.StatPoints=10
renpy.free_memory()
Keys.append(EmmaX)
Keys.append(JeanX)
Keys.append(KittyX)
Keys.append(LauraX)
Keys.append(RogueX)
Keys.append(StormX)

JeanX.Traits.append("exhibitionist")
EmmaX.Traits.append("exhibitionist")
KittyX.Traits.append("exhibitionist")
RogueX.Traits.append("exhibitionist")
LauraX.Traits.append("exhibitionist")
StormX.Traits.append("exhibitionist")

EmmaX.Anal=1000
EmmaX.Blow=1000
EmmaX.Foot=1000
EmmaX.Hand=1000
EmmaX.Inbt=1000
EmmaX.LikeEmma=1000
EmmaX.LikeJean=1000
EmmaX.LikeKitty=1000
EmmaX.LikeLaura=1000
EmmaX.LikeRogue=1000
EmmaX.LikeStorm=1000
EmmaX.Loose=1000
EmmaX.Love=1000
EmmaX.Lvl=20
EmmaX.Obed=1000
EmmaX.SEXP=1000
EmmaX.StatPoints=20
EmmaX.Taboo=0
EmmaX.Tit=1000
EmmaX.Vaginal=1000

JeanX.Anal=1000
JeanX.Blow=1000
JeanX.Foot=1000
JeanX.Hand=1000
JeanX.Inbt=1000
JeanX.LikeEmma=1000
JeanX.LikeJean=1000
JeanX.LikeKitty=1000
JeanX.LikeLaura=1000
JeanX.LikeRogue=1000
JeanX.LikeStorm=1000
JeanX.Loose=1000
JeanX.Love=1000
JeanX.Lvl=20
JeanX.Obed=1000
JeanX.SEXP=1000
JeanX.StatPoints=20
JeanX.Taboo=0
JeanX.Tit=1000
JeanX.Vaginal=1000

KittyX.Anal=1000
KittyX.Blow=1000
KittyX.Foot=1000
KittyX.Hand=1000
KittyX.Inbt=1000
KittyX.LikeEmma=1000
KittyX.LikeJean=1000
KittyX.LikeKitty=1000
KittyX.LikeLaura=1000
KittyX.LikeRogue=1000
KittyX.LikeStorm=1000
KittyX.Loose=1000
KittyX.Love=1000
KittyX.Lvl=20
KittyX.Obed=1000
KittyX.SEXP=1000
KittyX.StatPoints=20
KittyX.Taboo=0
KittyX.Tit=1000
KittyX.Vaginal=1000

LauraX.Anal=1000
LauraX.Blow=1000
LauraX.Foot=1000
LauraX.Hand=1000
LauraX.Inbt=1000
LauraX.LikeEmma=1000
LauraX.LikeJean=1000
LauraX.LikeKitty=1000
LauraX.LikeLaura=1000
LauraX.LikeRogue=1000
LauraX.LikeStorm=1000
LauraX.Loose=1000
LauraX.Love=1000
LauraX.Lvl=20
LauraX.Obed=1000
LauraX.SEXP=1000
LauraX.StatPoints=20
LauraX.Taboo=0
LauraX.Tit=1000
LauraX.Vaginal=1000

RogueX.Anal=1000
RogueX.Blow=1000
RogueX.Foot=1000
RogueX.Hand=1000
RogueX.Inbt=1000
RogueX.LikeEmma=1000
RogueX.LikeJean=1000
RogueX.LikeKitty=1000
RogueX.LikeLaura=1000
RogueX.LikeRogue=1000
RogueX.LikeStorm=1000
RogueX.Loose=1000
RogueX.Love=1000
RogueX.Lvl=20
RogueX.Obed=1000
RogueX.SEXP=1000
RogueX.StatPoints=20
RogueX.Taboo=0
RogueX.Tit=1000
RogueX.Vaginal=1000

StormX.Anal=1000
StormX.Blow=1000
StormX.Foot=1000
StormX.Hand=1000
StormX.Inbt=1000
StormX.LikeEmma=1000
StormX.LikeJean=1000
StormX.LikeKitty=1000
StormX.LikeLaura=1000
StormX.LikeRogue=1000
StormX.LikeStorm=1000
StormX.Loose=1000
StormX.Love=1000
StormX.Lvl=20
StormX.Obed=1000
StormX.SEXP=1000
StormX.StatPoints=20
StormX.Taboo=0
StormX.Tit=1000
StormX.Vaginal=1000
 
Last edited:

Jester35

Member
Jul 28, 2017
190
160
Hello, the changelong says this:

"I have kinda been distracted working on Emma's new pose. I'm liking how it's turned out. Anyway, this should add in some new interactions in the doggy style and sex poses, ones that didn't use to have fingering, dildos, or whatever, those options should have been added in. I might add more later. Some of these might cause some animation hiccoughs when switching from one action to another, so let me know if you see any. I have some ideas."

However, I downloaded h version and for some reason I don't find any new pose with Emma. It's a work in progress that have not been implemented despise the text implying it was?
 

DerKER

Member
Jul 14, 2017
238
166
you know what, u right
i have absolutely no idea when and where thirst and massage are used tho so I'm not sure they're worth adding
I think thirst isn't the same as lust, since lust is the value on one of the bar, either bottom left mid bottom center
Massage is new to me andI don't where to use it or how

Code:
Player.Cash=99999
Player.Focus=10
Player.Income=1000
Player.Lvl=20
Player.Semen_Max=10
Player.StatPoints=10
renpy.free_memory()
Keys.append(EmmaX)
Keys.append(JeanX)
Keys.append(KittyX)
Keys.append(LauraX)
Keys.append(RogueX)
Keys.append(StormX)

JeanX.Traits.append("exhibitionist")
EmmaX.Traits.append("exhibitionist")
KittyX.Traits.append("exhibitionist")
RogueX.Traits.append("exhibitionist")
LauraX.Traits.append("exhibitionist")
StormX.Traits.append("exhibitionist")

EmmaX.Anal=1000
EmmaX.Blow=1000
EmmaX.Foot=1000
EmmaX.Hand=1000
EmmaX.Inbt=1000
EmmaX.LikeEmma=1000
EmmaX.LikeJean=1000
EmmaX.LikeKitty=1000
EmmaX.LikeLaura=1000
EmmaX.LikeRogue=1000
EmmaX.LikeStorm=1000
EmmaX.Loose=1000
EmmaX.Love=1000
EmmaX.Lvl=20
EmmaX.Obed=1000
EmmaX.SEXP=1000
EmmaX.StatPoints=20
EmmaX.Taboo=0
EmmaX.Tit=1000
EmmaX.Vaginal=1000

JeanX.Anal=1000
JeanX.Blow=1000
JeanX.Foot=1000
JeanX.Hand=1000
JeanX.Inbt=1000
JeanX.LikeEmma=1000
JeanX.LikeJean=1000
JeanX.LikeKitty=1000
JeanX.LikeLaura=1000
JeanX.LikeRogue=1000
JeanX.LikeStorm=1000
JeanX.Loose=1000
JeanX.Love=1000
JeanX.Lvl=20
JeanX.Obed=1000
JeanX.SEXP=1000
JeanX.StatPoints=20
JeanX.Taboo=0
JeanX.Tit=1000
JeanX.Vaginal=1000

KittyX.Anal=1000
KittyX.Blow=1000
KittyX.Foot=1000
KittyX.Hand=1000
KittyX.Inbt=1000
KittyX.LikeEmma=1000
KittyX.LikeJean=1000
KittyX.LikeKitty=1000
KittyX.LikeLaura=1000
KittyX.LikeRogue=1000
KittyX.LikeStorm=1000
KittyX.Loose=1000
KittyX.Love=1000
KittyX.Lvl=20
KittyX.Obed=1000
KittyX.SEXP=1000
KittyX.StatPoints=20
KittyX.Taboo=0
KittyX.Tit=1000
KittyX.Vaginal=1000

LauraX.Anal=1000
LauraX.Blow=1000
LauraX.Foot=1000
LauraX.Hand=1000
LauraX.Inbt=1000
LauraX.LikeEmma=1000
LauraX.LikeJean=1000
LauraX.LikeKitty=1000
LauraX.LikeLaura=1000
LauraX.LikeRogue=1000
LauraX.LikeStorm=1000
LauraX.Loose=1000
LauraX.Love=1000
LauraX.Lvl=20
LauraX.Obed=1000
LauraX.SEXP=1000
LauraX.StatPoints=20
LauraX.Taboo=0
LauraX.Tit=1000
LauraX.Vaginal=1000

RogueX.Anal=1000
RogueX.Blow=1000
RogueX.Foot=1000
RogueX.Hand=1000
RogueX.Inbt=1000
RogueX.LikeEmma=1000
RogueX.LikeJean=1000
RogueX.LikeKitty=1000
RogueX.LikeLaura=1000
RogueX.LikeRogue=1000
RogueX.LikeStorm=1000
RogueX.Loose=1000
RogueX.Love=1000
RogueX.Lvl=20
RogueX.Obed=1000
RogueX.SEXP=1000
RogueX.StatPoints=20
RogueX.Taboo=0
RogueX.Tit=1000
RogueX.Vaginal=1000

StormX.Anal=1000
StormX.Blow=1000
StormX.Foot=1000
StormX.Hand=1000
StormX.Inbt=1000
StormX.LikeEmma=1000
StormX.LikeJean=1000
StormX.LikeKitty=1000
StormX.LikeLaura=1000
StormX.LikeRogue=1000
StormX.LikeStorm=1000
StormX.Loose=1000
StormX.Love=1000
StormX.Lvl=20
StormX.Obed=1000
StormX.SEXP=1000
StormX.StatPoints=20
StormX.Taboo=0
StormX.Tit=1000
StormX.Vaginal=1000
It was the MassageChart command (sorry for the confusion), and it shows you what to do with each girl during a massage, if you use it with Kitty for example KittyX.MassageChart it returns this

KittyX.MassageChart.PNG

The thirst I believe it determines the frequency that each girl enters your room without a notice and how often they "hangout" with the other girls, also for some reason if you change it and create a new save it remains the same in the new save. It's "GirlName"X.Thirst = "Number", For example if you want laura to have max thirst it would be LauraX.Thrist=1000
 
4.40 star(s) 147 Votes