Ghostface Reborn

Engaged Member
Sep 12, 2018
3,916
2,234
Gender options make no sense here. Bai is a bisexual man. His entire story revolves around him being a bisexual man. Adrian is a transgender woman. A huge part of her story revolves around her being a transgender woman. It's not something that can just be switched on and off. It's literally the story.
i have a suggestion that'll solve the issue completely.
 

sharpys

Active Member
May 21, 2017
687
1,739
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 372, in __call__
    renpy.save(fn, extra_info=save_name)
PicklingError: Can't pickle <type 'function'>: attribute lookup __builtin__.function failed

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3213, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 4037, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1059, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1059, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1059, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 720, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1059, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1249, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1059, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1249, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1059, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/behavior.py", line 979, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 914, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 372, in __call__
    renpy.save(fn, extra_info=save_name)
  File "renpy/loadsave.py", line 415, in save
    reraise(t, e, tb)
  File "renpy/loadsave.py", line 401, in save
    dump((roots, renpy.game.log), logf)
  File "renpy/loadsave.py", line 49, in dump
    cPickle.dump(o, f, cPickle.HIGHEST_PROTOCOL)
PicklingError: Can't pickle <type 'function'>: attribute lookup __builtin__.function failed

Windows-10-10.0.18362
Ren'Py 7.4.5.1648
Come Home .2.08.15
Fri Jun  4 23:44:05 2021
Not sure what happened here. Saving functions bugged out after the mid-credits roll.
 

Deleted member 2744688

Come Home
Game Developer
Aug 18, 2020
383
2,659
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 372, in __call__
    renpy.save(fn, extra_info=save_name)
PicklingError: Can't pickle <type 'function'>: attribute lookup __builtin__.function failed

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3213, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 4037, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1059, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1059, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1059, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 720, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1059, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1249, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1059, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1249, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1059, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/behavior.py", line 979, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 914, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 372, in __call__
    renpy.save(fn, extra_info=save_name)
  File "renpy/loadsave.py", line 415, in save
    reraise(t, e, tb)
  File "renpy/loadsave.py", line 401, in save
    dump((roots, renpy.game.log), logf)
  File "renpy/loadsave.py", line 49, in dump
    cPickle.dump(o, f, cPickle.HIGHEST_PROTOCOL)
PicklingError: Can't pickle <type 'function'>: attribute lookup __builtin__.function failed

Windows-10-10.0.18362
Ren'Py 7.4.5.1648
Come Home .2.08.15
Fri Jun  4 23:44:05 2021
Not sure what happened here. Saving functions bugged out after the mid-credits roll.
That's new.

Did you attempt to save while the credits were rolling?
 

JonTommy

Member
Apr 9, 2021
253
1,129
Hmm maybe it's just me, but just because there is some content that isn't to your liking but is completely optional, to out right pass on what could be (and in my mind is) a good game seems to be a bit of a missed opportunity. To each their own I guess.

Well done Dev, the update was very good.
It isn't optional though, it's skippable that's the difference. It happens you just don't see it at least that's how I understand it and it's a shame.

To give you an idea of my mindset and I may be in the minority and that's completely fine: I typically avoid whore-ish type characters in these games, now in my mind girls who take multiple dicks are exactly the type of girls I'd avoid. To hear that most of the cast in this at some point will have sex with multiple men at once and all you can do is skip it so you don't see it ruins the game for me. To be clear, I'd feel the same way if it was forced lesbian stuff out of the blue too. I can't see myself as a player ever letting a situation progress to the point that I'm OK with sharing a love interest with another dude, another girl would be fine if it made sense I guess.

I've played DMD, Midlife Crisis, and probably other games that have sharing or swinging in in them, but they all give you a choice to completely avoid it and never have it mentioned, there's no pop-up that comes on scree once you get to a certain point that says "Yo by the way you've been doing events for this girl and she's been great but now she's about to get fucked by multiple dudes so you can skip that if you want." from what the author here has said that's how his game will go a pop-up with a chance to skip it but if you've made it to the part where that pop-up comes up then you know what's coming. You know it happens and you just skip over it.

Trust me I don't want to drop the game but I also don't want to play knowing full well at some point MOST of the LIs are going to get dp'd and my only recourse is to just skip it. I do wish the dev well though, he's got a good foundation and he has some great characters in the game. Jamie is the best girl.
 
Last edited:
  • Like
Reactions: cib64 and EJW

Gellidus

