4.70 star(s) 12 Votes

Who is the hottest main girl?

  • Alex

    Votes: 1,078 18.8%
  • Ann

    Votes: 1,493 26.1%
  • Emily

    Votes: 1,125 19.7%
  • Jenny

    Votes: 319 5.6%
  • Vanessa

    Votes: 1,705 29.8%

  • Total voters
    5,720

GetOutOfMyLab

Conversation Conqueror
Modder
Aug 13, 2021
7,510
20,745
Well, that's a wrench...

I have to vote for Emily, but Alex is only a few percentage points behind.
Next time I do a poll, I'll allow multiple votes. For now, I need the undisputed champion (and we'll keep doing this until everyone wakes up and realizes it's Emily)!
 
  • Heart
Reactions: Hollibolli

Armysolo

Newbie
Mar 9, 2019
81
181
Getting a traceback error and I'm not sure why
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/scripts/screens/screens.rpy", line 375, in execute
  File "game/scripts/screens/screens.rpy", line 375, in execute
  File "game/scripts/screens/screens.rpy", line 428, in execute
  File "game/scripts/screens/screens.rpy", line 430, in execute
  File "game/scripts/screens/screens.rpy", line 435, in execute
  File "game/scripts/screens/screens.rpy", line 438, in execute
Exception: Cannot display (u'Check Insta', 115, 890) as text.

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

Full traceback:
  File "scripts/days/day13/day13.rpyc", line 143, in script
  File "renpy/ast.py", line 1968, in execute
    self.call("execute")
  File "renpy/ast.py", line 1950, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 349, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3413, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 2165, 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 "renpy/display/core.py", line 2687, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "renpy/display/displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 480, in visit_all
    callback(self)
  File "renpy/display/core.py", line 2687, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "renpy/display/screen.py", line 491, in per_interact
    self.update()
  File "renpy/display/screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/scripts/screens/screens.rpy", line 375, in execute
  File "game/scripts/screens/screens.rpy", line 375, in execute
  File "game/scripts/screens/screens.rpy", line 428, in execute
  File "game/scripts/screens/screens.rpy", line 430, in execute
  File "game/scripts/screens/screens.rpy", line 435, in execute
  File "game/scripts/screens/screens.rpy", line 438, in execute
  File "renpy/text/text.py", line 1717, in __init__
    raise Exception("Cannot display {0!r} as text.".format(i))
Exception: Cannot display (u'Check Insta', 115, 890) as text.

Windows-10-10.0.19041 AMD64
Ren'Py 7.7.1.24030407
Long Story Short - Unofficial Ren'Py Port 0.9a.37
Mon Apr 29 22:17:40 2024
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/scripts/screens/screens.rpy", line 375, in execute
File "game/scripts/screens/screens.rpy", line 375, in execute
File "game/scripts/screens/screens.rpy", line 428, in execute
File "game/scripts/screens/screens.rpy", line 430, in execute
File "game/scripts/screens/screens.rpy", line 435, in execute
File "game/scripts/screens/screens.rpy", line 438, in execute
Exception: Cannot display (u'Check Insta', 115, 890) as text.

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

Full traceback:
File "scripts/days/day13/day13.rpyc", line 143, in script
File "renpy/ast.py", line 1968, in execute
self.call("execute")
File "renpy/ast.py", line 1950, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 349, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3413, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 2165, 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 "renpy/display/core.py", line 2687, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "renpy/display/displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "renpy/display/displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "renpy/display/displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 480, in visit_all
callback(self)
File "renpy/display/core.py", line 2687, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "renpy/display/screen.py", line 491, in per_interact
self.update()
File "renpy/display/screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/scripts/screens/screens.rpy", line 375, in execute
File "game/scripts/screens/screens.rpy", line 375, in execute
File "game/scripts/screens/screens.rpy", line 428, in execute
File "game/scripts/screens/screens.rpy", line 430, in execute
File "game/scripts/screens/screens.rpy", line 435, in execute
File "game/scripts/screens/screens.rpy", line 438, in execute
File "renpy/text/text.py", line 1717, in __init__
raise Exception("Cannot display {0!r} as text.".format(i))
Exception: Cannot display (u'Check Insta', 115, 890) as text.

Windows-10-10.0.19041 AMD64
Ren'Py 7.7.1.24030407
Long Story Short - Unofficial Ren'Py Port 0.9a.37
Mon Apr 29 22:17:40 2024
 

SonsOfLiberty

Discussion Dynamo
Compressor
Sep 3, 2022
24,372
206,809
Next time I do a poll, I'll allow multiple votes. For now, I need the undisputed champion (and we'll keep doing this until everyone wakes up and realizes it's Emily)!
This is for the new folks just trying to figure out who "Emily" is and for the ones that have forgotten (maybe head examined?) or just need a refresher...

Emily63_3.png
Emily82_4_2.png
Emily84_2.png
 

Calz

Member
Mar 12, 2022
175
361
Since the changelogs are so complicated to read ill ask here, does anyone know the average amount of renders there are each update?
 

Abhai

Devoted Member
Sep 12, 2018
9,482
38,516
Next time I do a poll, I'll allow multiple votes. For now, I need the undisputed champion (and we'll keep doing this until everyone wakes up and realizes it's Emily)!
only if you limit those "multiple" to something like"up to 2 votes" in this case, otherwise what would be the point:WeSmart:

btw, are there really that many of those considering ann to be the hottest main chick:WaitWhat:
out of the 5 main LIs in the best case (for her) she could be 6th:LUL:

