- May 14, 2018
- 201
- 1,505
It should be fixed, but let me know if I missed anything.
File "game/script/ep2/08satoshiapartment.rpy", line 319, in script
menu:
File "game/screens.rpy", line 209, in execute
File "game/screens.rpy", line 209, in execute
File "game/screens.rpy", line 213, in execute
File "game/screens.rpy", line 214, in execute
File "game/screens.rpy", line 215, in execute
NameError: Name 'JEV7' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script/ep2/08satoshiapartment.rpy", line 319, in script
menu:
File "C:\Users\[redacted]\Games\GettingIntimate-Ch2-Part-B-win\renpy\ast.py", line 1922, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "C:\Users\[redacted]\Games\GettingIntimate-Ch2-Part-B-win\renpy\exports.py", line 1106, in menu
rv = renpy.store.menu(new_items)
File "C:\Users\[redacted]\Games\GettingIntimate-Ch2-Part-B-win\renpy\exports.py", line 1345, in display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
File "C:\Users\[redacted]\Games\GettingIntimate-Ch2-Part-B-win\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\[redacted]\Games\GettingIntimate-Ch2-Part-B-win\renpy\display\core.py", line 3579, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "C:\Users\[redacted]\Games\GettingIntimate-Ch2-Part-B-win\renpy\display\core.py", line 4052, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\[redacted]\Games\GettingIntimate-Ch2-Part-B-win\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
File "C:\Users\[redacted]\Games\GettingIntimate-Ch2-Part-B-win\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
File "C:\Users\[redacted]\Games\GettingIntimate-Ch2-Part-B-win\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
File "C:\Users\[redacted]\Games\GettingIntimate-Ch2-Part-B-win\renpy\display\screen.py", line 476, in visit_all
callback(self)
File "C:\Users\[redacted]\Games\GettingIntimate-Ch2-Part-B-win\renpy\display\core.py", line 4052, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\[redacted]\Games\GettingIntimate-Ch2-Part-B-win\renpy\display\screen.py", line 487, in per_interact
self.update()
File "C:\Users\[redacted]\Games\GettingIntimate-Ch2-Part-B-win\renpy\display\screen.py", line 680, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 209, in execute
File "game/screens.rpy", line 209, in execute
File "game/screens.rpy", line 213, in execute
File "game/screens.rpy", line 214, in execute
File "game/screens.rpy", line 215, in execute
File "C:\Users\[redacted]\Games\GettingIntimate-Ch2-Part-B-win\renpy\ui.py", line 988, in _textbutton
text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
File "C:\Users\[redacted]\Games\GettingIntimate-Ch2-Part-B-win\renpy\text\text.py", line 1633, in __init__
self.set_text(text, scope, substitute) # type: ignore
File "C:\Users\[redacted]\Games\GettingIntimate-Ch2-Part-B-win\renpy\text\text.py", line 1763, in set_text
i, did_sub = renpy.substitutions.substitute(i, scope, substitute) # type: ignore
File "C:\Users\[redacted]\Games\GettingIntimate-Ch2-Part-B-win\renpy\substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 205, in _vformat
File "C:\Users\[redacted]\Games\GettingIntimate-Ch2-Part-B-win\renpy\substitutions.py", line 168, in get_field
obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 270, in get_field
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 227, in get_value
File "C:\Users\[redacted]\Games\GettingIntimate-Ch2-Part-B-win\renpy\substitutions.py", line 236, in __getitem__
raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'JEV7' is not defined.
Windows-10-10.0.22631 AMD64
Ren'Py 8.1.1.23060707
Getting Intimate Ch2-Part-B
Sat Feb 15 07:01:03 2025
Thank you, I've repeated the same JEV6 in my Mod script, it's fixed, thank you very muchPython:File "game/script/ep2/08satoshiapartment.rpy", line 319, in script menu: File "game/screens.rpy", line 209, in execute File "game/screens.rpy", line 209, in execute File "game/screens.rpy", line 213, in execute File "game/screens.rpy", line 214, in execute File "game/screens.rpy", line 215, in execute NameError: Name 'JEV7' is not defined. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script/ep2/08satoshiapartment.rpy", line 319, in script menu: File "C:\Users\[redacted]\Games\GettingIntimate-Ch2-Part-B-win\renpy\ast.py", line 1922, in execute choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments) File "C:\Users\[redacted]\Games\GettingIntimate-Ch2-Part-B-win\renpy\exports.py", line 1106, in menu rv = renpy.store.menu(new_items) File "C:\Users\[redacted]\Games\GettingIntimate-Ch2-Part-B-win\renpy\exports.py", line 1345, in display_menu rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward) File "C:\Users\[redacted]\Games\GettingIntimate-Ch2-Part-B-win\renpy\ui.py", line 299, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Users\[redacted]\Games\GettingIntimate-Ch2-Part-B-win\renpy\display\core.py", line 3579, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore File "C:\Users\[redacted]\Games\GettingIntimate-Ch2-Part-B-win\renpy\display\core.py", line 4052, in interact_core root_widget.visit_all(lambda d : d.per_interact()) File "C:\Users\[redacted]\Games\GettingIntimate-Ch2-Part-B-win\renpy\display\core.py", line 681, in visit_all d.visit_all(callback, seen) File "C:\Users\[redacted]\Games\GettingIntimate-Ch2-Part-B-win\renpy\display\core.py", line 681, in visit_all d.visit_all(callback, seen) File "C:\Users\[redacted]\Games\GettingIntimate-Ch2-Part-B-win\renpy\display\core.py", line 681, in visit_all d.visit_all(callback, seen) File "C:\Users\[redacted]\Games\GettingIntimate-Ch2-Part-B-win\renpy\display\screen.py", line 476, in visit_all callback(self) File "C:\Users\[redacted]\Games\GettingIntimate-Ch2-Part-B-win\renpy\display\core.py", line 4052, in <lambda> root_widget.visit_all(lambda d : d.per_interact()) File "C:\Users\[redacted]\Games\GettingIntimate-Ch2-Part-B-win\renpy\display\screen.py", line 487, in per_interact self.update() File "C:\Users\[redacted]\Games\GettingIntimate-Ch2-Part-B-win\renpy\display\screen.py", line 680, in update self.screen.function(**self.scope) File "game/screens.rpy", line 209, in execute File "game/screens.rpy", line 209, in execute File "game/screens.rpy", line 213, in execute File "game/screens.rpy", line 214, in execute File "game/screens.rpy", line 215, in execute File "C:\Users\[redacted]\Games\GettingIntimate-Ch2-Part-B-win\renpy\ui.py", line 988, in _textbutton text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs) File "C:\Users\[redacted]\Games\GettingIntimate-Ch2-Part-B-win\renpy\text\text.py", line 1633, in __init__ self.set_text(text, scope, substitute) # type: ignore File "C:\Users\[redacted]\Games\GettingIntimate-Ch2-Part-B-win\renpy\text\text.py", line 1763, in set_text i, did_sub = renpy.substitutions.substitute(i, scope, substitute) # type: ignore File "C:\Users\[redacted]\Games\GettingIntimate-Ch2-Part-B-win\renpy\substitutions.py", line 278, in substitute s = formatter.vformat(s, (), kwargs) # type: ignore File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 205, in _vformat File "C:\Users\[redacted]\Games\GettingIntimate-Ch2-Part-B-win\renpy\substitutions.py", line 168, in get_field obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs) File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 270, in get_field File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 227, in get_value File "C:\Users\[redacted]\Games\GettingIntimate-Ch2-Part-B-win\renpy\substitutions.py", line 236, in __getitem__ raise NameError("Name '{}' is not defined.".format(key)) NameError: Name 'JEV7' is not defined. Windows-10-10.0.22631 AMD64 Ren'Py 8.1.1.23060707 Getting Intimate Ch2-Part-B Sat Feb 15 07:01:03 2025
That scene where the chick apologizes under his (silent or verbal) judgment, for DARING to fuck him once, was so cringe that it made me wish that game had ntr so that weirdo gets cucked. That girl was almost prostrating herself in front of him for daring to do something they both consented to, it was insane. Yes, college kids fuck people they don't know well, big fuckin deal. It was such a sin that she was promptly deleted from the game lol.Fictional idiot could write a successful book on how to be a human anti-vagina spray 101, with a beta bitch attitude and lil pee-pee energy like his lol. Glad I'm not the only thinking this, cuz this shit is beyond ridiculous. It almost seems like the player's supposed to do a sexless playthrough in these two updates, for whatever reason, otherwise you'll end up hearing how 'crazy' some women are for being physically attracted to a random person on the street and wanting to have sex with them and how apparently morally wrong pussy is when women like Cassandra and Erika have needs too. Abdul, get the Kalashnikov and let's do some purification.
Think I lost count how many times I facepalmed myself reading his idiotic yapping about morals and what's supposedly right and wrong in a porn game story like this one, of all places, and don't get me started on his constant whining about losing his precious childhood female friend. If the words cringe and beta idiot had a selfie in the dictionary, his face would insta pop up when looking it up... motherfucker's that badly-written.
This is one of the few instances where I'm almost hoping a token Tyrone or Chad, even a rando ugly bastard, will randomly pop up to fuck the shit outta his women, make them fall in love with them and beat some sense into him... there's only so much cringe bullshit I can tolerate, smfh.
Getting intimate, my dick. More like getting blue-balled and annoyed real bad by a fictional idiot who still needs to find his missing pair of balls before going all wannabe casanova and moral crusader on all those perfect 9s and 10s in the story.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script/ep1/09exploringcollege.rpy", line 152, in <module>
NameError: name 'metstella' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script/ep1/09exploringcollege.rpyc", line 152, in script
File "\\Sif\Gaming\AVN\Getting Intimate\Getting Intimate\renpy\ast.py", line 2133, in execute
if renpy.python.py_eval(condition):
File "\\Sif\Gaming\AVN\Getting Intimate\Getting Intimate\renpy\python.py", line 1153, in py_eval
return py_eval_bytecode(code, globals, locals)
File "\\Sif\Gaming\AVN\Getting Intimate\Getting Intimate\renpy\python.py", line 1146, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script/ep1/09exploringcollege.rpy", line 152, in <module>
NameError: name 'metstella' is not defined
Windows-10-10.0.22631 AMD64
Ren'Py 8.1.1.23060707
Getting Intimate Ch2-Part-B
Sat Feb 15 16:18:44 2025
While this is fair, I think it makes little sense to introduce the LI in such a way that makes them unlikeable. First impressions matter, even if you plan to have them redeem themselves in the future. Since the player is getting choices, they need a reason for wanting to interact with these characters. Preferably a better reason than "for the lewds". If players don't like these characters on some level, then encountering them will feel forced, and the MC's behavior toward them alien. If there's a large disconnect between how the MC acts and how players feel toward a character, they'll get frustrated.I can partly understand your frustration. Beth and other characters will continue to appear for plot purposes. However, at certain points, you'll be able to decide whether to permanently close a route or keep going. Right now, we believe that branching the game too soon will make it too complicated. That will happen once the routes are "ripe" enough to branch out.
Maybe just a little bit. I think you didn't see the dialogue I'm referring to because you didn't reject her in the alley, when you do, her dialogue changes, and that's when it doesn't make sense all that game she's orchestrating, and that's when you can see a little more of her true personality.That's debatable. We only see her having a few lines of dialogue talking to that actually crazy girl, Birdie (!!) or whatever, and the MC, that's it. Except for the fact that she's a celebrity, who apparently went MIA or something for so far unknown reasons, we don't know anything else about Beth. You're jumping to conclusions there just cuz you hear her call some other girl 'slut' or 'bitch', when said girl seemed to enjoy being talked to like that. Don't see why this would be an actual problem or a minus for her character, but that's my opinion. Just putting it out there.![]()
Yeah, narratively, this game is all over the place.Anyway, I agree and I have already said before, that the main problem is the MC and its half-baked way of making choices. It's just lame.
For a game called "getting intimate", it sure has a protag who keeps acting like a virgin loser jerking off to "Sigma" content. When a woman is very obviously DTF, you don't spend a couple paragraphs whining and playing hard to get like a pussy. You just get on it.
I would understand it if he hasn't expressed ANY interest before, but I see it even with NPCs he has had scenes with already.
Fictional idiot could write a successful book on how to be a human anti-vagina spray 101, with a beta bitch attitude and lil pee-pee energy like his lol. Glad I'm not the only thinking this, cuz this shit is beyond ridiculous. It almost seems like the player's supposed to do a sexless playthrough in these two updates, for whatever reason, otherwise you'll end up hearing how 'crazy' some women are for being physically attracted to a random person on the street and wanting to have sex with them and how apparently morally wrong pussy is when women like Cassandra and Erika have needs too. Abdul, get the Kalashnikov and let's do some purification.
Think I lost count how many times I facepalmed myself reading his idiotic yapping about morals and what's supposedly right and wrong in a porn game story like this one, of all places, and don't get me started on his constant whining about losing his precious childhood female friend. If the words cringe and beta idiot had a selfie in the dictionary, his face would insta pop up when looking it up... motherfucker's that badly-written.
This is one of the few instances where I'm almost hoping a token Tyrone or Chad, even a rando ugly bastard, will randomly pop up to fuck the shit outta his women, make them fall in love with them and beat some sense into him... there's only so much cringe bullshit I can tolerate, smfh.
Getting intimate, my dick. More like getting blue-balled and annoyed real bad by a fictional idiot who still needs to find his missing pair of balls before going all wannabe casanova and moral crusader on all those perfect 9s and 10s in the story.
That's debatable. We only see her having a few lines of dialogue talking to that actually crazy girl, Birdie (!!) or whatever, and the MC, that's it. Except for the fact that she's a celebrity, who apparently went MIA or something for so far unknown reasons, we don't know anything else about Beth. You're jumping to conclusions there just cuz you hear her call some other girl 'slut' or 'bitch', when said girl seemed to enjoy being talked to like that. Don't see why this would be an actual problem or a minus for her character, but that's my opinion. Just putting it out there.
About her admittedly questionable, even off-putting (for some users) approach toward the MC... I'm also suspecting she's the childhood friend he keeps whining like a lil bitch about being separated from cuz life happened. It could explain her sudden weird interest in a boring, virgin idiot like him, OR, as it's usually the case, we gonna have to go back to the "it's all for the plot" argument to justify her behavior.
Be that as it may, I think it's too soon to judge Beth too harshly. She has a juicy big booty and big titties, and seems to only want to connect with someone who wants to know and appreciate her for who she really is a person, not a celebrity, with all her pluses and minuses all ppl have, so she fine in my book.
Looking forward to clapping those sweet cheeks of hers real good in a, hopefully, looong and very explicit sex scene.![]()
What a weird way she has going about that, though. She saw a guy on the street with his phone out, stole the phone and ran off.Be that as it may, I think it's too soon to judge Beth too harshly. She has a juicy big booty and big titties, and seems to only want to connect with someone who wants to know and appreciate her for who she really is a person, not a celebrity, with all her pluses and minuses all ppl have, so she fine in my book.
Wasn't the childhood friend revealed to be named Lilian/Lily?I hope that's not the case, I don't think the dev has built up so much suspense and anticipation for the childhood friend, for it to turn out to be either of those two characters. I disliked Beth from the beginning, besides, the MC acts in the most ridiculous way there. I choose to ignore the girl and not follow her game, but instead he keeps explaining himself and dragging the matter out, when he should grab his phone, go away and not argue with a crazy woman.
But it gets worse later, when you realize what a shitty personality that girl has. So, she's not only crazy, she's not even likable.
And the other unknown girl implies that she has an onlyfans page, and Beth treats her like a fool, (quite a girl of great value isn't she?) so I'm not interested at all either. So I really hope Beth, or that other girl is not the childhood friend, plus it wouldn't make much sense for the MC not to recognize her very dear friend no?
Anyway, the problem is not really the girls and their personality, the problem is that if you don't like them for X or Y reason, it's pretty hard not to fall into their game and get out of it, I support the idea of blocking them as quickly as possible.![]()
Yeah that's as much as I recall about this game without a replay was something like that it started with a "L" for sureWasn't the childhood friend revealed to be named Lilian/Lily?
I'm hoping it's not her, I was just commenting because of some theories that have popped up around here.Wasn't the childhood friend revealed to be named Lilian/Lily?
I don't think Beth is the friend, unless she is using a stage name
I guess it’s my fault lol. It was the only rational explanation that I could think of after rejecting her in that alley and refusing to be horny about her nudes.I'm hoping it's not her, I was just commenting because of some theories that have popped up around here.![]()
I doubt it's her. I'm not certain how old Beth is, but she looks older than 23. While it wasn't specifically said, I'm assuming Lily is very close to the MC's age due to the way they met.I'm hoping it's not her, I was just commenting because of some theories that have popped up around here.![]()
What we know of Lily is that she was academically driven. It's possible she had her own tragedy and had to give up her dream and make some difficult choices... But I doubt it. If Lily and Birdie are the same person, then this game will be the white knight's wet dream.But yeah, the probability of it being her are very low. There is however a risk of it being that “Birdie” character or someone that was part of their band or whatever it was.