MisterDan

Member
Feb 20, 2019
111
127
Assuming _game_mode-status is a dict and I know little of renpy's syntax. I am curious why you use keys() in
Python:
if "nude" in scribe._game_mode_status.keys()
It is creates a list (or dictkeys in python3) for no reason as you can use the in keyword directly on the dict, like
Python:
if "nude" in scribe._game_mode_status
Is it because of renpy?
 
  • Like
Reactions: RomanHume

RomanHume

Sommelier of Pussy & Purveyor of Porn
Game Developer
Jan 5, 2018
2,390
13,358
Assuming _game_mode-status is a dict and I know little of renpy's syntax. I am curious why you use keys() in
Python:
if "nude" in scribe._game_mode_status.keys()
It is creates a list (or dictkeys in python3) for no reason as you can use the in keyword directly on the dict, like
Python:
if "nude" in scribe._game_mode_status
Is it because of renpy?
It's a redundancy to prevent a possible error.

To use the optional game modes you have to download a new library of images to add to the ones in the game. This will eventually amount to a pretty large download. So to ease the burden and allow players some choice, I've set it up so you can download all the modes, just specific modes, just specific characters, or just specific modes for specific characters. This allows you to save download time and space if you so choose.

Essentially it works like this: When you start or load a game, renpy will check to see if you have the optional assets installed. If you do, then it adds an entry to the dictionary allowing you to turn it on. If you don't have them, or if you've deleted them since the last time you started the game, renpy will remove the key from the dictionary and simply not provide it as an option.

So when the image comes up, first renpy will check the dictionary to see if the key is there indicating the assets are available. Then it checks to see if you have that mode turned on. If you do, then it checks to make sure that the specified image is available and can be loaded. If all three of these checks clear, then it displays the image. If any of them fail, it skips the definition and moves down to the default.

It's a cautionary move that if I were coding this manually might make for extra work. But since the code is generated, I felt it was better to have an extra layer of protection to avoid possible exceptions.
 
Last edited:

Alfius

Engaged Member
Modder
Sep 30, 2017
2,329
4,880
Right now the only way to do this is to leave Trans On, but then not have sex with Lola. When Trans is off you get driven down the Lita story path. I may try and find a way to cross over from one story to the next further on, but that has yet to be determined. For development purposes I had to keep the two paths distinct and binary. Otherwise I slip into this hole of criss-crossing story lines that rapidly becomes difficult to manage and requires the development of too many alternatives.

As we get a little further in the story I'm keeping my eye open for opportunities to allow players to jump tracks if they choose.
I would say, Lola is pretty cool. Sex or no sex.

I'm also not into the trans/Futa fetish, but I prefer the Lola path.
 

clelag

Newbie
Jun 16, 2018
78
68
I would say, Lola is pretty cool. Sex or no sex.

I'm also not into the trans/Futa fetish, but I prefer the Lola path.
Guess it's how you look at things, i think in the same logic that the MC displayed when rationalised whe hen first encountered her "extra equipment" . As long as there's attraction it really dont matter, she's still a woman regardless of extra bits. Then again, trans and shemales are one of my many fetishes.
 
  • Like
Reactions: RomanHume and T800

Alfius

Engaged Member
Modder
Sep 30, 2017
2,329
4,880
Guess it's how you look at things, i think in the same logic that the MC displayed when rationalised whe hen first encountered her "extra equipment" . As long as there's attraction it really dont matter, she's still a woman regardless of extra bits. Then again, trans and shemales are one of my many fetishes.
Hmmmm... Trans in games... it's not my thing, but will let the MC do it for fun sometimes, especially if the trans girl is pretty.

In RL....nope. It would play mind games with me. It's not that there are not pretty trans girls. I have seen some on YouTube, that you would not be able spot as trans if they did not straight out tell you that they are. But a dick would be an instant turnoff for me. (In that sense I'm like a lesbian :p)

Having said that, I know there are some straight men that don't mind. It's just not me.
 

Dragon59

Conversation Conqueror
Apr 24, 2020
6,699
10,960
Guess it's how you look at things, i think in the same logic that the MC displayed when rationalised whe hen first encountered her "extra equipment" . As long as there's attraction it really dont matter, she's still a woman regardless of extra bits. Then again, trans and shemales are one of my many fetishes.
Not a fetish of mine, but Eve's story in Summertime Saga really moved me and helped me to see trans women as women in a deeper sense.
 
  • Like
Reactions: RomanHume

RomanHume

Sommelier of Pussy & Purveyor of Porn
Game Developer
Jan 5, 2018
2,390
13,358
2020-11-02 Live Stream

UPDATE: Stream Ended 14:47 EST

Ok, now that I've done what I had to do for the real job, who wants to live stream?

I do!

Setting up and should be live in about 5-10 mins.

 
Last edited:

Ickerax

Member
Feb 14, 2020
256
606
2020-11-02 Live Stream

Ok, now that I've done what I had to do for the real job, who wants to live stream?

I do!

Setting up and should be live in about 5-10 mins.

Guessing it was a very short stream today :)
 
  • Like
Reactions: RomanHume

Priappus

Engaged Member
Nov 21, 2019
2,456
4,855
Because this game isn't made just for you and some people like the older and wiser girls? If you want a game where the MC only seduces three young girls and ignores all other women then you should make it yourself.
Are you telling me if I understood well that three young girls are few and he has to seduce both the moms and the grandmothers of the three girls?:unsure:
 
Last edited:
  • Like
  • Angry
Reactions: RomanHume and lnppo

Dragon59

Conversation Conqueror
Apr 24, 2020
6,699
10,960
Are you telling me if I understood well that three young girls are few and he has to seduce both the moms and the grandmothers of the three girls?:unsure:
I needed to look up at the URL to verify that this was Dr. Amana, and not My New Family...
 
4.40 star(s) 78 Votes