edit.
and ofc emily is the best chick by far...in top5 she holds like 5 places...so if there are 5 main chicks, you need top9 list or something:geek:
 

Pr0GamerJohnny

Conversation Conqueror
Sep 7, 2022
6,900
10,284
I respec the vanessa voters, I dont agree with them, but i respect them.

Ann voters will need to wait for me to finish my gif for her...
 

SomeOldFart

Well-Known Member
Nov 18, 2017
1,948
4,103
Emily is hot and has spied on you masturbating while you were getting texts from Ann & Chris if you stayed home that one night and also lets you cuddle with her and you seem to be getting closer sexually.... but.... Shaun is fucking her & Joe is hanging around if you chose those paths... :unsure:

Jenny is also hot and has started sending you pics, let you kiss her, but stopped you from going too far with her on your dates if you chose to (twice I think?) That could be wholesome girlfriend material depending on what she thought of you staring at the waitress which is an unknown I think? :unsure:
 

dengl

Member
Jul 19, 2018
293
558
I LUV VANESSA, QUEEN
You don't have permission to view the spoiler content. Log in or register now.


When she is following MC's lead, sending her to Chris at the bar and she goes like being glad MC still let her have sex with other guys, as the usual slut she is. But denying all her sexual contacts and there is this cuddling. We shall turn this slut into a nun :KEK:


I respec the vanessa voters, I dont agree with them, but i respect them.

Ann voters will need to wait for me to finish my gif for her...
Van and Ann are the only ones actually getting more attention and content while the others are still in progression... I guess maybe people like them for the content? :rolleyes: But I do like some of the new content with Vanessa though.
 

cccxxx

Active Member
Aug 8, 2018
613
425
i love the poll :D
who is the hottest?:love:
all of them, if only women were like this in real life :)
not that men are :ROFLMAO:
 

GetOutOfMyLab

Conversation Conqueror
Modder
Aug 13, 2021
7,510
20,745
Getting a traceback error and I'm not sure why
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/scripts/screens/screens.rpy", line 375, in execute
  File "game/scripts/screens/screens.rpy", line 375, in execute
  File "game/scripts/screens/screens.rpy", line 428, in execute
  File "game/scripts/screens/screens.rpy", line 430, in execute
  File "game/scripts/screens/screens.rpy", line 435, in execute
  File "game/scripts/screens/screens.rpy", line 438, in execute
Exception: Cannot display (u'Check Insta', 115, 890) as text.

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

Full traceback:
  File "scripts/days/day13/day13.rpyc", line 143, in script
  File "renpy/ast.py", line 1968, in execute
    self.call("execute")
  File "renpy/ast.py", line 1950, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 349, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3413, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 2165, 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 "renpy/display/core.py", line 2687, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "renpy/display/displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 480, in visit_all
    callback(self)
  File "renpy/display/core.py", line 2687, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "renpy/display/screen.py", line 491, in per_interact
    self.update()
  File "renpy/display/screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/scripts/screens/screens.rpy", line 375, in execute
  File "game/scripts/screens/screens.rpy", line 375, in execute
  File "game/scripts/screens/screens.rpy", line 428, in execute
  File "game/scripts/screens/screens.rpy", line 430, in execute
  File "game/scripts/screens/screens.rpy", line 435, in execute
  File "game/scripts/screens/screens.rpy", line 438, in execute
  File "renpy/text/text.py", line 1717, in __init__
    raise Exception("Cannot display {0!r} as text.".format(i))
Exception: Cannot display (u'Check Insta', 115, 890) as text.

Windows-10-10.0.19041 AMD64
Ren'Py 7.7.1.24030407
Long Story Short - Unofficial Ren'Py Port 0.9a.37
Mon Apr 29 22:17:40 2024
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/scripts/screens/screens.rpy", line 375, in execute
File "game/scripts/screens/screens.rpy", line 375, in execute
File "game/scripts/screens/screens.rpy", line 428, in execute
File "game/scripts/screens/screens.rpy", line 430, in execute
File "game/scripts/screens/screens.rpy", line 435, in execute
File "game/scripts/screens/screens.rpy", line 438, in execute
Exception: Cannot display (u'Check Insta', 115, 890) as text.

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

Full traceback:
File "scripts/days/day13/day13.rpyc", line 143, in script
File "renpy/ast.py", line 1968, in execute
self.call("execute")
File "renpy/ast.py", line 1950, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 349, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3413, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 2165, 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 "renpy/display/core.py", line 2687, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "renpy/display/displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "renpy/display/displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "renpy/display/displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 480, in visit_all
callback(self)
File "renpy/display/core.py", line 2687, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "renpy/display/screen.py", line 491, in per_interact
self.update()
File "renpy/display/screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/scripts/screens/screens.rpy", line 375, in execute
File "game/scripts/screens/screens.rpy", line 375, in execute
File "game/scripts/screens/screens.rpy", line 428, in execute
File "game/scripts/screens/screens.rpy", line 430, in execute
File "game/scripts/screens/screens.rpy", line 435, in execute
File "game/scripts/screens/screens.rpy", line 438, in execute
File "renpy/text/text.py", line 1717, in __init__
raise Exception("Cannot display {0!r} as text.".format(i))
Exception: Cannot display (u'Check Insta', 115, 890) as text.

Windows-10-10.0.19041 AMD64
Ren'Py 7.7.1.24030407
Long Story Short - Unofficial Ren'Py Port 0.9a.37
Mon Apr 29 22:17:40 2024
I'm not sure why you're getting that either, but if you post a save I can look into it. It works perfectly fine for me.
 
4.70 star(s) 12 Votes