ZinkoPoly

Member
Game Developer
Jan 9, 2019
218
911
I can't open 'GIRLS' anymore. Got this error. Sorry if that was mentioned before View attachment 3985856
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
Sorry for the error you two are getting. There is a 51kb patch for this located on the first post that contains two files to be overwritten in the 'game' subfolder of the game. Here is a link for convenience:


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:).
Well, that's embarrassing! I'm glad you spotted it. Just changed it in the code and lowered the frequency to 10% rather than 12% after the first time it occurs. These changes will be seen in the next update of the game. Thank you again for letting me know about these issues!
 

Call of Booty

Well-Known Member
Mar 21, 2020
1,206
1,532
Sorry for the error you two are getting. There is a 51kb patch for this located on the first post that contains two files to be overwritten in the 'game' subfolder of the game. Here is a link for convenience: MEGA




Well, that's embarrassing! I'm glad you spotted it. Just changed it in the code and lowered the frequency to 10% rather than 12% after the first time it occurs. These changes will be seen in the next update of the game. Thank you again for letting me know about these issues!
Thanks a lot,Zinko (y)
 
  • Like
Reactions: ZinkoPoly

TheSidewinder

Well-Known Member
Mar 31, 2020
1,631
2,918
***snip***
Well, that's embarrassing! I'm glad you spotted it. Just changed it in the code and lowered the frequency to 10% rather than 12% after the first time it occurs. These changes will be seen in the next update of the game. Thank you again for letting me know about these issues!
Any chance you can post the fix? :)

I looked at the file and it appears the variable should be added to several places within that scene, depending on branches of if/else within it, and not just once. But my coding skills aren't good enough to figure out exactly where and how many times it needs adding.
 

Kavilia

Member
Feb 25, 2018
144
35

katmandomo

Active Member
Feb 10, 2018
794
1,694
Is there a trick to getting Erin's event at Lizza's on Friday night to trigger? I've gone through all of the options and she's stuck at "Find Erin at Lizza's 7pm-1am Saturday Night", probably the last step in her progress. I even tried not doing the scene to see if the green dot would light up but so far it has eluded me.
 

PhoenixRage23

Active Member
May 24, 2020
842
1,022
This game looked really good when I came across it on F95 for the first time. However, I've tried to play it twice and for some reason get really bored with it after the first 15 to 20 minutes. I can understand all the women were picked for a reason, but to have that crazy chick force herself on the MC within the first 10 minutes of the game is just off putting. Maybe I'll try it after 5 to 6 months when there is a lot more content.
 

Woodstock_1983

Well-Known Member
Sep 16, 2020
1,633
688
They should have a mod where you ca adjust the anger. I got the secretary's anger at 20 because I keep messing with her sister lol.
 

icesun

Be nice! Until it's time to not be nice...
Former Staff
Nov 2, 2018
899
2,409
Is there a trick to getting Erin's event at Lizza's on Friday night to trigger? I've gone through all of the options and she's stuck at "Find Erin at Lizza's 7pm-1am Saturday Night", probably the last step in her progress. I even tried not doing the scene to see if the green dot would light up but so far it has eluded me.
Those events are RNG-dependent. Make a savegame at the right time 2 steps outside of the location you're trying to trigger an event (for Lizza's this means either College Way or any other location in Downtown but not the Downtown main area itself, it feels like the events are predetermined once you enter a main area, that's why) and reload until you're getting the event you're looking for - this becomes even more handy once you're trying to trigger all the different saturday evening events at Lizza's.

Edit: By the way, trying to get a saturday evening event to trigger on a friday evening is pointless.
 
Last edited:

icesun

