The Fixer v0.2.36 Education pt3 release
Added 2022-04-01 09:49:58 +0000 UTCPC Download -- Mac Download -- Android Download

This update focuses on wrapping up all the planned content for the school. Soccer boys and their content, the bullies and their event chains, the dance troupe brought up to just before the final event along with new classes, lunch events, hanging out with friends and more. Full changelog below.
The Fixer v0.2.36 Changelog
Note – Loading an old save will reset some of your stats, including intelligence, confidence and fitness. Sex stats will remain fine.
Content update
- Added new main menu UI and animation
- Added character art for the Soccer boys, Drake, Nate and Dan, Shane and Marcus the bullies and Felix the photographer
- Updated character art for Cass with new outfits and pregnancy variations in preparation for her storylines
- Added 3 new CGs. An againstwall variant and 2 doggy/spitroast CGs
- Added bully sex chain. Includes hand, oral, vaginal, anal, spitroast and guys paying to take turns.
- Added events to the bully chain where they write on you, threaten Cass and steal some clothing.
- Added events 8-12 to the dance storyline as well as some conversations at school with Dani following this part of the story. This brings us to the penultimate event
- Changed dance troupe events from every Friday to after dance gym class on Tuesdays and Thursdays so that the even chain doesn’t span so many weeks
- Changes to school classes. You now have to go to class/lunch/gym yourself, allowing you to only attend what you want. Also means you can be late to school and still participate in later lessons. Lessons in progress are marked by the intelligence icon
- If you arrive early to morning class, you will hang out with friends until class stars
- Added morning class events with cass+mira, cass alone, mira alone, soccer boys, dance girls and felix
- Added more morning lesson events
- Removed the teachers name and replaced it with the subject of the lesson
- Added Cass chain of bully events including 3 Cass CGs. This chain triggers if the soccer boys scared off the bullies from you or if the bullies have not managed to target you after 42 days (6 weeks)
- Added random old shower events. If the boys are hanging out and lust is high enough, they may join
- Added spitroast branch with the soccer boys
- Added more conversation topics with the soccer boys. You can now hear about them having sex with Rachel, Photo stuff including nate trying to get/having gotten your special photos and Nate having got Dani’s photos
- Added male toilet random events
- Added girls shower random mini events
- Made it possible to lose your clothes. Currently if you run away from the bullies while not having all your clothes on, anything you left behind will be lost. Only possible with the bullies for now (NOTE it is possible to soft lock your game because of this. If for example you lose all your tops, Sammy will refuse to go outside. If this happens, use the clothes cheat for now)
- Added BG for behind the soccer pitch along with the boys hanging out there
- Added BG for the darkroom, the photo set and the bus interior
- Added a screen darken effect for whenever a CG or talking character is in focus. This is purely experimental and feedback is appreciated
- Added NPC lust calculations. Now whenever you speak to them, your appearance will raise (or lower) their lust for you. Higher lust means sex events are more likley to trigger. Lust gain is blocked if the NPC came within the past 2 hours.
- Added NPC love/friendship calculations.
- Added so that if you keep Sammy happy over time, she gains confidence and loses confidence if unhappy. (Tracks the mood of the past 10 hours and rolls a d1000 against the total)
- Named female NPCs now have autonomous sex and can get pregnant
- Rachel autonomously now seeks out the soccer boys for fun
- Dani now autonomously gets photos taken by Felix and if Dani is a whore, will have sex photo sessions with him
Minor additions/fixes
- If you are a virgin, agreeing to sex is a lot harder. This has been significantly reduced if you have had anal sex
- Stats how use floats to keep track of things better
- Can now work in the pub until 3am
- Wearing slutty clothes, being exposed or having really high allure will add for the chances of you agreeing to sex
- Removed the restriction on walking/running/relaxing in the park at night (No new events yet but there will be)
- Made it possible to agree to prostitution if you are a virgin but have had anal sex. Chances of agreeing is still rare so will need high desire/alcohol to agree
- Changed the requirements to offer yourself to the soccer boys. Now you need to either have done something naughty with each of them or have a combined love of 180 (previously was have done something naughty with each of them and have all of them at max love)
- New pass week cheat for testing NPC sex and pregnancy
- Fixed description telling you who took your virginity
- Adjusted the soccer boys shower events to almost always play an event
- When offering yourself to the soccer boys, who joins you is based on lust. If all of their lust is too low, you will be rejected
- Updated the soccer play events so that at night only dialogue of the person you are playing with will trigger
- Showering with the soccer boys will give a large boost to their lust for you
- Chances of the soccer boys joining you and who joins you in the shower is now based on their lust
- Lewd comments from the soccer boys is now based on their lust
- Pitch sex when winning a dare match is based on the players lust for you
- You can now respond to and agree to some of the lewd comments from the soccer boys
- Bully sex events are now triggered based on lust. It’s possible to avoid the worst situations if you stick to modest clothes when interacting with them
- When the bullies demand your pants from you, they are removed from the wardrobe
- Added a new cheat. Toggle avatar. It will hide or unhide Sammy from the side of the screen
- Fixed the ass body writing to correctly count the amount of people you have had sex with
- Fixed the school repeatable sex event virgin branch incorectly playing the forced scene
- Fixed so that the bully event chain no longer fires the into event when loading your game
- Fixed the post bully "removed" events. They should trigger correctly now
- Fixed an error when doing the nude photoshoots
- Fixed an error if you decide to "finish yourself off" while showering with the soccer boys
- Fixed wrong text being shown when having sex with the soccer boys
- Fixed an error when checking out your body during the prologue
- Fixed your hair in Haven changing when going for a shower
- Fixed so if you are kicked out of The Sweet Girls, you can no longer join them on Friday until you are allowed back
- Fixed when starting your first shift then going home without starting a new one, the next time you went to work it would start the first time working intro again
- Fixed issue where you sit on a guys lap who previously was exposing himself, “it” wouldn’t be showing
- Fixed when sitting on a patrons lap, your hand turns the race of the man and not your own
- Fixed the handjob scene showing two hands
- Added a note after seeing Tucker that the train station and checkpoint missions are not ingame yet
- Corrected a large amount of reported typos
Comments
Ran into this error with an old save when entering the boy's bathroom, but new games work fine: I'm sorry, but an uncaught exception occurred. While running game code: File "game/scripts/locations/school/school_toilet_boy.rpy", line 5, in script if (player.confidence >= 50 or player.check_sex_agree(4)) and school_toilet_boy_prompt == False: File "game/scripts/locations/school/school_toilet_boy.rpy", line 22, in elif str(t.day) + str(t.hour) in random_event_school_boys_toilet_var: TypeError: argument of type 'int' is not iterable -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/scripts/locations/school/school_toilet_boy.rpy", line 5, in script if (player.confidence >= 50 or player.check_sex_agree(4)) and school_toilet_boy_prompt == False: File "renpy/ast.py", line 1892, in execute if renpy.python.py_eval(condition): File "renpy/python.py", line 2249, in py_eval return py_eval_bytecode(code, globals, locals) File "renpy/python.py", line 2242, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/scripts/locations/school/school_toilet_boy.rpy", line 22, in elif str(t.day) + str(t.hour) in random_event_school_boys_toilet_var: TypeError: argument of type 'int' is not iterable Windows-10-10.0.17763 Ren'Py 7.4.6.1693 The Fixer 0.2.36.00 Sat Apr 2 14:33:44 2022
Scith13
2022-04-02 20:36:35 +0000 UTC[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/scripts/locations/school/school_events/school_soccer/school_soccer_play_events.rpy", line 24, in script call call school_field_soccer_play_start_picker from _call_school_field_soccer_play_start_picker_1 File "game/scripts/locations/school/school_events/school_soccer/school_soccer_play_events.rpy", line 109, in script $ rand_choice = WeightedChoice([ File "game/scripts/locations/school/school_events/school_soccer/school_soccer_play_events.rpy", line 115, in ("school_field_soccer_play_allure_6", If (c.ass and school_soccer_pick_boy("asex"), 100,0)), File "game/scripts/locations/school/school_functions/school_functions.rpy", line 198, in school_soccer_pick_boy tempname2 = renpy.random.choice(namelist) IndexError: list index out of range -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/scripts/locations/school/school_events/school_soccer/school_soccer_play_events.rpy", line 24, in script call call school_field_soccer_play_start_picker from _call_school_field_soccer_play_start_picker_1 File "game/scripts/locations/school/school_events/school_soccer/school_soccer_play_events.rpy", line 109, in script $ rand_choice = WeightedChoice([ File "renpy/ast.py", line 922, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2218, in py_exec_bytecode exec(bytecode, globals, locals) File "game/scripts/locations/school/school_events/school_soccer/school_soccer_play_events.rpy", line 115, in ("school_field_soccer_play_allure_6", If (c.ass and school_soccer_pick_boy("asex"), 100,0)), File "game/scripts/locations/school/school_functions/school_functions.rpy", line 198, in school_soccer_pick_boy tempname2 = renpy.random.choice(namelist) File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/random.py", line 277, in choice File "renpy/python.py", line 992, in __getitem__ rv = list.__getitem__(self, index) IndexError: list index out of range Windows-10-10.0.19041 Ren'Py 7.4.6.1693 The Fixer 0.2.36.00 Fri Apr 1 23:44:24 2022 [/code]
Shadowthemad
2022-04-02 03:45:19 +0000 UTC``` I'm sorry, but an uncaught exception occurred. While running game code: File "game/scripts/locations/school/school_classes/school_class_lunch/school_class_lunch_picker.rpy", line 91, in script jump expression rand_choice ScriptError: could not find label 'school_class_lunch_svet_14'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/scripts/locations/school/school_classes/school_class_lunch/school_class_lunch_picker.rpy", line 91, in script jump expression rand_choice File "renpy/ast.py", line 1751, in execute rv = renpy.game.script.lookup(target) File "renpy/script.py", line 918, in lookup raise ScriptError("could not find label '%s'." % str(original)) ScriptError: could not find label 'school_class_lunch_svet_14'. Windows-10-10.0.19041 Ren'Py 7.4.6.1693 The Fixer 0.2.36.00 Fri Apr 1 22:29:05 2022 ```
Shadowthemad
2022-04-02 02:30:42 +0000 UTCjust ran through 2.35.45 last night. I don't know if it was a bug or not, but I was stuck on dance event 11, it would not progress to event 12 without me using the cheat. All that happened was getting on the bus, dancing in the park, and then everyone went home. Was something else supposed to happen similar to the Dani event? Just trying to figure out why it wouldn't progress to event 12 by itself, figured something else was supposed to happen in event 11 or something. Also, got to see the spit roast event with the soccer boys, but sammy's hair did not show properly in the image, like, she was bald. i should have took a screenshot, if i can get that scene to repeat ill make sure to screenshot it and PM you. If these are already fixed in 0.2.36.00, sorry for the wasted comment.
Soul
2022-04-02 00:42:57 +0000 UTCI'm sorry, but an uncaught exception occurred. While running game code: File "game/scripts/locations/school/school_events/school_soccer/school_soccer_hangout_events.rpy", line 8, in script if school_soccer_dare_should_undress(): File "game/scripts/locations/school/school_events/school_soccer/school_soccer_hangout_events.rpy", line 8, in if school_soccer_dare_should_undress(): File "game/scripts/locations/school/school_functions/school_functions.rpy", line 166, in school_soccer_dare_should_undress pc_stripease_outer() NameError: global name 'pc_stripease_outer' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/scripts/locations/school/school_events/school_soccer/school_soccer_hangout_events.rpy", line 8, in script if school_soccer_dare_should_undress(): File "renpy/ast.py", line 1892, in execute if renpy.python.py_eval(condition): File "renpy/python.py", line 2249, in py_eval return py_eval_bytecode(code, globals, locals) File "renpy/python.py", line 2242, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/scripts/locations/school/school_events/school_soccer/school_soccer_hangout_events.rpy", line 8, in if school_soccer_dare_should_undress(): File "game/scripts/locations/school/school_functions/school_functions.rpy", line 166, in school_soccer_dare_should_undress pc_stripease_outer() NameError: global name 'pc_stripease_outer' is not defined Windows-10-10.0.19041 Ren'Py 7.4.6.1693 The Fixer 0.2.36.00 Fri Apr 1 13:14:59 2022
2022-04-01 18:15:45 +0000 UTCThe same but with some bugs fixed.
Sam Tail
2022-04-01 10:43:04 +0000 UTCThanks for the update. Stupid question here -- yesterday I downloaded the 2.35.45 one and ran it through Dance Event 12. Does this one have more content after that one or is this update about the same? Thanks again!
Mena R.
2022-04-01 10:41:39 +0000 UTCall sounds good keep up the good work ,still loving the game, and I appreciate the effort you are putting in to it .
william wofford
2022-04-01 09:59:00 +0000 UTC