Member
Dec 6, 2017
154
276
It isn't optional though, it's skippable that's the difference. It happens you just don't see it at least that's how I understand it and it's a shame.
It literally doesn't happen if you skip the scene. It will happen in other people's games, but not yours.
Seems pretty cut and dry to me that it doesnt happen when the dev says this, unless your interrupting it different then me.
 
  • Like
Reactions: punisher2099

Deleted member 2744688

Come Home
Game Developer
Aug 18, 2020
383
2,659
It isn't optional though, it's skippable that's the difference. It happens you just don't see it at least that's how I understand it and it's a shame.

To give you an idea of my mindset and I may be in the minority and that's completely fine: I typically avoid whore-ish type characters in these games, now in my mind girls who take multiple dicks are exactly the type of girls I'd avoid. To hear that most of the cast in this at some point will have sex with multiple men at once and all you can do is skip it so you don't see it ruins the game for me. To be clear, I'd feel the same way if it was forced lesbian stuff out of the blue too. I can't see myself as a player ever letting a situation progress to the point that I'm OK with sharing a love interest with another dude, another girl would be fine if it made sense I guess.

I've played DMD, Midlife Crisis, and probably other games that have sharing or swinging in in them, but they all give you a choice to completely avoid it and never have it mentioned, there's no pop-up that comes on scree once you get to a certain point that says "Yo by the way you've been doing events for this girl and she's been great but now she's about to get fucked by multiple dudes so you can skip that if you want." from what the author here has said that's how his game will go a pop-up with a chance to skip it but if you've made it to the part where that pop-up comes up then you know what's coming. You know it happens and you just skip over it.

Trust me I don't want to drop the game but I also don't want to play knowing full well at some point MOST of the LIs are going to get dp'd and my only recourse is to just skip it. I do wish the dev well though, he's got a good foundation and he has some great characters in the game. Jamie is the best girl.
Hi. Im a woman - the whorish kind who likes multiple dicks. I appreciate the well-thought feedback here.

I feel like I shouldn't have spoken at all about what is to come in the game. I don't think that you will be upset by the swinging included in the game. I'm not going to have a toggle switch in the menu or anything, but you'll get opportunities to basically turn it off through conversations.

Examples - izzy has made it very clear at this point that she is not going to settle for just the mcs dick. If you're still involved with her, you know what you're getting into as far as I'm concerned. Still, you would get a warning before the scene to optionally back out if it.

Other characters (Let's say Ms. Welch for example), might just ask you how you feel about swinging. If you say you're not into it, the scene just won't happen. There won't any mention of it at all in game.

Nothing is going to come out of nowhere. If you've played eight updates of this game, I'd like to think I've earned a little bit of trust. I didn't pop Adrian's dick out on you unexpectedly, I didn't make your mc kiss bai, and I'm not making you get dommed by Mrs mills. I'll be handling every other controversial kink in the game basically the same way. It's going to be optional and it's not going to be thrown in your face.

That's why I get a little upset about these questions that have been around since the beginning. If you've seen how Ive handled these other subjects, you should know how I'll handle future ones.

You're not going to like EVERYTHING in the game. You don't have to. But I'm also not going to throw things you don't like into your face.

I hope this is more clear. I think that if you enjoy the game right now, and you stick with it, that you'll continue to enjoy it.
 

JonTommy

Member
Apr 9, 2021
253
1,129
Seems pretty cut and dry to me that it doesnt happen when the dev says this, unless your interrupting it different then me.
I could be completely misinterpreting things, but I'm basing it on this reply which again I could be reading wrong but it seems like it isn't actually avoidable just skippable so you don't see it. It still happens just in the background.
It's going to be like

Warning! Multiple dicks in the next scene! If you're not into that, press skip.

The story will move on and it will not be acknowledged.
I'll gladly eat my words and be proven wrong here, I hope I'm wrong because there are characters in this game that I genuinely enjoy, like I said Jamie is the best girl she's so sweet. I just don't want to share her, nor do I want to get to a point in the story where my only option is to share her or skip the scene. In my mind if you're getting that pop-up then shit in the story has been progressing to the point that the girls are wanting multiple dicks (and I'm not down for that) unless it's going to be a surprise gangbang but I don't think I saw a rape tag.
 
Last edited:

harsha_26

Well-Known Member
Jun 1, 2020
1,466
3,001
Hmm maybe it's just me, but just because there is some content that isn't to your liking but is completely optional, to out right pass on what could be (and in my mind is) a good game seems to be a bit of a missed opportunity. To each their own I guess.

