ZinkoPoly

Member
Game Developer
Jan 9, 2019
207
879
Okay, so sorry for some bad news but there was a major bug in the 0.16 update that caused a crash in the Girls screen.

The fix has been updated as a patch on the first post, with the link here for convenience:

Hopefully by installing the patch it will fix the issues that MinXe and CShackleford are having. If this fixes or does not fix the issue I'd love to know so I can proceed with next steps.

The file is a small 51kb zip file that needs to be placed into the 'game' subfolder of the game, overwriting the two files. If anyone has any issue with installation, please let me know.

Again, my apologies.
 
  • Like
Reactions: MinXe and aaachris

ZinkoPoly

Member
Game Developer
Jan 9, 2019
207
879
So, according to the tags, there is no milfs, no anal and no incest? Am I wrong?
There is one girl out of 69 that is a mother (she has two daughters in the game), and a couple other characters that could be classified as milfs by their design. It's a small percentage.

There are some anal scenes, but vaginal sex dominates the repeatable sex scenes.

There is no incest.

No Mac version? It's incredibly easy in Ren'Py. Literally one button.
View attachment 3982149
Creating a Mac version is easy. However, when I did so before (after being berated for not releasing it for Mac), although multiple people berated me, zero people actually downloaded the Mac version and therefore zero people gave feedback. It's not a problem unique to me. I've seen multiple massively successful game developers on youtube discuss the same issue of people clamoring for a Mac version but nobody actually playing it. Also, users of Mac generally have ways to play PC games on their device.

Creating a Linux version is the complete opposite. I have a small, core audience of people playing my game in Linux and they genuinely appreciate me putting out that version and give me feedback. Therefore, I produce a Linux version each and every time and am happy to do so.

Haven't played this game in just over a year letting some content pile.

Loaded my save and the game errors as soon as I try to move, is this a bug? is there a fix? or am I just SOL and gotta start over or scour for a save
There was an issue a few versions back that resulted in broken saves when I upgraded the RenPy version used (a mistake I have not repeated). The fix then was to load the save in the old version of the game, make sure it's on a safe location screen, and then load it in the new version. I'm not sure if that will work for you or if it's even worth the effort. Sorry for breaking your save.
 
  • Thinking Face
  • Like
Reactions: ChurryOp and nozu

MinXe

Newbie
Dec 19, 2020
35
10
Okay, so sorry for some bad news but there was a major bug in the 0.16 update that caused a crash in the Girls screen.

The fix has been updated as a patch on the first post, with the link here for convenience: MEGA

Hopefully by installing the patch it will fix the issues that MinXe and CShackleford are having. If this fixes or does not fix the issue I'd love to know so I can proceed with next steps.

The file is a small 51kb zip file that needs to be placed into the 'game' subfolder of the game, overwriting the two files. If anyone has any issue with installation, please let me know.

Again, my apologies.
It worked for me, I forgot to comment in my post, but starting with the new game and opening the tab didn't crash the game, I don't know if it's worth knowing.
Congrats on the update as always, dev
 
  • Like
Reactions: ZinkoPoly

ZinkoPoly

Member
Game Developer
Jan 9, 2019
207
879
It worked for me, I forgot to comment in my post, but starting with the new game and opening the tab didn't crash the game, I don't know if it's worth knowing.
Congrats on the update as always, dev
Glad to hear it works. I really appreciate you giving me the heads up! Your error report you had posted made it very easy to find and fix the issue.

Hope you enjoy the update, and sorry for any frustration from the game crashing!
 
  • Red Heart
Reactions: MinXe

Cryptist

Member
Aug 20, 2020
333
497
One of my favorite games. Top 10 among the hundreds I have played. Good animation, art. Frequent and substantial updates. Wonderful variety of females.
 
  • Like
Reactions: ZinkoPoly

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
11,167
107,599
Polyturnon [v0.16] [ZinkoPoly] - Compressed

Win/Linux [1,43 GB]
- - - -

Mac [1,39 GB]
- - - -

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

GhostAdi@13

Member
Aug 9, 2022
257
79
  • Like
Reactions: initiated and Bob69

icesun

Be nice! Until it's time to not be nice...
Former Staff
Nov 2, 2018
896
2,407
ZinkoPoly
Hi, just a fix for the long run, in the script.py, lines 181260 and 181262 C_Student1f needs to be C_Student1g as in the rest of the scene.
 
  • Like
Reactions: ZinkoPoly

homarkc

Active Member
Nov 12, 2018
757
299
Getting this error trying to access hints for class four:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 8254, in script
    "{b}Edge{/b} is currently locked up and closed. It's open from 10am to 10pm"
  File "game/script.rpy", line 2995, in execute
    screen girl_screen():
  File "game/script.rpy", line 2995, in execute
    screen girl_screen():
  File "game/script.rpy", line 2998, in execute
    frame:
  File "game/script.rpy", line 3004, in execute
    hbox:
  File "game/script.rpy", line 4181, in execute
    frame:
  File "game/script.rpy", line 4186, in execute
    viewport:
  File "game/script.rpy", line 4192, in execute
    vbox:
  File "game/script.rpy", line 4205, in execute
    if selectedCharacter <> "C_MainC":
  File "game/script.rpy", line 4211, in execute
    text "{size=-10}"+SexHint(selectedCharacter)+"{/size}"
