DerKER

Member
Jul 14, 2017
239
166
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
559
2,014
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
559
2,014
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.
 

davisj1313

New Member
Dec 17, 2018
11
1
I have ran into an issue with Emma.
I cannot do any of her romance options.
(We have had the evening scene in the classroom)

But now every time I try and initiate romance she responds and then it goes back to the talk menu.

Anyone else had this?
Recon a restart may help?
 

Semondemon

Engaged Member
Mar 9, 2018
2,919
8,722
I have ran into an issue with Emma.
I cannot do any of her romance options.
(We have had the evening scene in the classroom)

But now every time I try and initiate romance she responds and then it goes back to the talk menu.

Anyone else had this?
Recon a restart may help?
m8 you have to catch her touching herself in the evening in the classroom to unlock her stuff.
 

Lulu66638

Member
Jul 5, 2017
123
286
you can choose to play as a woman now at the start
You can also choose it later in the game, once Beast created a gender-changing machine. You can use it as much as you want, allowing to experience both in the same run if you just want to test it. But I find it more interesting to make a full run for each gender, it allows to discover the girls' reactions all along.
 
Apr 6, 2020
120
119
I tried different things, often starting the game from the very beginning and finding different "interesting things". Most likely this will not be new information for you, but still I will share, and it will be great if you share in response. So.

1 - If you call Laura a prostitute during the Halloween party, she will get very angry. After a day or two, she will find you herself and tell you her story. Usually, she only tells you about it if you have a good relationship, otherwise you can find out everything about her at once without wasting time developing relationships.
2 - If the relationship with the characters is not at a high level, you can get a random dialogue with them when trying to "just chat" provided that you saw them naked, or they saw you, and also if you gave them lacy underwear. This gives a good bonus to the relationship.
3 - There is a moment when you first try to enter Kitty's room after investing in a costume for Laura, they will be together in her room and will not let you in. If you have a good relationship with Kitty, she will let you into the room so that you appreciate Laura's outfit, and then they will escort you out. And if you have a very good relationship with both Kitty and Laura, then Laura will be naked, and you will also be escorted out, but if you immediately return to the room, you can try to persuade them to have a group sex.
4 - If during sex with a character, in one period of time she experiences a series of orgasms (somewhere from 7 to 10), then for the remaining time of sex you will get ahegao in any position, and not just during the "break" offer.
5 - If you don’t do any “sexual manipulations” with the character at all and manage to pump the relationship almost to the maximum, when she already confesses not in sympathy, but in love, and tells something intimate about herself, then the characters will say a “special” dialogue and offer to FINALLY have sex.
6 - Well, just observant players could notice that the characters are experienced in sex in their own way. And the more often you have a certain type of sex with them, the better they get at it, just like you learn to kiss them. For example, Kitty from the very beginning does not know how to deep blowjob, but if she does a regular one for a long time, then over time a deep one will open for her. And also all the characters give out special phrases if you are engaged in their favorite type of sex with them. For example, Laura just loves sex, Rogue just loves being touched, etc., but depending on how successful you and she are in certain types of sex, their interests may change.

I hope this was useful to someone, and I hope to learn something interesting about the game from you :)
 

lev4ik

Active Member
Apr 12, 2020
513
1,103
Hi guys. Can you help me, i remember somewhere exist site about cosplay collections, it looks exactly like our F95zone. Any1 know wht name is?
 
4.40 star(s) 149 Votes