Well done Dev, the update was very good.
It's not like i haven't tried "optional games". I have a bad sad experience with almost all NTR or sharing optional games. I can't able to take it that my MC has a another route which is so hateful to me and when others are discussing about those paths, dev is giving time to those "elements". I may be too much immersive. But, i'm happy being miss d out like this, rather than playing experimental games which because someone said so. Dev is free to do what he wants. And that applies to me too.
 
Last edited:

Deleted member 2744688

Come Home
Game Developer
Aug 18, 2020
383
2,659
It's like i haven't tried "optional games". I have a bad sad experience with almost all NTR or sharing optional games. I can't able to take it that my MC has a another route which is so hateful to me and when others are discussing about those paths, dev is giving time to those "elements". I may be too much immersive. But, i'm happy being miss d out like this, rather than playing experimental games which because someone said so. Dev is free to do what he wants. And that applies to me too.
Hi, do you also run into movie theaters to tell everybody that you're not going to watch the movie?

Why are you here?
 

Gellidus

Member
Dec 6, 2017
154
276
It's like i haven't tried "optional games". I have a bad sad experience with almost all NTR or sharing optional games. I can't able to take it that my MC has a another route which is so hateful to me and when others are discussing about those paths, dev is giving time to those "elements". I may be too much immersive. But, i'm happy being miss d out like this, rather than playing experimental games which because someone said so. Dev is free to do what he wants. And that applies to me too.
Never said you had to play it, just that in my opinion your doing yourself a bit of a disservice by droping a game over content that you dont even have to see. Now if the very fact that it exists in the game and you have to literally seek it out to see it is too much for you to handle, fair enough, probably best you skip it
 
  • Like
Reactions: Ghostface Reborn

harsha_26

Well-Known Member
Jun 1, 2020
1,466
3,001
Hi, do you also run into movie theaters to tell everybody that you're not going to watch the movie?

Why are you here?
Movies and porn sites are different for me. I wont feel immersive to them. I dont care what happens in movies or porn. And yeah, i will tell to my friends atleast that im not going to watch movie or particular fetish porn. It's just a opinion sharing. I'm in this thread from long time for that "milf". And i have been waiting for that moment. All of a sudden i seen someone comment about "swinging, sharing". I honestly dont know it involves most of cast. So, i reacted like this. Thats it.
 

harsha_26

Well-Known Member
Jun 1, 2020
1,466
3,001
Never said you had to play it, just that in my opinion your doing yourself a bit of a disservice by droping a game over content that you dont even have to see. Now if the very fact that it exists in the game and you have to literally seek it out to see it is too much for you to handle, fair enough, probably best you skip it
Thankyou for understanding.
 

JonTommy

Member
Apr 9, 2021
253
1,129
Hi. Im a woman - the whorish kind who likes multiple dicks. I appreciate the well-thought feedback here.

I feel like I shouldn't have spoken at all about what is to come in the game. I don't think that you will be upset by the swinging included in the game. I'm not going to have a toggle switch in the menu or anything, but you'll get opportunities to basically turn it off through conversations.

Examples - izzy has made it very clear at this point that she is not going to settle for just the mcs dick. If you're still involved with her, you know what you're getting into as far as I'm concerned. Still, you would get a warning before the scene to optionally back out if it.

