BulletPete
Member
- May 5, 2017
- 108
- 101
- 230
yes, i have 0.7You have to update your game, a new version came out, lol
and wtf, i just did a quick playthrough and didnt have sex aubrey or emily and i still didnt get the dance
yes, i have 0.7You have to update your game, a new version came out, lol
i have a 64 bit os so its not that and this is the only game that doesnt start...oddSame here... 64bits game doesn´t work on 32 bits OS.
She is but a simple girl, with simple pleasures...Aubrey gives the same look for a shot of vodka as she does for the perfect dick. She's like Indiana Jones finding the Holy Grail.
View attachment 1035688
It's a pretty small grail.Aubrey gives the same look for a shot of vodka as she does for the perfect dick. She's like Indiana Jones finding the Holy Grail.
View attachment 1035688
My dick's not THAT small... Who have you been talking to?It's a pretty small grail.
She is but a simple girl, with simple pleasures...![]()
Now, don't get me wrong: I absolutely adore the girl. She's unbelievably sexy, she's incredibly hard to upset, and she's totally willing to hook up with other girls at the same time. (An Aubrey-Amber threesome would be totally plausible, as would possibly an Aubrey-Riley threesome.)It's a pretty small grail.
Which is why she's the side piece in my run. However, peeking in the script, in one set of circumstances, she does speak positively about Riley... Maybe Riley and MC together will be the super-duo to tame her?Now, don't get me wrong: I absolutely adore the girl. She's unbelievably sexy, she's incredibly hard to upset, and she's totally willing to hook up with other girls at the same time. (An Aubrey-Amber threesome would be totally plausible, as would possibly an Aubrey-Riley threesome.)
Sadly, she also skirts the lines of commitment phobia, so a long-term relationship would be an incredible amount of work. The MC would have to not only overcome any trauma / fear caused by past relationship failures, but he would then also have to demonstrate to her that a relationship with the MC was something she couldn't do without. I don't know that such a drastic perspective shift could ever happen, but I guess we'll see.
I have the same problem previous versions whisked and the current one does not even turn oni have a 64 bit os so its not that and this is the only game that doesnt start...odd
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 224, in script
call screen messager(contact_Julia)
File "renpy/common/000statements.rpy", line 554, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/phone/phone_msg.rpy", line 91, in execute
screen messager(contact=None):
File "game/phone/phone_msg.rpy", line 91, in execute
screen messager(contact=None):
File "game/phone/phone_msg.rpy", line 98, in execute
use phoneTemplate:
File "game/phone/phone.rpy", line 34, in execute
screen phoneTemplate():
File "game/phone/phone.rpy", line 34, in execute
screen phoneTemplate():
File "game/phone/phone.rpy", line 44, in execute
transclude
File "game/phone/phone_msg.rpy", line 98, in execute
use phoneTemplate:
File "game/phone/phone_msg.rpy", line 118, in execute
viewport:
File "game/phone/phone_msg.rpy", line 124, in execute
vbox:
File "game/phone/phone_msg.rpy", line 125, in execute
for message in contact.messages:
File "game/phone/phone_msg.rpy", line 133, in execute
if message.reply:
File "game/phone/phone_msg.rpy", line 134, in execute
textbutton message.reply style "msgright"
NameError: Name 'laurenpt' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 224, in script
call screen messager(contact_Julia)
File "renpy/ast.py", line 1960, in execute
self.call("execute")
File "renpy/ast.py", line 1948, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 554, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 2969, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 2978, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "renpy/display/core.py", line 3378, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 566, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 566, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 566, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3378, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 443, in per_interact
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/phone/phone_msg.rpy", line 91, in execute
screen messager(contact=None):
File "game/phone/phone_msg.rpy", line 91, in execute
screen messager(contact=None):
File "game/phone/phone_msg.rpy", line 98, in execute
use phoneTemplate:
File "game/phone/phone.rpy", line 34, in execute
screen phoneTemplate():
File "game/phone/phone.rpy", line 34, in execute
screen phoneTemplate():
File "game/phone/phone.rpy", line 44, in execute
transclude
File "game/phone/phone_msg.rpy", line 98, in execute
use phoneTemplate:
File "game/phone/phone_msg.rpy", line 118, in execute
viewport:
File "game/phone/phone_msg.rpy", line 124, in execute
vbox:
File "game/phone/phone_msg.rpy", line 125, in execute
for message in contact.messages:
File "game/phone/phone_msg.rpy", line 133, in execute
if message.reply:
File "game/phone/phone_msg.rpy", line 134, in execute
textbutton message.reply style "msgright"
File "renpy/ui.py", line 992, in _textbutton
text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
File "renpy/text/text.py", line 1525, in __init__
self.set_text(text, scope, substitute)
File "renpy/text/text.py", line 1644, in set_text
i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
File "renpy/substitutions.py", line 270, in substitute
s = formatter.vformat(s, (), kwargs)
File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/string.py", line 585, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/string.py", line 646, in get_field
File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/string.py", line 605, in get_value
File "renpy/substitutions.py", line 228, in __getitem__
raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'laurenpt' is not defined.
Yep.Didn't the dev said that harem is indeed posible but that the harem path is more difficult to get?
Know there was some other post(s) by Steve with the same answer, with the addendum of it being harder, if not much harder, and that it requires more or less an acrobatics balancing act to pull off, on the players behalf.Harem is definitely planned
Technically, that's true of Chloe, Lauren, and Amber. Only Aubrey (before the night's end) and Riley (the day before) have sex on screen with this update.Wow, cutting the chapter just before we can get with Chloe? That hurts me deep.