CREATE and FUCK your own AI GIRLFRIEND TRY FOR FREE
x

DrFree

Well-Known Member
Apr 23, 2019
1,255
1,636
Question, how do I make a suggestion to add the "harem" tag to the thread?
Objectively, it should have it. You can start a romance with several girls, they're aware of it and you cane ven have 3ways with them.
 

Redboi8

Well-Known Member
Mar 17, 2023
1,099
552
Then ive sucesfully gaslighted myself somehow, wow, the mind is terrfying.
Well, the images are different actually, but it's not about her feet. On the left image Jube's chin is overlapped by her t-shirt and on the right one her chin looks correct. At least Oni fixes something...
 
  • Like
Reactions: Hatler and afedvfe

FacelessVixen

Active Member
Aug 25, 2017
878
3,361
can someone post a girls guide please
For playing normally and without mods or cheats, what decade789 said, though, I'll add that you can be a bit more aggressive with Jean. (Also, install Prime to see her pussy a bit earlier.) But, if you're inclined to try to have sex with some of the girls on the first day that you meet them (provided that the RNG works in your favor), Black-Wolf has some walkthroughs:

https://f95zone.to/threads/rogue-like-evolution-v1-1d-oni.14/post-8372169
https://f95zone.to/threads/rogue-like-evolution-v1-1d-oni.14/post-9991829
 

decade789

Member
Jan 19, 2019
212
79
For playing normally and without mods or cheats, what decade789 said, though, I'll add that you can be a bit more aggressive with Jean. (Also, install Prime to see her pussy a bit earlier.) But, if you're inclined to try to have sex with some of the girls on the first day that you meet them (provided that the RNG works in your favor), Black-Wolf has some walkthroughs:

https://f95zone.to/threads/rogue-like-evolution-v1-1d-oni.14/post-8372169
https://f95zone.to/threads/rogue-like-evolution-v1-1d-oni.14/post-9991829
oh man Jean a complete dom has high inhibition stat and won't hesitate to get fucked at the mall.
 

Kordeleski

New Member
Dec 23, 2020
5
7
Was trying out random variables with console commands. Learned to set names.

RogueX.Name="Whatever name" (sets their actual name, what it says on most things)
RogueX.Petname="Her nickname for you" (sets how they refer to you such as master)
RogueX.Pet="Your nickname for her" (sets how you refer to them such as pet)
 

DerKER

Member
Jul 14, 2017
247
176
Was trying out random variables with console commands. Learned to set names.

RogueX.Name="Whatever name" (sets their actual name, what it says on most things)
RogueX.Petname="Her nickname for you" (sets how they refer to you such as master)
RogueX.Pet="Your nickname for her" (sets how you refer to them such as pet)
On that note I think the main post should be updated with this and Gwen's variables
 
  • Like
Reactions: FacelessVixen

Kordeleski

New Member
Dec 23, 2020
5
7
So I was looking into how Renpy console works, and I found out you can look into variables with just dir(class).

So you can kind of get a feel for random things you can check out using that. For example I used dir(EmmaX) and it gave me a long list a options to test out such as Additionrate, Favorite (the girls favorite action), PlayerFav (your favorite action), etc.

Edit: You can change how one of the girls likes to be massaged by using

GirlX.MassageChart="Area","Area", etc

So you could do like StormX.MassageChart="Feet","Hips","Ass" and so on.

You can also give Jean her "Misty" hair cut with JeanX.Hair="pony"
 
Last edited:

Kahl-7404

New Member
Oct 19, 2022
7
67
So I was looking into how Renpy console works, and I found out you can look into variables with just dir(class).

So you can kind of get a feel for random things you can check out using that. For example I used dir(EmmaX) and it gave me a long list a options to test out such as Additionrate, Favorite (the girls favorite action), PlayerFav (your favorite action), etc.

Edit: You can change how one of the girls likes to be massaged by using

GirlX.MassageChart="Area","Area", etc

So you could do like StormX.MassageChart="Feet","Hips","Ass" and so on.

You can also give Jean her "Misty" hair cut with JeanX.Hair="pony"
What's 'SluttyClothes'? It shows up in dir but I haven't seen it being mentioned in this 1274 page thread or anywhere I messed with. It's not hidden outfit or anything cuz it says not defined when used with OutfitChange. When I used it like GirlX.SluttyClothes it says <bound method GirlClass.SluttyClothes of <store.GirlClass object at 0x1ECD01B0>>

Screenshot 2023-03-25 at 16-35-56 859.jpg (JPEG Image 1080 × 597 pixels).png
 
  • Like
Reactions: Kurt_Kaptan

Kordeleski

New Member
Dec 23, 2020
5
7
So to be completely honest I have no idea, however I think it is a currently unused string.

It seems to be stored as a string, and when other clothes types are brought up (such as Sleepwear) it brings up a string of data.

In Rogues case for sleep wear it is a bunch of 0s, a 20, u'tank', and u'green panties'

In this case tank and greenpanties are variables that represent the stored data for those clothes types, and the numbers in the string I would assume coincide with what are basically "equipment slots" for the cloths.

While writing this I got the idea to test the string to see if I could store something in it. So you can store a string of data on it like it were cloths, but you could probably do that for anything and even if you do, there is no in game method of asking here to wear her "slut outfit."

So it is either not in the game yet if this is the case or its something you can't trigger. This would just be speculation however.

EDIT: Also as a bit of a warning, if you are setting variables, make sure to save in another slot because you can easily cause crash errors if you mess something up.
 
  • Like
Reactions: Kahl-7404

prime559

Active Member
Apr 21, 2017
569
2,112
What's 'SluttyClothes'? It shows up in dir but I haven't seen it being mentioned in this 1274 page thread or anywhere I messed with. It's not hidden outfit or anything cuz it says not defined when used with OutfitChange. When I used it like GirlX.SluttyClothes it says <bound method GirlClass.SluttyClothes of <store.GirlClass object at 0x1ECD01B0>>

View attachment 2494037
"SluttyClothes" is a function that adjusts what girls wear as they get less inhibited. In the base game it removes Rogue's jacket from her gym clothes and Kitty's skirt from her swimsuit and a few other minor things like that. It runs at the end of each day.
 

prime559

Active Member
Apr 21, 2017
569
2,112
So to be completely honest I have no idea, however I think it is a currently unused string.

It seems to be stored as a string, and when other clothes types are brought up (such as Sleepwear) it brings up a string of data.

In Rogues case for sleep wear it is a bunch of 0s, a 20, u'tank', and u'green panties'

In this case tank and greenpanties are variables that represent the stored data for those clothes types, and the numbers in the string I would assume coincide with what are basically "equipment slots" for the cloths.

While writing this I got the idea to test the string to see if I could store something in it. So you can store a string of data on it like it were cloths, but you could probably do that for anything and even if you do, there is no in game method of asking here to wear her "slut outfit."

So it is either not in the game yet if this is the case or its something you can't trigger. This would just be speculation however.

EDIT: Also as a bit of a warning, if you are setting variables, make sure to save in another slot because you can easily cause crash errors if you mess something up.
Way off. You can avoid the speculation and just unren the game and read the code yourself. Renpy isn't a complicated language.
 
  • Like
Reactions: Semondemon

Kordeleski

New Member
Dec 23, 2020
5
7
I probably could but I am just doing this for fun. This just happens to be one of the easiest games to interact with without really needing anything external to the game itself, while having lots of levers to experiment with. Which is why I am upfront about not knowing these things.

Wouldn’t have learned about the directory options if I hadn’t wanted to learn about accessing the developer console.
 
4.40 star(s) 154 Votes