Other characters (Let's say Ms. Welch for example), might just ask you how you feel about swinging. If you say you're not into it, the scene just won't happen. There won't any mention of it at all in game.

Nothing is going to come out of nowhere. If you've played eight updates of this game, I'd like to think I've earned a little bit of trust. I didn't pop Adrian's dick out on you unexpectedly, I didn't make your mc kiss bai, and I'm not making you get dommed by Mrs mills. I'll be handling every other controversial kink in the game basically the same way. It's going to be optional and it's not going to be thrown in your face.

That's why I get a little upset about these questions that have been around since the beginning. If you've seen how Ive handled these other subjects, you should know how I'll handle future ones.

You're not going to like EVERYTHING in the game. You don't have to. But I'm also not going to throw things you don't like into your face.

I hope this is more clear. I think that if you enjoy the game right now, and you stick with it, that you'll continue to enjoy it.
Thank you for the reply, I read into one of your earlier posts and acted dumb I apologize. About the "whore-ish" thing: I feel like I should explain because I don't want to insult anyone. I meant characters that constantly talk about sex, mention how many partners they've had, etc it's a turn off for me in games and irl an example would be a character in a game who tells the MC that all the sex she's had is just practice so she's good for him. That to me isn't hot at all and it certainly doesn't endear that particular character to me. What two (or more) adults do behind closed doors is fine, I won't judge anyone but I also lose interest in characters in these games whose sole purpose is to just be there to be overly sexual and there are multiple games with female characters like that. Sorry for coming off as an asshole, I should have worded my reply more carefully.

Thank you for taking the time to reassure me about the game, you are completely right so far you haven't forced any content. Knowing that it will be dialogue options with the different girls to avoid it rather than just getting to a scene and having a pop-up is all I wanted. Izzy is also a great example to use, I couldn't even be mad about that because as you said she's made it clear she has multiple partners. Not many of the other girls aside from maybe Mrs. Mills and the teachers have given any indication that they want multiple partners though so I'm curious how that will develop in the future. Oh and I guess the sister and her friend, but that's again already and established relationship.

RJ thanks again, and have a pleasant evening. I'll go back to lurking so I stop shitting up your thread.
 
Last edited:

BTLD

Engaged Member
Sep 18, 2017
3,888
7,893
Examples - izzy has made it very clear at this point that she is not going to settle for just the mcs dick. If you're still involved with her, you know what you're getting into as far as I'm concerned. Still, you would get a warning before the scene to optionally back out if it.
Hi,
New-ish here (asked a question a few weeks ago or something like that) haven't played the game yet.
I hope I'm not gonna annoy you though I can understand if I do and I apologize for that.
When the scene with the swinging comes and you opt out of it..and don't want any of it does it :
a) close the route with Izzy
or
b)skips (but it still happens)
or
c)skips (but it doesn't happen)
Again I apologize if you think I acted like the people that complain, I'm just trying to understand
Even if it's a kink I don't like this is your vision and if we have a chance to skip it (I'm more than fine..just want to understand)
I mean if it just skips but it still happens again I want to know just so I can break up with her or something like that....
Hope I wasn't to disrespectful and if I was ...sorry about that :(
 
  • Like
Reactions: cib64

Deleted member 2744688

Come Home
Game Developer
Aug 18, 2020
383
2,659
Thank you for the reply, I read into one of your earlier posts and acted dumb I apologize. About the "whore-ish" thing: I feel like I should explain because I don't want to insult anyone. I meant characters that constantly talk about sex, mention how many partners they've had, etc it's a turn off for me in games and irl. What two (or more) adults do behind closed doors is fine, I won't judge anyone but I also lose interest in characters in these games whose sole purpose is to just be there to be overly sexual and there are multiple games with female characters like that. Sorry for coming off as an asshole, I should have worded my reply more carefully.

Thank you for taking the time to reassure me about the game, you are completely right so far you haven't forced any content. Knowing that it will be dialogue options with the different girls to avoid it rather than just getting to a scene and having a pop-up is all I wanted. Izzy is also a great example to use, I couldn't even be mad about that because as you said she's made it clear she has multiple partners. Not many of the other girls aside from maybe Mrs. Mills and the teachers have given any indication that they want multiple partners though so I'm curious how that will develop in the future. Oh and I guess the sister and her friend, but that's again already and established relationship.

RJ thanks again, and have a pleasant evening. I'll go back to lurking so I stop shitting up your thread.
You're fine

I appreciate your response.
 
  • Like
Reactions: JonTommy

Deleted member 2744688

Come Home
Game Developer
Aug 18, 2020
383
2,659
Hi,
New-ish here (asked a question a few weeks ago or something like that) haven't played the game yet.
I hope I'm not gonna annoy you though I can understand if I do and I apologize for that.
When the scene with the swinging comes and you opt out of it..and don't want any of it does it :
a) close the route with Izzy
or
b)skips (but it still happens)
or
c)skips (but it doesn't happen)
Again I apologize if you think I acted like the people that complain, I'm just trying to understand
Even if it's a kink I don't like this is your vision and if we have a chance to skip it (I'm more than fine..just want to understand)
I mean if it just skips but it still happens again I want to know just so I can break up with her or something like that....
Hope I wasn't to disrespectful and if I was ...sorry about that :(
Play the game. You'll be fine, I promise.
 
  • Like
Reactions: Grimtown

BTLD

Engaged Member
Sep 18, 2017
3,888
7,893
Play the game. You'll be fine, I promise.
it's not really a answer :(
I'm not really into spending x hours in a game (since it's on chapter 8 I reckon is more than 4h of gameplay..plus it's a sandbox so again add at least 1h I guess) just to reach a point where I could say guess I'll drop the game...
I would greatly appreciate it if you could answer my question.
 
4.30 star(s) 108 Votes