Phoenix25

New Member
Apr 21, 2018
7
3
Found an error everytime you try to check the hints for Eva (Class Five), not game breaking since just choosing "ignore" turns you back into the game only changing your location sometimes.

Python:
While running game code:
  File "game/script.rpy", line 3976, in script
    $ location_select = renpy.call_screen("location_screen6")
  File "game/script.rpy", line 3976, in <module>
    $ location_select = renpy.call_screen("location_screen6")
  File "game/script.rpy", line 2759, in execute
    screen girl_screen():
  File "game/script.rpy", line 2759, in execute
    screen girl_screen():
  File "game/script.rpy", line 2762, in execute
    frame:
  File "game/script.rpy", line 2768, in execute
    hbox:
  File "game/script.rpy", line 3922, in execute
    frame:
  File "game/script.rpy", line 3927, in execute
    viewport:
  File "game/script.rpy", line 3933, in execute
    vbox:
  File "game/script.rpy", line 3950, in execute
    text "{size=-10}"+SexHint(selectedCharacter)+"{/size}"
NameError: Name 'Student5a_Name' is not defined.

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

Full traceback:
  File "game/script.rpy", line 3976, in script
    $ location_select = renpy.call_screen("location_screen6")
  File "renpy/ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/script.rpy", line 3976, in <module>
    $ location_select = renpy.call_screen("location_screen6")
  File "renpy/exports.py", line 3181, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3377, 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 3810, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 451, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3810, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 462, in per_interact
    self.update()
  File "renpy/display/screen.py", line 653, in update
    self.screen.function(**self.scope)
  File "game/script.rpy", line 2759, in execute
    screen girl_screen():
  File "game/script.rpy", line 2759, in execute
    screen girl_screen():
  File "game/script.rpy", line 2762, in execute
    frame:
  File "game/script.rpy", line 2768, in execute
    hbox:
  File "game/script.rpy", line 3922, in execute
    frame:
  File "game/script.rpy", line 3927, in execute
    viewport:
  File "game/script.rpy", line 3933, in execute
    vbox:
  File "game/script.rpy", line 3950, in execute
    text "{size=-10}"+SexHint(selectedCharacter)+"{/size}"
  File "renpy/text/text.py", line 1594, in __init__
    self.set_text(text, scope, substitute)
  File "renpy/text/text.py", line 1712, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "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/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "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/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
  File "renpy/substitutions.py", line 236, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'Student5a_Name' is not defined.

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
Polyturnon 0.007
Thu Aug 17 02:01:55 2023
 

ZinkoPoly

Member
Game Developer
Jan 9, 2019
196
814
Found an error everytime you try to check the hints for Eva (Class Five), not game breaking since just choosing "ignore" turns you back into the game only changing your location sometimes.

Python:
While running game code:
  File "game/script.rpy", line 3976, in script
    $ location_select = renpy.call_screen("location_screen6")
  File "game/script.rpy", line 3976, in <module>
    $ location_select = renpy.call_screen("location_screen6")
  File "game/script.rpy", line 2759, in execute
    screen girl_screen():
  File "game/script.rpy", line 2759, in execute
    screen girl_screen():
  File "game/script.rpy", line 2762, in execute
    frame:
  File "game/script.rpy", line 2768, in execute
    hbox:
  File "game/script.rpy", line 3922, in execute
    frame:
  File "game/script.rpy", line 3927, in execute
    viewport:
  File "game/script.rpy", line 3933, in execute
    vbox:
  File "game/script.rpy", line 3950, in execute
    text "{size=-10}"+SexHint(selectedCharacter)+"{/size}"
NameError: Name 'Student5a_Name' is not defined.

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

Full traceback:
  File "game/script.rpy", line 3976, in script
    $ location_select = renpy.call_screen("location_screen6")
  File "renpy/ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/script.rpy", line 3976, in <module>
    $ location_select = renpy.call_screen("location_screen6")
  File "renpy/exports.py", line 3181, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3377, 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 3810, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 451, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3810, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 462, in per_interact
    self.update()
  File "renpy/display/screen.py", line 653, in update
    self.screen.function(**self.scope)
  File "game/script.rpy", line 2759, in execute
    screen girl_screen():
  File "game/script.rpy", line 2759, in execute
    screen girl_screen():
  File "game/script.rpy", line 2762, in execute
    frame:
  File "game/script.rpy", line 2768, in execute
    hbox:
  File "game/script.rpy", line 3922, in execute
    frame:
  File "game/script.rpy", line 3927, in execute
    viewport:
  File "game/script.rpy", line 3933, in execute
    vbox:
  File "game/script.rpy", line 3950, in execute
    text "{size=-10}"+SexHint(selectedCharacter)+"{/size}"
  File "renpy/text/text.py", line 1594, in __init__
    self.set_text(text, scope, substitute)
  File "renpy/text/text.py", line 1712, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "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/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "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/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
  File "renpy/substitutions.py", line 236, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'Student5a_Name' is not defined.

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
Polyturnon 0.007
Thu Aug 17 02:01:55 2023
Thank you for catching this error. It affects all the dorm room names in the automated Sex Hints. I am fixing that.