NameError: Name 'Teacher4_Name' is not defined.

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

Full traceback:
  File "game/script.rpy", line 8254, in script
    "{b}Edge{/b} is currently locked up and closed. It's open from 10am to 10pm"
  File "renpy/ast.py", line 921, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1373, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1266, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "renpy/character.py", line 930, in do_display
    **display_args)
  File "renpy/character.py", line 666, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, 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 2995, in execute
    screen girl_screen():
  File "game/script.rpy", line 2995, in execute
    screen girl_screen():
  File "game/script.rpy", line 2998, in execute
    frame:
  File "game/script.rpy", line 3004, in execute
    hbox:
  File "game/script.rpy", line 4181, in execute
    frame:
  File "game/script.rpy", line 4186, in execute
    viewport:
  File "game/script.rpy", line 4192, in execute
    vbox:
  File "game/script.rpy", line 4205, in execute
    if selectedCharacter <> "C_MainC":
  File "game/script.rpy", line 4211, 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 'Teacher4_Name' is not defined.

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
Polyturnon 0.16
Sat Aug 31 16:56:50 2024
 

icesun

Be nice! Until it's time to not be nice...
Former Staff
Nov 2, 2018
896
2,407
Getting this error trying to access hints for class four:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 8254, in script
    "{b}Edge{/b} is currently locked up and closed. It's open from 10am to 10pm"
  File "game/script.rpy", line 2995, in execute
    screen girl_screen():
  File "game/script.rpy", line 2995, in execute
    screen girl_screen():
  File "game/script.rpy", line 2998, in execute
    frame:
  File "game/script.rpy", line 3004, in execute
    hbox:
  File "game/script.rpy", line 4181, in execute
    frame:
  File "game/script.rpy", line 4186, in execute
    viewport:
  File "game/script.rpy", line 4192, in execute
    vbox:
  File "game/script.rpy", line 4205, in execute
    if selectedCharacter <> "C_MainC":
  File "game/script.rpy", line 4211, in execute
    text "{size=-10}"+SexHint(selectedCharacter)+"{/size}"
NameError: Name 'Teacher4_Name' is not defined.

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

Full traceback:
  File "game/script.rpy", line 8254, in script
    "{b}Edge{/b} is currently locked up and closed. It's open from 10am to 10pm"
  File "renpy/ast.py", line 921, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1373, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1266, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "renpy/character.py", line 930, in do_display
    **display_args)
  File "renpy/character.py", line 666, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, 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 2995, in execute
    screen girl_screen():
  File "game/script.rpy", line 2995, in execute
    screen girl_screen():
  File "game/script.rpy", line 2998, in execute
    frame:
  File "game/script.rpy", line 3004, in execute
    hbox:
  File "game/script.rpy", line 4181, in execute
    frame:
  File "game/script.rpy", line 4186, in execute
    viewport:
  File "game/script.rpy", line 4192, in execute
    vbox:
  File "game/script.rpy", line 4205, in execute
    if selectedCharacter <> "C_MainC":
  File "game/script.rpy", line 4211, 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 'Teacher4_Name' is not defined.

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
Polyturnon 0.16
Sat Aug 31 16:56:50 2024
You're not the first to bring this up and there's already a fix for that in the OP.
 

icesun

Be nice! Until it's time to not be nice...
Former Staff
Nov 2, 2018
896
2,407
Whoops! Thanks for catching this. It will be fixed in the next release of the game.
Oh, while I'm at it, scene 0354_01 doesn't increase the "Fucked" counter (never has, I just didn't bother to bring it up so far, but she's missing 10-20 in my run since that scene triggers quite frequently, not that it matters much :LOL:).
 
  • Like
Reactions: TheSidewinder

MrDude1977

New Member
Jul 24, 2024
14
20
There is one girl out of 69 that is a mother (she has two daughters in the game), and a couple other characters that could be classified as milfs by their design. It's a small percentage.

There are some anal scenes, but vaginal sex dominates the repeatable sex scenes.

There is no incest.



Creating a Mac version is easy. However, when I did so before (after being berated for not releasing it for Mac), although multiple people berated me, zero people actually downloaded the Mac version and therefore zero people gave feedback. It's not a problem unique to me. I've seen multiple massively successful game developers on youtube discuss the same issue of people clamoring for a Mac version but nobody actually playing it. Also, users of Mac generally have ways to play PC games on their device.

Creating a Linux version is the complete opposite. I have a small, core audience of people playing my game in Linux and they genuinely appreciate me putting out that version and give me feedback. Therefore, I produce a Linux version each and every time and am happy to do so.



There was an issue a few versions back that resulted in broken saves when I upgraded the RenPy version used (a mistake I have not repeated). The fix then was to load the save in the old version of the game, make sure it's on a safe location screen, and then load it in the new version. I'm not sure if that will work for you or if it's even worth the effort. Sorry for breaking your save.
I think most people consider older women MILF wether she has children or not. And the anal tag if there is one scene or 5 if it is there then you need to tag it.
 
4.10 star(s) 35 Votes