Be nice! Until it's time to not be nice...
Former Staff
Nov 2, 2018
899
2,409
They should have a mod where you ca adjust the anger. I got the secretary's anger at 20 because I keep messing with her sister lol.
For any girl but the redhead in LeCafé that can gather anger there's at least one event by now that reduces it. Just gotta find it and keep doing it every once in a while.
For me the secretary is at
Love: 1004
Anger: -204
Slutty: 751
with 63 fucks (which is the second most after her sister, who's at 70 ;) ) currently, just saying.

All in all, don't worry too much about it.
 
  • Like
Reactions: ZinkoPoly

icesun

Be nice! Until it's time to not be nice...
Former Staff
Nov 2, 2018
899
2,409
And in case anyone's interested, this link has my savegame folder as a zip file:
1-1 is my "current game state" and everything after is every vaginal creampie encounter right before insertion in the order I've unlocked them.
Enjoy. ;)

PS: I don't have a gofile premium account, I don't know how long it takes until it expires.
 
  • Like
Reactions: Ryu Kenshin

ZinkoPoly

Member
Game Developer
Jan 9, 2019
218
911
Is there a trick to getting Erin's event at Lizza's on Friday night to trigger? I've gone through all of the options and she's stuck at "Find Erin at Lizza's 7pm-1am Saturday Night", probably the last step in her progress. I even tried not doing the scene to see if the green dot would light up but so far it has eluded me.

Hopefully some of icesun's tips helped getting the event to trigger on Saturday night for you. If you're still running into any issues let me know and I can take a further look into it.

They should have a mod where you ca adjust the anger. I got the secretary's anger at 20 because I keep messing with her sister lol.
I do need to add some more anger reducing events, and have slowly added a few more here and there. The secretary's anger can be reduced by three events currently. By chance, 20 is the highest the secretary's anger can get before a few events stop being able to seen.

I have considered adding tips for reducing anger to the Girls screen, perhaps below the repeatable sex scene hints. Haven't fully thought it through so if anyone has any ideas/suggestions on how I should implement that I'd love to hear them.


Any chance you can post the fix? :)

I looked at the file and it appears the variable should be added to several places within that scene, depending on branches of if/else within it, and not just once. But my coding skills aren't good enough to figure out exactly where and how many times it needs adding.

I tend not to post minor big fixes until the next update. The exception is when I screw up big time, as happened with the current 0.16 update and the Girls screen crashes. I'm going to try and make 0.17 a smaller update so it can be turned around faster. That way players will not require the game to be patched to play.
 
  • Like
Reactions: TheSidewinder

thothon

New Member
Dec 18, 2023
8
0
And in case anyone's interested, this link has my savegame folder as a zip file:
1-1 is my "current game state" and everything after is every vaginal creampie encounter right before insertion in the order I've unlocked them.
Enjoy. ;)

PS: I don't have a gofile premium account, I don't know how long it takes until it expires.
where is the save game man
 

ZinkoPoly

Member
Game Developer
Jan 9, 2019
218
911
Hello everyone! I'd like to give an update on the upcoming 0.17 release of my game.

I've made moderate progress towards this update and am currently on schedule to release 0.17 between Sept 20th and Sep 27th.

This will be a small update with a quick turnaround time due to the game breaking bug that had to be patched for 0.16.

Although it won't be the largest update, I already have some juicy events in there and I expect to add even more. I'm really looking forward to getting it out to you all for you all to enjoy.

Hope you're all enjoying the current version, even with all the problems with bugs. Can't wait to get the next version out to you.

Cheers!
 

GhostAdi@13

Member
Aug 9, 2022
265
84
Hello everyone! I'd like to give an update on the upcoming 0.17 release of my game.

I've made moderate progress towards this update and am currently on schedule to release 0.17 between Sept 20th and Sep 27th.

This will be a small update with a quick turnaround time due to the game breaking bug that had to be patched for 0.16.

Although it won't be the largest update, I already have some juicy events in there and I expect to add even more. I'm really looking forward to getting it out to you all for you all to enjoy.

Hope you're all enjoying the current version, even with all the problems with bugs. Can't wait to get the next version out to you.

Cheers!
Me too , can't wait
 
  • Like
Reactions: ZinkoPoly
4.10 star(s) 38 Votes