I'm debating if I should post an updated helpers.rpy file as a download. If anyone thinks I should or shouldn't, I'm all ears.
 
  • Like
Reactions: csum and Dursti

HTYYHRK

Member
Dec 7, 2018
346
569
Thank you for catching this error. It affects all the dorm room names in the automated Sex Hints. I am fixing that.

I'm debating if I should post an updated helpers.rpy file as a download. If anyone thinks I should or shouldn't, I'm all ears.
If it's one file posting it as a patch is fine, it looks like it's just in the game folder so not much need to create a structured archive either.

I also turn off music and sound effects. I turn off music in most games actually. One of my biggest annoyances is opening a game and being assaulted with random loud music, I've gotten in the habit of muting new games in sound mixer as soon as I open the executable.
 

RogueKnightUK

Co-Writer: Retrieving The Past
Game Developer
Jul 10, 2018
913
2,403
[...] It doesn't mean I'm all of sudden going to go 180 on my opinions, but I'm at least considering sound due to the thoughtful comments.
There are maybe a handful of games on the entire site where I think the music actually helps the game in at least one scene. In the vast majority (i.e. the HUNDREDS of others I have played) it is just background noise, and if I wanted that I'd be listening to my own music anyway.

The number of games where I have to go into the setting and turn off the sound completely because the 'music' is annoying, repetitive crap I've already heard in other games is already pretty high. If you don't have the cashflow to commission your own original music, or the skill to perform your own, it is often better skipped.
 

Prototype01

Newbie
Jul 10, 2018
22
8
Found a little error, to fix it you just need to put a 2 after C_Teacher.love
I'll uplod the fixed script.rpy
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 89273, in script
    if C_Teacher2.progress == 2 and C_Teacher.love >= 10:
  File "game/script.rpy", line 89273, in <module>
    if C_Teacher2.progress == 2 and C_Teacher.love >= 10:
NameError: name 'C_Teacher' is not defined

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

Full traceback:
  File "game/script.rpy", line 89273, in script
    if C_Teacher2.progress == 2 and C_Teacher.love >= 10:
  File "renpy/ast.py", line 2115, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 1092, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 1085, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 89273, in <module>
    if C_Teacher2.progress == 2 and C_Teacher.love >= 10:
NameError: name 'C_Teacher' is not defined

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
Polyturnon 0.007
Fri Aug 18 02:39:03 2023
 
  • Like
Reactions: ZinkoPoly

ZinkoPoly

Member
Game Developer
Jan 9, 2019
196
814
Found a little error, to fix it you just need to put a 2 after C_Teacher.love
I'll uplod the fixed script.rpy
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 89273, in script
    if C_Teacher2.progress == 2 and C_Teacher.love >= 10:
  File "game/script.rpy", line 89273, in <module>
    if C_Teacher2.progress == 2 and C_Teacher.love >= 10:
NameError: name 'C_Teacher' is not defined

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

Full traceback:
  File "game/script.rpy", line 89273, in script
    if C_Teacher2.progress == 2 and C_Teacher.love >= 10:
  File "renpy/ast.py", line 2115, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 1092, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 1085, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 89273, in <module>
    if C_Teacher2.progress == 2 and C_Teacher.love >= 10:
NameError: name 'C_Teacher' is not defined

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
Polyturnon 0.007
Fri Aug 18 02:39:03 2023
Thank you for catching that! I have fixed my copy for future versions. Appreciate the attachment of the script.rpy.

i have a error everytime i click on eva
There was an issue with Eva that a patch was released for on the first post. Have you added the patch to your game? If so, I'll need to dig deeper to see what's up. Appreciate you giving the feedback, for sure!
 
  • Like
Reactions: Prototype01
Jan 14, 2023
375
579
you are the height of cynicism

The support for ntr is more false than a cardboard euro. And luckily you tell him to
Thanks for quoting a 3+ month old post to make a bold and rare anti-NTR statement that make these forums so worthwhile to read, especially since my input was 100% negative & seeking to crush the new developer's Mind & Spirit.

A+ effort there.
 

hedgehog4216

Member
Jun 25, 2022
104
92
Anyone managed to make this one of the 4 Lecafé girls.11am to noon weekdays, LeCafé
ZinkoPoly
Hello Everyone!

Update v0.007 is now out!

This update has one of the biggest enhancements to the Girls Screen that I have done: Sex Hints. Now, all the available repeatable sex scenes will have some hints. This also can act as a quasi-checklist since unseen sex scenes will be ??? and seen sex scenes will have the description. I'm really proud of this enhancement and I hope you all enjoy it, too!

For those doing any modding or translation, here are the places where old code was changed:

You don't have permission to view the spoiler content. Log in or register now.

As always, I appreciate all feedback, criticisms, and critiques. Both positive and negative feedback are very, very helpful so please don't hesitate to let me know your opinions and thoughts.

Also, the sex hints are done by an algorithm for all but the last step of getting each scene, so if there's anything strange, odd, confusing, or non-functional about it please let me know so I can improve it in the next version.

Thanks for playing my game! I enjoy making this game for everyone and I hope everyone can enjoy it. Cheers!
Some of the times are flipped. Like i think one of them said 10am to 4pm but it would only be active 10pm to 4am
 

ZinkoPoly

Member
Game Developer
Jan 9, 2019
196
814
Anyone managed to make this one of the 4 Lecafé girls.11am to noon weekdays, LeCafé
This one is a bit rare to happen naturally (only 15% chance), but if you come across the owner and the pink hair girl you can say "Just passing by" and when it kicks you out to College Way the green light will light up and clicking on it should give you the event (or a separate event you may not have seen).

Hope that helps!
 
  • Like
Reactions: Lord Grim

Lord Grim

Newbie
Nov 25, 2017
35
26
This one is a bit rare to happen naturally (only 15% chance), but if you come across the owner and the pink hair girl you can say "Just passing by" and when it kicks you out to College Way the green light will light up and clicking on it should give you the event (or a separate event you may not have seen).

Hope that helps!
Thanks for the help I managed to make the event
 
  • Like
Reactions: ZinkoPoly

Xyyy

Member
Jun 12, 2020
217
114
Unofficial Android Port :

Polyturnon [v0.001] [ZinkoPoly]

Download Apk: , Workupload, Pixeldrain

Android Ports Features:
You don't have permission to view the spoiler content. Log in or register now.

ALLOW STORAGE ACCESS

My Android Ports have a 2nd Persistent save location. So, even if you uninstall the game, the saves will remain Intact.

Saves Location : Brandy0011/brandy.polyturnon/game/saves

if you liked my work, support on Patreon.


If it says unknown developer or something like that just press install anyway.

Give Me Your Feedback on the Discord Server. As it's easier to reach me there, than here.
Please update to v0.007
 

MaxTheDark

Member
Apr 11, 2021
349
354
I don't know if this question was asked but... What do you have against oral sex? I've fucked half the girls in the game already, and only one briefly sucked me off, immediately turning to regular sex. Same for eating them out, why does the main character not do it?

I was particularly inspired to ask when I was about to fuck sunshine in the Cafe. She gets on her knees to take off your pants, and the text even says 'you're starting to wonder if she's going to give you a blowjob' but no, she stands up and has normal sex.

It's like you really hate foreplay...
 
  • Like
Reactions: ChopTheHead

ZinkoPoly

Member
Game Developer
Jan 9, 2019
196
814
I don't know if this question was asked but... What do you have against oral sex? I've fucked half the girls in the game already, and only one briefly sucked me off, immediately turning to regular sex. Same for eating them out, why does the main character not do it?

I was particularly inspired to ask when I was about to fuck sunshine in the Cafe. She gets on her knees to take off your pants, and the text even says 'you're starting to wonder if she's going to give you a blowjob' but no, she stands up and has normal sex.

It's like you really hate foreplay...
Firstly, I would like to say thank you for giving me a 'lightbulb moment'. A few others have mentioned foreplay and I've been completely confused. There are plenty of scenes of kissing and caressing breasts/pussies. I didn't even consider they meant foreplay for the male. I'm so used to foreplay being a thing women need to get wet prior to insertion. I hadn't considered the male needs of foreplay. So thank you. A lot of comments make more sense now!

Secondly, I have nothing against oral sex.

The MC giving oral sex to the women is mostly in the text descriptions, with only one scene having it animated and a few others showing images. It's a valid complaint if more images/animations for this are desired.

The girls giving head to the MC is common. It's just not animated, it's easy to forget/miss, AND it's vastly outnumbered by regular sex scenes. You're not the only one to say it's not there.

Here's a list (I might have missed a few):

You don't have permission to view the spoiler content. Log in or register now.

There are also a few boobjobs with blowing but I excluded those from the spoiler. I also excluded implied blowjobs that happen during the MC's sleep. Also, to note, some of these blowjobs in the spoiler include vaginal sex as well which was one of your complaints, so I get that.

What I do need to do is to increase the number of blowjobs in the game dramatically. To be honest, I thought I had way more blowjobs in the game than I actually did. Also, there are few "storyline" blowjobs that I've had in mind since day one that I still haven't gotten around. I also had planned at one point to have "Bench" events where you spend some time lackadaisically on either the park bench or the College Way bench, but I didn't get the default "enjoying the sunshine" event to look quite right. Those benches were supposed to be sites of a ton of blowjobs. So, I will be trying to add more and more oral sex to the game. Still so much I want to do with this game!

Hope that makes sense! I know animated every blowjob would make them "stick out more", but I had to draw the line somewhere as far as what got animated and what did not, and blowjobs fell on the not animated side.

Cheers!
 
4.20 star(s) 32 Votes