Difference between revisions of "Version history"

From Summertime Saga Wiki
Jump to: navigation, search
m
(Change the date format to a more comprehensible format)
Line 8: Line 8:
  
 
== Update 0.18.5 ==
 
== Update 0.18.5 ==
=== Version 0.18.6 — 06/05/19 ===
+
=== Version 0.18.6 — Jun 5, 2019 ===
  
 
'''Bug fixes'''
 
'''Bug fixes'''
 
* Fixed Mia's and Erik's mailbox causing save files issues, and being overlayed on top of every subsequent screen
 
* Fixed Mia's and Erik's mailbox causing save files issues, and being overlayed on top of every subsequent screen
* Fixed Jenny watching you hack her computer. She's now also missing in action for the evening while you're in her hack computer quest.
+
* Fixed Jenny watching you hack her computer. She's now also missing in action for the evening while you're in her computer hacking quest.
* Restored getting caught scene when trying to hack during the morning
+
* Restored getting caught scene when trying to hack during the morning.
* Fixed inconsistencies and minor posing issues during movie theater introduction
+
* Fixed inconsistencies and minor posing issues during movie theater introduction.
* Fixed repeated and confusing dialogue when seeing a movie alone
+
* Fixed repeated and confusing dialogue when seeing a movie alone.
 
* Typos
 
* Typos
 
'''Known issue'''
 
'''Known issue'''
 
* Sleeping cutscene not displaying when falling asleep with Jenny (and possibly other instances)
 
* Sleeping cutscene not displaying when falling asleep with Jenny (and possibly other instances)
  
=== Version 0.18.5 — 06/04/19 ===
+
=== Version 0.18.5 — Jun 4, 2019 ===
  
 
'''New content'''
 
'''New content'''
* 3 new Jenny sex scenes in dining room, outdoor pool and bedroom at night
+
* 3 new Jenny sex scenes in dining room, outdoor pool and bedroom at night.
* You can now climb into Jenny's bed at night (this was removed in 0.18.0, and is coming back now)
+
* You can now climb into Jenny's bed at night (this was removed in 0.18.0, and is coming back now).
 
* You can now ask Jenny for some late night adult content watching. This will force her to catch you in the act on the couch.
 
* You can now ask Jenny for some late night adult content watching. This will force her to catch you in the act on the couch.
* Jenny has a little bit of extra content added to her, besides the new sex scenes, her story has been expanded to fit one new quest
+
* Jenny has a little bit of extra content added to her, besides the new sex scenes, her story has been expanded to fit one new quest.
 
* X‐rays have been added to all of Roxxy's, Becca's, Missy's and Jenny's content. X‐rays are triggered only when you cum inside the character.
 
* X‐rays have been added to all of Roxxy's, Becca's, Missy's and Jenny's content. X‐rays are triggered only when you cum inside the character.
* The daycare location is now unlocked once any character is in labour
+
* The daycare location is now unlocked once any character is in labour.
 
'''Codebase rework'''
 
'''Codebase rework'''
 
* Creator Defined Displayables have been implemented to replace the following existing art assets:
 
* Creator Defined Displayables have been implemented to replace the following existing art assets:
Line 35: Line 35:
 
** Menu dynamic buttons (optimising)
 
** Menu dynamic buttons (optimising)
 
** Most information popups (location unlocking, item acquiring/buying, etc.)
 
** Most information popups (location unlocking, item acquiring/buying, etc.)
** Those can now be translated directly
+
** Those can now be translated directly.
* Locations are now instantiated at init time instead of in a label called after loading/starting a game
+
* Locations are now instantiated at init time instead of in a label called after loading/starting a game.
** Any future change to the <code>Location</code> object will no longer break save compatibility
+
** Any future change to the <code>Location</code> object will no longer break save compatibility.
** Location state is now saved in the Player class
+
** Location state is now saved in the Player class.
* Time played (displayed in quit message) now uses built‐in timer which ignores time spent in menus
+
* Time played (displayed in quit message) now uses built‐in timer which ignores time spent in menus.
 
* The PregnancyManager API has changed:
 
* The PregnancyManager API has changed:
 
** Added <code>LocationSchedule</code> objects to the pregnancy managers, dictating where a character should be located at any point during their pregnancy. They are stored in a dictionary, with keys corresponding to each stage of the pregnancy:
 
** Added <code>LocationSchedule</code> objects to the pregnancy managers, dictating where a character should be located at any point during their pregnancy. They are stored in a dictionary, with keys corresponding to each stage of the pregnancy:
Line 47: Line 47:
 
*** <code>_labor</code>
 
*** <code>_labor</code>
 
*** <code>_baby_[girl/boy/twins]</code>
 
*** <code>_baby_[girl/boy/twins]</code>
** Added <code>state_actions</code> attribute to the pregnancy managers. This attribute allows you to trigger machine actions at various stages of the pregnancy
+
** Added <code>state_actions</code> attribute to the pregnancy managers. This attribute allows you to trigger machine actions at various stages of the pregnancy.
 
** Use the <code>add_action</code> method of the PregnancyManager class to set up. It takes three arguments:
 
** Use the <code>add_action</code> method of the PregnancyManager class to set up. It takes three arguments:
*** <code>key</code> (either <code>first</code> or <code>repeat</code> depending if you only want to execute the actions the first time or not)
+
*** <code>key</code> (either <code>first</code> or <code>repeat</code> depending if you only want to execute the actions the first time or not).
*** <code>stage</code> (integer that represents the stage of the pregnancy to trigger the action on. Stages increment for every week passed)
+
*** <code>stage</code> (integer that represents the stage of the pregnancy to trigger the action on. Stages increment for every week passed).
*** <code>actionslist</code>: a list of ''even'' length for the actions. Format is the same as for FSMs
+
*** <code>actionslist</code>: a list of ''even'' length for the actions. Format is the same as for FSMs.
** Actions are triggered right after the pregnancy manager switched its stage (i.e. at the beginning of the week)
+
** Actions are triggered right after the pregnancy manager switched its stage (i.e. at the beginning of the week).
 
** Actions are processed for the machine that has the same name as the pregnancy manager, a lookup is done on the <code>store.machines</code> hash table to get that information.
 
** Actions are processed for the machine that has the same name as the pregnancy manager, a lookup is done on the <code>store.machines</code> hash table to get that information.
 
* The State class has a new method <code>int add_delay(int amount=1)</code> to add delay to the state dynamically. Returns the current state's delay.
 
* The State class has a new method <code>int add_delay(int amount=1)</code> to add delay to the state dynamically. Returns the current state's delay.
 
'''Debug menu'''
 
'''Debug menu'''
* Added pregnancy button to every FSM in the debug menu
+
* Added pregnancy button to every FSM in the debug menu.
* Shows a screen that display debug info about the pregnancy
+
* Shows a screen that display debug info about the pregnancy.
* Allows incrementing manually the pregnancy, get a character pregnant and re‐init the pregnancy
+
* Allows incrementing manually the pregnancy, get a character pregnant and re‐init the pregnancy.
* Reinitializing the pregnancy can cause weird behaviours, and should be used with extreme care
+
* Reinitializing the pregnancy can cause weird behaviours, and should be used with extreme care.
* Persistent skip intro no longer forces cheat mode, enabling will skip first day regardless of mode
+
* Persistent skip intro no longer forces cheat mode, enabling will skip first day regardless of mode.
 
'''Other improvements'''
 
'''Other improvements'''
* Rebuilt GUI from scratch to be cleaner and more maintainable
+
* Rebuilt GUI from scratch to be cleaner and more maintainable.
 
* Name entry screen:
 
* Name entry screen:
** Uses the last name used as the default ("Anon" if first time playing)
+
** Uses the last name used as the default ("Anon" if first time playing).
** Does not save name until start is clicked (Back or {{key press|Esc}} cancels the change)
+
** Does not save name until start is clicked (Back or {{key press|Esc}} cancels the change).
** Will no longer allow an empty name
+
** Will no longer allow an empty name.
 
* Save screen:
 
* Save screen:
** Save game description can no longer be empty
+
** Save game description can no longer be empty.
** When saving over an occupied slot, the {{button|OK}} button will become a red {{button|Overwrite}} button
+
** When saving over an occupied slot, the {{button|OK}} button will become a red {{button|Overwrite}} button.
* Added "About" screen containing licensing information
+
* Added "About" screen containing licensing information.
* Right‐click (while in game) now opens the game menu (previously went direct to save menu)
+
* Right‐click (while in game) now opens the game menu (previously went direct to save menu).
* Change log is now browsable by version and has a visual scroll bar
+
* Change log is now browsable by version and has a visual scroll bar.
* {{button|Clear Persistent}} in settings now prompts for confirmation
+
* {{button|Clear Persistent}} in settings now prompts for confirmation.
* Added hover effect to save game thumbnails
+
* Added hover effect to save game thumbnails.
* Now possible to exit cookie jar scene early using the game menu, right‐click or {{key press|Esc}}, and {{button|End Replay}}
+
* Now possible to exit cookie jar scene early using the game menu, right‐click or {{key press|Esc}}, and {{button|End Replay}}.
* Added hints to impactful choices in Jenny's quest
+
* Added hints to impactful choices in Jenny's quest.
* Allowed access to previously locked action when repeating cheerleader scene
+
* Allowed access to previously locked action when repeating cheerleader scene.
* Added new environmental effects to Jenny's shower scenes, and made them consistent
+
* Added new environmental effects to Jenny's shower scenes, and made them consistent.
* Shop item popups are now done in code, and used everywhere possible
+
* Shop item popups are now done in code, and used everywhere possible.
* Item buying is now done exclusively with the BuyItem Action, which handles all the item buying logic, and shows the relevant popups
+
* Item buying is now done exclusively with the BuyItem Action, which handles all the item buying logic, and shows the relevant popups.
* Credits page now has visible scroll controls
+
* Credits page now has visible scroll controls.
* Added a popup notifying players of the serious consequences of pregnancy
+
* Added a popup notifying players of the serious consequences of pregnancy.
 
'''Bug fixes'''
 
'''Bug fixes'''
* Fixed Debbie's posing when talking to her when she's leaning on the counter
+
* Fixed Debbie's posing when talking to her when she's leaning on the counter.
* Fixed impregnation minigame happening even if a character is pregnant already
+
* Fixed impregnation minigame happening even if a character is pregnant already.
* Fixed being able to ask Clyde about the statue piece before learning his last name
+
* Fixed being able to ask Clyde about the statue piece before learning his last name.
* Fixed autosaving: saves will be made roughly every 200 clicks, and on quit
+
* Fixed autosaving: saves will be made roughly every 200 clicks, and on quit.
* Fixed art used when taking Birth Control Pills
+
* Fixed art used when taking Birth Control Pills.
* Fixed problems that could arise when inspecting items in the inventory
+
* Fixed problems that could arise when inspecting items in the inventory.
* Fixed issue that prevented some characters being correctly rendered on the credits screen
+
* Fixed issue that prevented some characters being correctly rendered on the credits screen.
* Fixed minor visual quirks with main menu animation
+
* Fixed minor visual quirks with main menu animation.
* Fixed being able to access the save menu when replaying a scene from the cookie jar
+
* Fixed being able to access the save menu when replaying a scene from the cookie jar.
* Fixed being able to access the save menu when on mode select screen (esc will return to main menu)
+
* Fixed being able to access the save menu when on mode select screen (esc will return to main menu).
* Prevented alpha warning at Mayor Rump's House from bleeding into subsequent scenes
+
* Prevented alpha warning at Mayor Rump's House from bleeding into subsequent scenes.
* Main menu music starts after (rather than during) the splash screen, as originally intended
+
* Main menu music starts after (rather than during) the splash screen, as originally intended.
* Use correct background when spying on Jenny in shower
+
* Use correct background when spying on Jenny in shower.
* Fixed Diane being nowhere to be found when pregnant
+
* Fixed Diane being nowhere to be found when pregnant.
* Fixed floating pills chests in Dr. Priya Singh's laboratory
+
* Fixed floating pills chests in Dr. Priya Singh's laboratory.
* Fixed entering main character's bedroom triggering the bad guys event in Debbie's story
+
* Fixed entering main character's bedroom triggering the bad guys event in Debbie's story.
* Fixed BuyItem action not showing item popups
+
* Fixed BuyItem action not showing item popups.
 
* Fixed being able to buy the Pink Cyclone Mask in advance, effectively wasting your money. The item will become available when needed.
 
* Fixed being able to buy the Pink Cyclone Mask in advance, effectively wasting your money. The item will become available when needed.
* Fixed Dexter's library book's dialogue staying well after the associated Ms. Bissette quest
+
* Fixed Dexter's library book's dialogue staying well after the associated Ms. Bissette quest.
* Fixed issue where Consum-R could grant random cash to player
+
* Fixed issue where Consum-R could grant random cash to player.
* Limited the fetch Diane a drink quest progression to day time
+
* Limited the fetch Diane a drink quest progression to day time.
* Removed dialogue repetition when speaking to Annie in her house
+
* Removed dialogue repetition when speaking to Annie in her house.
* Fixed issue Master Blaster Controller acquisition dialogue in the Treehouse
+
* Fixed issue Master Blaster Controller acquisition dialogue in the treehouse.
* Added missing art and updated posing for Diane's "How's the baby?" dialogues
+
* Added missing art and updated posing for Diane's "How's the baby?" dialogues.
* Miscellaneous posing errors with Jenny and the main character have been fixed
+
* Miscellaneous posing errors with Jenny and the main character have been fixed.
* Fixed "Roxxy" dialogue option appearing when Jenny is by the pool or in the dining room, causing posing issues
+
* Fixed "Roxxy" dialogue option appearing when Jenny is by the pool or in the dining room, causing posing issues.
* Added a delay to <code>S_diane_dinner</code> from <code>M_diane</code> if <code>M_debbie</code> is in state <code>S_debbie_diane_visit</code> to avoid conflicts
+
* Added a delay to <code>S_diane_dinner</code> from <code>M_diane</code> if <code>M_debbie</code> is in state <code>S_debbie_diane_visit</code> to avoid conflicts.
* Fixed a dialogue repeating indefinitely by opening and closing Jenny's nightstand when figuring out her computer's password
+
* Fixed a dialogue repeating indefinitely by opening and closing Jenny's nightstand when figuring out her computer's password.
  
 
== Update 0.18.0 ==
 
== Update 0.18.0 ==
  
=== Version 0.18.2 — 05/04/19 ===
+
=== Version 0.18.2 — May 4, 2019 ===
  
 
'''Codebase rework'''
 
'''Codebase rework'''
* Cheat option now maxes out your stats on startup
+
* Cheat option now maxes out your stats on startup.
* If you have taken Birth Control Pills, the impregnation minigame will be skipped
+
* If you have taken Birth Control Pills, the impregnation minigame will be skipped.
* In the cookie jar, the player's impregnation chance defaults to 0
+
* In the cookie jar, the player's impregnation chance defaults to 0.
 
'''Bug fixes'''
 
'''Bug fixes'''
* Fixed jerk off menu options not in a bold font
+
* Fixed jerk off menu options not in a bold font.
* Fixed pizza delivery minigame not paying out
+
* Fixed pizza delivery minigame not paying out.
* Fixed exception on entering the Treehouse at night
+
* Fixed exception on entering the Treehouse at night.
* Fixed missing trigger for bissette's storyline (Roxxy x Jenny cheerleader routine infinite loop)
+
* Fixed missing trigger for bissette's storyline (Roxxy x Jenny cheerleader routine infinite loop).
* Fixed exception when talking to Master Somrak about his panties obsession
+
* Fixed exception when talking to Master Somrak about his panties obsession.
* Fixed laptop button appearing when jenny has her laptop in bed
+
* Fixed laptop button appearing when jenny has her laptop in bed.
* Fixed Jenny dialogue option appearing too early
+
* Fixed Jenny dialogue option appearing too early.
* Fixed Jenny's photoshoot being in the wrong order
+
* Fixed Jenny's photoshoot being in the wrong order.
* Fixed time ticking during diane's delivery to Tony's Pizza
+
* Fixed time ticking during diane's delivery to Tony's Pizza.
* Fixed Jenny being in the shower and asking you to go to her room at the same time
+
* Fixed Jenny being in the shower and asking you to go to her room at the same time.
 
* Fixed Dexter's book not appearing. Go to the Basketball Court!
 
* Fixed Dexter's book not appearing. Go to the Basketball Court!
* Fixed mixup between Consum-R and Cosmic Cumic backgrounds on event day
+
* Fixed mixup between Consum-R and Cosmic Cumic backgrounds on event day.
* Fixed mall event finishing too early
+
* Fixed mall event finishing too early.
* Fixed mall event and rump event visual conflict
+
* Fixed mall event and rump event visual conflict.
* Fixed exception when seducing Ms. Ross
+
* Fixed exception when seducing Ms. Ross.
* Fixed rockin' up to Smith's house too early
+
* Fixed rockin' up to Principal Smith's house too early.
* Fixed third milk delivery reminder
+
* Fixed third milk delivery reminder.
* Fixed bank statement appearing in front of dialogue
+
* Fixed bank statement appearing in front of dialogue.
* Fixed RNG values for living room couch
+
* Fixed RNG values for living room couch.
* Fixed issue preventing buying of the Whip
+
* Fixed issue preventing buying of the Whip.
* Fixed Diane's cookie jar scenes erroring out
+
* Fixed Diane's cookie jar scenes erroring out.
* Fixed Diane's outfits
+
* Fixed Diane's outfits.
* Adjusted hint for Jenny's talk by the pool during J20
+
* Adjusted hint for Jenny's talk by the pool during J20.
* Fixed not being able to leave Crystal's button dialogue
+
* Fixed not being able to leave Crystal's button dialogue.
* Fixed exception if anyone but Jenny tried to birth twins
+
* Fixed exception if anyone but Jenny tried to birth twins.
 
'''Visual improvements'''
 
'''Visual improvements'''
* Laptop duplicate on Jenny's desk fixed
+
* Laptop duplicate on Jenny's desk fixed.
* Added more Jenny art in the shower scenes to match dialogue and improve quality
+
* Added more Jenny art in the shower scenes to match dialogue and improve quality.
* Fixed shower spying scenes so Jenny moves more
+
* Fixed shower spying scenes so Jenny moves more.
 
'''Other improvement'''
 
'''Other improvement'''
* Basic support for self‐voicing mode in some menus
+
* Basic support for self‐voicing mode in some menus.
  
=== Version 0.18.0 — 05/02/19 ===
+
=== Version 0.18.0 — May 2, 2019 ===
  
 
'''New features'''
 
'''New features'''
* New revamped Jenny's story
+
* New revamped Jenny's story.
 
* Once a week, you get a bank report in the mail. It will sum up the money you have saved and interest gained over the week.
 
* Once a week, you get a bank report in the mail. It will sum up the money you have saved and interest gained over the week.
* Birth Control Pills added to the game
+
* Birth Control Pills added to the game.
** Available at the end of the Priya side quest
+
** Available at the end of the Priya side quest.
** Will set your impregnation chance to 0
+
** Will set your impregnation chance to 0.
** Take Fertility Pills to increase your percentage back up (take 2 to get to 40% chance, which is the maximum)
+
** Taking Fertility Pills increases your percentage back up (take 2 to get to 40% chance, which is the maximum).
** Effect is permanent until Fertility Pills is taken
+
** Effect is permanent until Fertility Pills is taken.
* Added a ModManager static class to handle future mods of the game, with the possibility to enable/disable mods on the go
+
* Added a ModManager static class to handle future mods of the game, with the possibility to enable/disable mods on the go.
** Side note: once you start a game with a certain sets of mods enabled, you should not disable them if you want to keep using that save
+
** Side note: once you start a game with a certain sets of mods enabled, you should not disable them if you want to keep using that save.
* SayTextFilter class to handle multiple text filtering functions
+
* SayTextFilter class to handle multiple text filtering functions.
* Remapping of weightlifting minigame key (for now)
+
* Remapping of weightlifting minigame key (for now).
 
* Remapping is done with the <code>set_key</code> function. It takes the following arguments:
 
* Remapping is done with the <code>set_key</code> function. It takes the following arguments:
** <code>key_name</code> (only the string <code>key_str</code> is valid at the moment)
+
** <code>key_name</code> (only the string <code>key_str</code> is valid at the moment).
** <code>key_id</code> (use the pygame variable for the key you want)
+
** <code>key_id</code> (use the pygame variable for the key you want).
** Remapping is only viable for weightlifting minigame
+
** Remapping is only viable for weightlifting minigame.
** Remapping can only be done via the console
+
** Remapping can only be done via the console.
 
** Example: <code>set_key("key_str", pygame.K_p)</code>
 
** Example: <code>set_key("key_str", pygame.K_p)</code>
** Refer to https://www.pygame.org/docs/ref/key.html for key codes
+
** Refer to https://www.pygame.org/docs/ref/key.html for key codes.
 
* Hidden attic scenes
 
* Hidden attic scenes
 
'''Debug menu'''
 
'''Debug menu'''
 
* Added Items tab to the debug menu. It has a search field for items in the game and you can add/remove any item from a click.
 
* Added Items tab to the debug menu. It has a search field for items in the game and you can add/remove any item from a click.
* Added skipping forward day/week/month/year to debug menu
+
* Added skipping forward day/week/month/year to debug menu.
* Changed Locations screen to a draggable/scrollable area with all available locations
+
* Changed Locations screen to a draggable/scrollable area with all available locations.
* Added button to lock/unlock locations
+
* Added button to lock/unlock locations.
* Added button to move the player to said location
+
* Added button to move the player to said location.
* Added button to set the location's visited status
+
* Added button to set the location's visited status.
* Added button to set the locations's "can leave" status
+
* Added button to set the locations's "can leave" status.
* Changed Machines screen to a draggable/scrollable area with all available machines
+
* Changed Machines screen to a draggable/scrollable area with all available machines.
* Added button to advance the machine
+
* Added button to advance the machine.
* Added button to show the screen's variable
+
* Added button to show the screen's variable.
* Added screen for displaying said variables
+
* Added screen for displaying said variables.
 
* Added keyboard shortcut ({{key press|Shift|W}}) to show the debug menu. Only works when the user interface screen is showing, and the game is in dev mode.
 
* Added keyboard shortcut ({{key press|Shift|W}}) to show the debug menu. Only works when the user interface screen is showing, and the game is in dev mode.
* Added the option to skip the intro and the first day of the game
+
* Added the option to skip the intro and the first day of the game.
 
'''New locations'''
 
'''New locations'''
 
* Mayor Rump's House
 
* Mayor Rump's House
 
* Yacht
 
* Yacht
 
'''Codebase rework'''
 
'''Codebase rework'''
* Triggers are now in an init block as to not be saved in the save files
+
* Triggers are now in an init block as to not be saved in the save files.
* Added pickling methods to our custom objects
+
* Added pickling methods to our custom objects.
* Moved achievements and cellphone assets to their own folders
+
* Moved achievements and cellphone assets to their own folders.
 
* New screen actions implemented in:
 
* New screen actions implemented in:
 
** Annie's House
 
** Annie's House
 
** Beach
 
** Beach
 
* Rework of the music minigame. The notes highlight in red if you've missed them, and green if not.
 
* Rework of the music minigame. The notes highlight in red if you've missed them, and green if not.
** There is also sound effects and a counter of fails displayed
+
** There is also sound effects and a counter of fails displayed.
** At five fails or more, the minigame will "fail", and you'll have to retry
+
** At five fails or more, the minigame will "fail", and you'll have to retry.
 
** Sound effects are from Dogeek recording his guitar playing broken chords. You can use them however you want.
 
** Sound effects are from Dogeek recording his guitar playing broken chords. You can use them however you want.
 
'''Layered image rework'''
 
'''Layered image rework'''
Line 221: Line 221:
 
'''New sex scenes'''
 
'''New sex scenes'''
 
* Camshows improved and reworked
 
* Camshows improved and reworked
* Shower sex scene improved reworked
+
* Shower sex scene improved reworked
 
* Shower blowjob
 
* Shower blowjob
 
* Nighttime visit sex scene
 
* Nighttime visit sex scene
Line 228: Line 228:
 
'''Bug fixes'''
 
'''Bug fixes'''
 
* The map screen now shows the location you're going to on hovering that location. This is returning behavior that disappeared in the 0.16 update.
 
* The map screen now shows the location you're going to on hovering that location. This is returning behavior that disappeared in the 0.16 update.
* Fixed save resetting bug with the Mysterious Statue (Legs)
+
* Fixed save resetting bug with the Mysterious Statue (Legs).
* Fixed time spent playing namespace issue that caused it to be counted multiple times
+
* Fixed time spent playing namespace issue that caused it to be counted multiple times.
* Fixed exception that could happen when winning spin the bottle minigame with the main character
+
* Fixed exception that could happen when winning spin the bottle minigame with the main character.
* Fixed "Skip First Day" option in the debug menu to work with Jenny's FSM and skip the hallway dialogue
+
* Fixed "Skip First Day" option in the debug menu to work with Jenny's FSM and skip the hallway dialogue.
* Fixed daylight scene happening in the evening when Diane's Barn has been finished
+
* Fixed daylight scene happening in the evening when Diane's Barn has been finished.
* Fixed day/night backgrounds issues in Diane's Barn
+
* Fixed day/night backgrounds issues in Diane's Barn.
* Fixed overlap of milk item acquirement and Tony's Pizza unlock popups
+
* Fixed overlap of milk item acquirement and Tony's Pizza unlock popups.
* Fixed Machine variables not reloading properly in Clyde and Dogeek quest
+
* Fixed Machine variables not reloading properly in Clyde and Dogeek quest.
  
 
== Update 0.17.5 ==
 
== Update 0.17.5 ==
=== Version 0.17.5 — 12/16/18 ===
+
=== Version 0.17.5 — Dec 16, 2018 ===
  
 
'''New features'''
 
'''New features'''
* Earn interests weekly on your savings at the bank! Interest rate is 3%
+
* Earn interests weekly on your savings at the bank! Interest rate is 3%.
* Beach House price has been reduced to $5000
+
* Beach House price has been reduced to $5000.
* Santa riding the streets of Summerville
+
* Santa riding the streets of Summerville.
* Updated the cookie jar
+
* Updated the cookie jar.
* New quests and cutscenes
+
* New quests and cutscenes.
* New holiday decorations
+
* New holiday decorations.
* Cupid store interface improved with new items
+
* Cupid store interface improved with new items.
* Added time skipping functionality to all front yards (direct children of the map, including main character's bedroom)
+
* Added time skipping functionality to all front yards (direct children of the map, including main character's bedroom).
* 2 new achievements to unlock (they are secret achievements)
+
* 2 new achievements to unlock (they are secret achievements).
* Added a toggle for save locking (if you really want to load an earlier save file)
+
* Added a toggle for save locking (if you really want to load an earlier save file).
** This is on by default, which means it will prevent you from loading an earlier save
+
** This is on by default, which means it will prevent you from loading an earlier save.
** This has no menu option (that is intentional)
+
** This has no menu option (that is intentional).
** To disable savegame locking, set <code>persistent.enable_save_locking</code> to <code>False</code>
+
** To disable savegame locking, set <code>persistent.enable_save_locking</code> to <code>False</code>.
 
'''Codebase rework'''
 
'''Codebase rework'''
* New Martinez character art and rig
+
* New Martinez character art and rig.
* New Consuela character art and rig
+
* New Consuela character art and rig.
* Added label notification (enable from the debug menu - General) for debugging purposes
+
* Added label notification (enable from the debug menu - General) for debugging purposes.
* Added night version for the items Wood Planks, Scroll and Stick
+
* Added night version for the items Wood Planks, Scroll and Stick.
 
'''New characters'''
 
'''New characters'''
* Meet Consuela and Martinez at the Beach House on Thursdays
+
* Meet Consuela and Martinez at the Beach House on Thursdays.
* Remember that odd item from Diane's Barn? You should start investigating
+
* Remember that odd item from Diane's Barn? You should start investigating.
 
'''New sex scene'''
 
'''New sex scene'''
 
* One new sex scene (2 angles and animations)
 
* One new sex scene (2 angles and animations)
 
'''Bug fixes'''
 
'''Bug fixes'''
* Fixed save resetting when taking the Pregnax pills
+
* Fixed save resetting when taking the Pregnax pills.
* Fixed Diane being in the shed when entering for paint
+
* Fixed Diane being in the shed when entering for paint.
* Fixed being able to check the school's lockers at night
+
* Fixed being able to check the school's lockers at night.
* Pregnancies are now in sequence (and not in parallel). This is to still be able to see each character at the Clinic, even if they get pregnant on the same day
+
* Pregnancies are now in sequence (and not in parallel). This is to still be able to see each character at the Clinic, even if they get pregnant on the same day.
* Added missing lewd Diane closeup (drunk on her bed)
+
* Added missing lewd Diane closeup (drunk on her bed).
* Fixed being able to start the school milk delivery (Diane quest) on the weekend
+
* Fixed being able to start the school milk delivery (Diane quest) on the weekend.
* Fixed Tony meeting you for the first time twice
+
* Fixed Tony meeting you for the first time twice.
* Fixed "Debbie's sleeping" dialogue triggering when Debbie isn't in her room for one reason or another
+
* Fixed "Debbie's sleeping" dialogue triggering when Debbie isn't in her room.
* Fixed incorrect button usage during Diane's evening visit (in Diane's story, not Debbie's)
+
* Fixed incorrect button usage during Diane's evening visit (in Diane's story, not Debbie's).
* Fixed Raven Hill tree screen not hiding
+
* Fixed Raven Hill tree screen not hiding.
* Fixed Diane's outfit being the wrong one during the pie quest
+
* Fixed Diane's outfit being the wrong one during the pie quest.
* Fixed Day 0 sleep issue
+
* Fixed Day 0 sleep issue.
* Fixed being able to exit the Stolen Goods screen without taking the key
+
* Fixed being able to exit the Stolen Goods screen without taking the key.
* Fixed daytime scene on using the workshop in the Home garage when it's nighttime
+
* Fixed daytime scene on using the workshop in the Home garage when it's nighttime.
 
* Fixed time going back one tick if saving right after manually ticking time on the map/bedroom/etc.
 
* Fixed time going back one tick if saving right after manually ticking time on the map/bedroom/etc.
* Fixed a bug that would trigger a night scene during daytime when entering the bedroom after watching a movie with Debbie for the second time
+
* Fixed a bug that would trigger a night scene during daytime when entering the bedroom after watching a movie with Debbie for the second time.
* Fixed a bug which caused Mia to lock you out of your sleep
+
* Fixed a bug which caused Mia to lock you out of your sleep.
* Fixed a bug that caused Diane to never see you jack it
+
* Fixed a bug that caused Diane to never see you jack it.
* Fixed an issue that caused Debbie to be forever naked by the pool, if you slept before bringing her a towel
+
* Fixed an issue that caused Debbie to be forever naked by the pool, if you slept before bringing her a towel.
* Fixed being able to craft the Sticky Tape for Ms. Dewitt at nighttime
+
* Fixed being able to craft the Sticky Tape for Ms. Dewitt at nighttime.
 
* Fixed <code>game.timer.image()</code> function. It now displays images correctly regardless of period (Christmas, Halloween, etc.), time of day and extra information.
 
* Fixed <code>game.timer.image()</code> function. It now displays images correctly regardless of period (Christmas, Halloween, etc.), time of day and extra information.
  
 
== Update 0.17.0 ==
 
== Update 0.17.0 ==
=== Version 0.17.1 — 11/29/18 ===
+
=== Version 0.17.1 — Nov 29, 2018 ===
  
 
'''New features'''
 
'''New features'''
 
* Added the choice of vehicle to use in pizza delivery minigame. A more extensive rework of that minigame is planned for the 0.20 update.
 
* Added the choice of vehicle to use in pizza delivery minigame. A more extensive rework of that minigame is planned for the 0.20 update.
* Added a button to clear persistent data on the main menu
+
* Added a button to clear persistent data on the main menu.
 
* Added a text for Android users that entice to use the SwiftKey keyboard for an optimal experience. Click it to dismiss it.
 
* Added a text for Android users that entice to use the SwiftKey keyboard for an optimal experience. Click it to dismiss it.
 
'''Codebase rework'''
 
'''Codebase rework'''
* Added Vector2 class for future usage in minigames and other purposes
+
* Added Vector2 class for future usage in minigames and other purposes.
 
'''Bug fixes'''
 
'''Bug fixes'''
* Fixed impregnation minigame crash, and adjusted the chance of getting a character pregnant
+
* Fixed impregnation minigame crash, and adjusted the chance of getting a character pregnant.
* Added win/fail backgrounds to impregnation minigame
+
* Added win/fail backgrounds to impregnation minigame.
* Fixed exception due to invalid pose on diane's cookie jar scene 5
+
* Fixed exception due to invalid pose on diane's cookie jar scene 5.
* Fixed exception on launch related to player not being defined
+
* Fixed exception on launch related to player not being defined.
* Fixed Erik resetting on load/save
+
* Fixed Erik resetting on load/save.
* Fixed time not ticking after breed sex if not milking Diane
+
* Fixed time not ticking after breed sex if not milking Diane.
* Fixed wrapping of words on the cellphone goal tracker
+
* Fixed wrapping of words on the cellphone goal tracker.
* Removed keybinds for Ren'Py voice narrator
+
* Removed keybinds for Ren'Py voice narrator.
* Fixed diane ghost trigger on pie scene
+
* Fixed diane ghost trigger on pie scene.
* Fixed bug <code>location_training</code> being undefined
+
* Fixed bug <code>location_training</code> being undefined.
* Removed ability to save in autosave slots
+
* Removed ability to save in autosave slots.
** If default formatting was used in the save description, update when overwriting the save
+
** If default formatting was used in the save description, update when overwriting the save.
* Fixed overwriting saves losing data bug
+
* Fixed overwriting saves losing data bug.
* Fixed missing arm in breakfast scene
+
* Fixed missing arm in breakfast scene.
* Fixed AnimatedImages sometimes not being animated properly
+
* Fixed AnimatedImages sometimes not being animated properly.
* Fixed player not being bumped to map when talking to Aqua
+
* Fixed player not being bumped to map when talking to Aqua.
* Fixed incorrect <code>call_screen</code> at night when in Aqua's Lair
+
* Fixed incorrect <code>call_screen</code> at night when in Aqua's Lair.
* Fixed Report Card not updating
+
* Fixed Report Card not updating.
 
** Dating list was not bugged. Its behavior is intended although inconsistent for characters without a story.
 
** Dating list was not bugged. Its behavior is intended although inconsistent for characters without a story.
* Fixed Diane's shirt dissappearing when talking to Richard
+
* Fixed Diane's shirt dissappearing when talking to Richard.
* Fixed Diane switching clothes for a kiss in the Barn
+
* Fixed Diane switching clothes for a kiss in the Barn.
* Fixed Veronica dissappearing when talking about Chicken Stock
+
* Fixed Veronica dissappearing when talking about Chicken Stock.
* Fixed Diane's arm misalignment when in her bra and panties
+
* Fixed Diane's arm misalignment when in her bra and panties.
* Fixed AR Device overlay misaligned on player's face
+
* Fixed AR Device overlay misaligned on player's face.
* Fixed Debbie disappearing from Cupid
+
* Fixed Debbie disappearing from Cupid.
* Removed "Carpenter" option from Diane's button dialogues pointing to missing labels
+
* Removed "Carpenter" option from Diane's button dialogues pointing to missing labels.
  
=== Version 0.17.0 — 11/23/18 ===
+
=== Version 0.17.0 — Nov 23, 2018 ===
  
 
'''New locations'''
 
'''New locations'''
Line 345: Line 345:
 
* Missed note auditive cue for music minigame
 
* Missed note auditive cue for music minigame
 
'''Codebase rework'''
 
'''Codebase rework'''
* Removed Diane's old code
+
* Removed Diane's old code.
 
'''Bug fixes'''
 
'''Bug fixes'''
* Fixed Mia not appearing at the Library
+
* Fixed Mia not appearing at the Library.
* Fixed crash on achievements list
+
* Fixed crash on achievements list.
* Fixed long load time issues caused by Ren'Py 7
+
* Fixed long load time issues caused by Ren'Py 7.
* Fixed a bug which would prevent getting the glasses for Ms. Okita from Judith if you asked her to be somewhere else (same bug occured on Mia with Ms. Bissette)
+
* Fixed a bug which would prevent getting the glasses for Ms. Okita from Judith if you asked her to be somewhere else (same bug occured on Mia with Ms. Bissette).
  
 
== Update 0.16.0 ==
 
== Update 0.16.0 ==
=== Version 0.16.1 — 07/31/18 ===
+
=== Version 0.16.1 — Jul 31, 2018 ===
  
 
'''Bug fixes'''
 
'''Bug fixes'''
* Multiple dialogue and posing improvements for a more consistent experience
+
* Multiple dialogue and posing improvements for a more consistent experience.
* Fixed car dealership crash
+
* Fixed car dealership crash.
* Fixed cat in graveyard crash
+
* Fixed cat in graveyard crash.
* Fixed Ms. Okita's FSM resetting
+
* Fixed Ms. Okita's FSM resetting.
* Fixed labels not being called properly
+
* Fixed labels not being called properly.
* Fixed debug menu not being available on android by default, added renpy console shortcut
+
* Fixed debug menu not being available on android by default, added renpy console shortcut.
* Fixed Debbie's scenes, and not being able to sleep with her
+
* Fixed Debbie's scenes, and not being able to sleep with her.
* Sara's a bit more expressive
+
* Sara is a bit more expressive.
* Masturbate button when sleeping instead of a menu
+
* Masturbate button when sleeping instead of a menu.
* Fixed machine's unforce method (no more crashes due to missing keys)
+
* Fixed machine's unforce method (no more crashes due to missing keys).
* Fixed main character's hand holding photo closeup
+
* Fixed main character's hand holding photo closeup.
* Fixed popup for Principal Smith's House
+
* Fixed popup for Principal Smith's House.
* Fixed infinite buyer stuff for Clyde's drug deal
+
* Fixed infinite buyer stuff for Clyde's drug deal.
* Adjusted animation speed of Roxxy's sex scenes
+
* Adjusted animation speed of Roxxy's sex scenes.
* Changed Roxxy sex variables from bool to int
+
* Changed Roxxy sex variables from bool to int.
* Fixed pizza delivery minigame double click
+
* Fixed pizza delivery minigame double click.
* Fixed bad guys driveby triggering on wrong place
+
* Fixed bad guys driveby triggering on wrong place.
* Fixed Ms. Bissette's scene out of order
+
* Fixed Ms. Bissette's scene out of order.
* Pom‐poms lollipop softlocks removed
+
* Pom‐poms lollipop softlocks removed.
* Fixed rain visual effects not being applied properly during Roxxy romance in the rain
+
* Fixed rain visual effects not being applied properly during Roxxy romance in the rain.
* Fixed location forcing taking on previous force in unwanted day times
+
* Fixed location forcing taking on previous force in unwanted day times.
* Roxxy's trophy now appears in her bedroom after the contest
+
* Roxxy's trophy now appears in her bedroom after the contest.
* Fixed Roxxy scenes playing repeatable dialogues instead of initial
+
* Fixed Roxxy scenes playing repeatable dialogues instead of initial.
* Fixed basketball minigame conditionals for after scenes
+
* Fixed basketball minigame conditionals for after scenes.
* Fixed faceplant art not showing at end of push-ups minigame
+
* Fixed faceplant art not showing at end of push-ups minigame.
* Added hard pause at end of push-ups minigame to prevent skipping
+
* Added hard pause at end of push-ups minigame to prevent skipping.
  
=== Version 0.16.0 — 07/26/18 ===
+
=== Version 0.16.0 — Jul 26, 2018 ===
  
 
'''New locations'''
 
'''New locations'''
Line 397: Line 397:
 
'''Minigames'''
 
'''Minigames'''
 
* Shooting range
 
* Shooting range
* Dexter Fight
+
* Dexter fight
 
* Basketball
 
* Basketball
 
* Spin the bottle
 
* Spin the bottle
 
* Pizza delivery minigame has been reworked to allow you to upgrade your vehicle
 
* Pizza delivery minigame has been reworked to allow you to upgrade your vehicle
* All the minigames (but the Rap Battle and Strip Poker) have been reworked and improved for consistency with the new coding style
+
* All the minigames (but the Rap Battle and Strip Poker) have been reworked and improved for consistency with the new coding style.
 
* Cellphone minigame
 
* Cellphone minigame
 
'''New sex scenes'''
 
'''New sex scenes'''
Line 411: Line 411:
 
* Missy
 
* Missy
 
'''New dialogues'''
 
'''New dialogues'''
* Roxxy's introduction has been reworked
+
* Roxxy's introduction has been reworked.
 
* A character has made his appearance at the pier!
 
* A character has made his appearance at the pier!
* Roxxy, Becca, Missy and Dexter new dialogues
+
* Roxxy, Becca, Missy and Dexter new dialogues.
* Kim is plotting his dominion at Saga Dealership
+
* Kim is plotting his dominion at Saga Dealership.
 
'''New features'''
 
'''New features'''
 
* The game now saves automatically on location changes. It needs more polishing, but you can enable/disable it in settings.
 
* The game now saves automatically on location changes. It needs more polishing, but you can enable/disable it in settings.
* Achievements: you can now track your progress with meaningless achievements that will be logged in your phone
+
* Achievements: you can now track your progress with meaningless achievements that will be logged in your phone.
* Goal tracker: You can check the progress with major characters with the cellphone goal tracker
+
* Goal tracker: You can check the progress with major characters with the cellphone goal tracker.
* Battery icon on cellphone updates with the time of the day
+
* Battery icon on cellphone updates with the time of the day.
* Android users get mod support
+
* Android users get mod support.
* New setting for people who'd like the latest dialogues for Admiral Sploosh
+
* New setting for people who'd like the latest dialogues for Admiral Sploosh.
* You can now sleep in the beach house once purchased
+
* You can now sleep in the beach house once purchased.
* New bed jerk scene with Roxxy
+
* New bed jerk scene with Roxxy.
 
'''Codebase rework'''
 
'''Codebase rework'''
* New Location system has been implemented
+
* New Location system has been implemented.
* FSMs are now used to get the location of a character
+
* FSMs are now used to get the location of a character.
* New Game class to remove even more global variables, has been partially implemented
+
* New Game class to remove even more global variables, has been partially implemented.
* Separated dialog from the logic
+
* Separated dialog from the logic.
* Reworked the cellphone with a comeback for the quest log that is not quite functionnal yet
+
* Reworked the cellphone with a comeback for the quest log that is not quite functionnal yet.
* Cassie has been moved to an FSM
+
* Cassie has been moved to an FSM.
* Anna has been moved to an FSM
+
* Anna has been moved to an FSM.
* Tony has been moved to an FSM
+
* Tony has been moved to an FSM.
* Latinas have been moved to an FSM as well
+
* Latinas have been moved to an FSM.
* A debug menu has been integrated to the game to serve as console replacement for Android
+
* A debug menu has been integrated to the game to serve as console replacement for Android.
 
'''Bug fixes'''
 
'''Bug fixes'''
* Fixed Teddy bear in Mia's bedroom's background to be daytime when it was night
+
* Fixed teddy bear in Mia's bedroom's background to be daytime when it was night.
* All softlocks should be resolved
+
* All softlocks should be resolved.
* School chatter sound at night fixed
+
* School chatter sound at night fixed.
* Save resetting fixed
+
* Save resetting fixed.
* Art asset touchups
+
* Art asset touch‐ups
 
* Typos
 
* Typos
  
 
== Update 0.15.0 ==
 
== Update 0.15.0 ==
=== Version 0.15.3 — 04/17/18 ===
+
=== Version 0.15.3 — Apr 17, 2018 ===
  
 
'''Bug fixes'''
 
'''Bug fixes'''
* Fixed Diane's shovel check being inverted
+
* Fixed Diane's shovel check being inverted.
* Fixed mia reffering to the old homework instead of the new dictionary quest
+
* Fixed mia reffering to the old homework instead of the new dictionary quest.
* Fixed Jenny stealing more money from you than you have when you buy her panties
+
* Fixed Jenny stealing more money from you than you have when you buy her panties.
* Fixed Ms. Okita's goggles giving an error due to her period
+
* Fixed Ms. Okita's goggles giving an error due to her period.
* Fixed the attic key not being taken when you try to take it
+
* Fixed the attic key not being taken when you try to take it.
* Fixed paying Jenny to help convince Roxxy not actually taking money
+
* Fixed paying Jenny to help convince Roxxy not actually taking money.
* Fixed Keycode item giving an error when looking at it from the inventory
+
* Fixed Keycode item giving an error when looking at it from the inventory.
  
=== Version 0.15.2 — 04/16/18 ===
+
=== Version 0.15.2 — Apr 16, 2018 ===
  
 
'''Bug fixes'''
 
'''Bug fixes'''
* Fixed Erik sneak into school block when there are no ticks left
+
* Fixed Erik sneak into school block when there are no ticks left.
* Fixed not being able to ask Debbie where to get paint if you have paint already
+
* Fixed not being able to ask Debbie where to get paint if you have paint already.
* Fixed the magazine items to show how many you have completed already
+
* Fixed the magazine items to show how many you have completed already.
* Fixed the robed dialogue appearing during the day instead of during the sneak mission
+
* Fixed the robed dialogue appearing during the day instead of during the sneak mission.
* Added a dialogue for Ms. Ross at the end of her story while in the classroom
+
* Added a dialogue for Ms. Ross at the end of her story while in the classroom.
* Added a hint to the librarian for the poem book quest
+
* Added a hint to the librarian for the poem book quest.
* Fixed invisa‐woman
+
* Fixed invisa‐woman.
* Added a reminder to get the shovel before you can work in the garden
+
* Added a reminder to get the shovel before you can work in the garden.
* Added a skip option to the music minigame if you fail three times
+
* Added a skip option to the music minigame if you fail three times.
* Fixed an error in the science minigame if you clicked a fourth ingredient before it could finish
+
* Fixed an error in the science minigame if you clicked a fourth ingredient before it could finish.
* Added dialogue for Coach Bridget when she is in her office
+
* Added dialogue for Coach Bridget when she is in her office.
* Fixed Jenny's panties not being added to the inventory even when paid for (rip‐off Jenny)
+
* Fixed Jenny's panties not being added to the inventory even when paid for (rip‐off Jenny).
  
=== Version 0.15.1 — 04/15/18 ===
+
=== Version 0.15.1 — Apr 15, 2018 ===
  
 
'''Bug fixes'''
 
'''Bug fixes'''
* Fixed a retarded Mac save crash
+
* Fixed a retarded Mac save crash.
* Fixed the stupid beachhouse popup not going away
+
* Fixed the stupid beachhouse popup not going away.
* Fixed day images showing at night in the school
+
* Fixed day images showing at night in the school.
  
=== Version 0.15.0 — 04/15/18 ===
+
=== Version 0.15.0 — Apr 15, 2018 ===
  
 
'''New locations'''
 
'''New locations'''
* School: Right Hallway, Assembly Hall, Coach Bridget's Office, student's lockers
+
* School: right hallway, assembly hall, Coach Bridget's office, student's lockers
* Map: Beach House
+
* Map: Beach house
* Forest: Waterfall, Cave
+
* Forest: waterfall, cave
* Front yards: Church, Library, Gym
+
* Church: front yard
 +
* Library: front yard
 +
* Gym: front yard
 
'''Main menu & User interface'''
 
'''Main menu & User interface'''
* Cookie jar feature: allows players to unlock, collect and replay all sex scenes
+
* Cookie jar feature: allows players to unlock, collect and replay all sex scenes.
* Quit confirmation showing time spent in‐game playing
+
* Quit confirmation showing time spent in‐game playing.
* Menu and in‐game cloud animations appear earlier
+
* Menu and in‐game cloud animations appear earlier.
* Removed goal tracker temporarily
+
* Removed goal tracker temporarily.
 
'''New character events'''
 
'''New character events'''
 
* French teacher
 
* French teacher
Line 506: Line 508:
 
* 1 animated and 1 sex scenes for Ms. Bissette
 
* 1 animated and 1 sex scenes for Ms. Bissette
 
* 1 animated and 2 sex scenes for Ms. Ross
 
* 1 animated and 2 sex scenes for Ms. Ross
* Annie, Roxxy, Eve and Judith have gotten some scenes of love
+
* Annie, Roxxy, Eve and Judith have gotten some love scenes
 
'''New dialogues'''
 
'''New dialogues'''
 
* School introduction rework
 
* School introduction rework
 
* Randomized school public announcements
 
* Randomized school public announcements
* Some characters have had their dialogues modified due to Patreon guidelines (boo!)
+
* Some characters have had their dialogues modified due to Patreon guidelines. (boo!)
 
'''Codebase rework'''
 
'''Codebase rework'''
* New location system, that will be implemented in the near future
+
* New location system, that will be implemented in the near future.
* New method for doing minigames, and old minigames being redone with this method. (it will fix the timer bars being faster/slower depending on device specs)
+
* New method for doing minigames, and old minigames being redone with this method. (it will fix the timer bars being faster/slower depending on device specs).
* New item management solution, in order to fix save file compatibility issues
+
* New item management solution, in order to fix save file compatibility issues.
 
* Some old characters have been moved to the new FSM (Functional State Machine) flow. Begone, deprecated events system!
 
* Some old characters have been moved to the new FSM (Functional State Machine) flow. Begone, deprecated events system!
* General cleanup of the codebase. Removing old unused variables and working towards a more object‐oriented codebase
+
* General cleanup of the codebase. Removing old unused variables and working towards a more object‐oriented codebase.
* Reworking the overall structure of the codebase, to allow more efficient work, and less merge conflicts
+
* Reworking the overall structure of the codebase, to allow more efficient work, and less merge conflicts.
* Ability to add descriptions to your saved games
+
* Ability to add descriptions to your saved games.
 
'''Bug fixes'''
 
'''Bug fixes'''
* Fixed Judith texting you constantly
+
* Fixed Judith texting you constantly.
* Fixed minigame timer bars behaving inconsistently across different devices due to specifications
+
* Fixed minigame timer bars behaving inconsistently across different devices due to specifications.
  
 
== Update 0.14.5 ==
 
== Update 0.14.5 ==
=== Version 0.14.5.2 — 12/20/17 ===
+
=== Version 0.14.5.2 — Dec 20, 2017 ===
  
 
* Bug fixes
 
* Bug fixes
  
=== Version 0.14.5.1 — 12/19/17 ===
+
=== Version 0.14.5.1 — Dec 19, 2017 ===
  
 
* Bug fixes
 
* Bug fixes
  
=== Version 0.14.5 — 12/19/17 ===
+
=== Version 0.14.5 — Dec 19, 2017 ===
  
* Reworked and improved one of the home character story
+
* Reworked and improved one of the home character story.
* Added new events, quests, cutscenes and dialogues to her story
+
* Added new events, quests, cutscenes and dialogues to her story.
* Multiple new sex scene options open up once reaching the end of her story
+
* Multiple new sex scene options open up once reaching the end of her story.
* 6 new home sex scenes
+
* 6 new home sex scenes.
* 1 new Aqua sex scene and quest
+
* 1 new Aqua sex scene and quest.
* 1 reworked sex scene (basement on washing machine)
+
* 1 reworked sex scene (basement on washing machine).
* New ability to sleep and rest in other bedrooms
+
* New ability to sleep and rest in other bedrooms.
* New ability to fap in your own bed once you go far enough with a character
+
* New ability to fap in your own bed once you go far enough with a character.
* Extended the mall to a 2nd floor and has a new store
+
* Extended the mall to a 2nd floor and has a new store.
* New minor character in mall store
+
* New minor character in mall store.
* New minor character from the car dealership
+
* New minor character from the car dealership.
* New location (Warehouse) but no accessible interior, yet
+
* New location (Warehouse) but no accessible interior, yet.
* Reworked and improved telescope interface
+
* Reworked and improved telescope interface.
* Reworked and improved backpack interface
+
* Reworked and improved backpack interface.
* Notification on user interface bar when new quests and messages are received
+
* Notification on user interface bar when new quests and messages are received.
* New locations and added front yards to existing ones (Diane and library)
+
* New locations and added front yards to existing ones (Diane and library).
* New map location (Mayor Rump) but not accessible yet
+
* New map location (Mayor Rump) but not accessible yet.
 
* A new pet you can find in the town, and perhaps bring it home with you!
 
* A new pet you can find in the town, and perhaps bring it home with you!
* Moved the basement valve for android users so it's easier to click
+
* Moved the basement valve for android users so it's easier to click.
* Fixed house numbers
+
* Fixed house numbers.
* Added popups where unfinished content was not stated
+
* Added popups where unfinished content was not stated.
* CineSaga theater now has people in it
+
* CineSaga theater now has people in it.
* Some houses are now lit on the evening map
+
* Some houses are now lit on the evening map.
* Fixed inconsistencies with Mia's story dialogue
+
* Fixed inconsistencies with Mia's story dialogue.
* Multiple visual improvements and fixes
+
* Multiple visual improvements and fixes.
* Multiple bug fixes (yes, that includes the shower loop)
+
* Multiple bug fixes (yes, that includes the shower loop).
* Home characters now have firstnames by default and can be renamed
+
* Home characters now have firstnames by default and can be renamed.
* Temporary extensive optimisation which should reduce the size of the game significantly (an even better method is planned for 0.15)
+
* Temporary extensive optimisation which should reduce the size of the game significantly (an even better method is planned for 0.15).
 
* Christmas themes!
 
* Christmas themes!
  
 
== Update 0.14.0 ==
 
== Update 0.14.0 ==
=== Version 0.14.3 — 11/01/17 ===
+
=== Version 0.14.3 — Nov 01, 2017 ===
  
 
* Halloween update
 
* Halloween update
  
=== Version 0.14.1 — 10/12/17 ===
+
=== Version 0.14.1 — Oct 12, 2017 ===
  
 
* Mia story/quest
 
* Mia story/quest
  
 
== Update 0.13.0 ==
 
== Update 0.13.0 ==
=== Version 0.13.1 — 08/22/17 ===
+
=== Version 0.13.1 — Aug 22, 2017 ===
  
* Fix door into Diane's House
+
* Fixed door into Diane's house.
* Fix telescope scene showing too soon
+
* Fixed telescope scene showing too soon.
* Fix issue where players get locked into house/garden when interrupting scene
+
* Fixed issue where players get locked into house/garden when interrupting scene.
* Fix issues with wrong location showing (eg save menu during branch choices)
+
* Fixed issues with wrong location showing (eg save menu during branch choices).
* Fix game crash with missing asset
+
* Fixed game crash with missing asset.
* Fix crash when in shower with Debbie
+
* Fixed crash when in shower with Debbie.
* Sound effects fixes
+
* Fixed sound effects.
* Add hints to Roxxy's shower scene
+
* Add hints to Roxxy's shower scene.
  
=== Version 0.13.0 — 08/18/17 ===
+
=== Version 0.13.0 — Aug 18, 2017 ===
  
 
* Erik and Mrs. Johnson story/quests
 
* Erik and Mrs. Johnson story/quests
Line 610: Line 612:
  
 
== Update 0.12.5 ==
 
== Update 0.12.5 ==
=== Version 0.12.7 — 26/06/17 ===
+
=== Version 0.12.7 — Jun 26, 2017 ===
  
 
'''Bug fixes'''
 
'''Bug fixes'''
 
* Strength minigame bug (experimental)
 
* Strength minigame bug (experimental)
 
* Jenny story block in cheat mode
 
* Jenny story block in cheat mode
* Locked inside school during Roxxy's scene if you visit Judith
+
* Locked inside school during Roxxy's scene if you visit Judith.
 
* Roxxy not available after her new scene
 
* Roxxy not available after her new scene
 
* Graveyard location block
 
* Graveyard location block
 
* Missing asset leading to error (Android build)
 
* Missing asset leading to error (Android build)
  
=== Version 0.12.6 — 25/06/17 ===
+
=== Version 0.12.6 — Jun 25, 2017 ===
  
 
* Bug fixes
 
* Bug fixes
  
=== Version 0.12.5 — 25/06/17 ===
+
=== Version 0.12.5 — Jun 25, 2017 ===
  
 
* Debbie story flow fixes
 
* Debbie story flow fixes
Line 645: Line 647:
  
 
== Update 0.12.0 ==
 
== Update 0.12.0 ==
=== Version 0.12.1 — 22/05/17 ===
+
=== Version 0.12.1 — May 22, 2017 ===
  
 
* Bug fixes
 
* Bug fixes
  
=== Version 0.12.0 — 21/05/17 ===
+
=== Version 0.12.0 — May 5, 2017 ===
  
 
* Jennie story + scenes and sex scenes
 
* Jennie story + scenes and sex scenes
Line 665: Line 667:
  
 
== Update 0.11.0 ==
 
== Update 0.11.0 ==
=== Version 0.11.0 — 09/03/17 ===
+
=== Version 0.11.0 — Mar 3, 2017 ===
  
 
* Debbie story, quests leading up to sex scenes
 
* Debbie story, quests leading up to sex scenes
Line 684: Line 686:
  
 
== Update 0.10.0 ==
 
== Update 0.10.0 ==
=== Version 0.10.0 — 01/23/17 ===
+
=== Version 0.10.0 — Jan 23, 2017 ===
  
 
* 1 new location
 
* 1 new location
Line 701: Line 703:
  
 
== Update 0.09.0 ==
 
== Update 0.09.0 ==
=== Version 0.09.0 — 12/05/16 ===
+
=== Version 0.09.0 — Dec 5, 2016 ===
  
 
* 7 new locations
 
* 7 new locations
Line 719: Line 721:
  
 
== Update 0.08.0 ==
 
== Update 0.08.0 ==
=== Version 0.08.0 — 11/05/16 ===
+
=== Version 0.08.0 — Nov 5, 2016 ===
  
 
* 3 new locations (7 backgrounds)
 
* 3 new locations (7 backgrounds)
Line 729: Line 731:
  
 
== Update 0.07.0 ==
 
== Update 0.07.0 ==
=== Version 0.07.0 — 10/17/16 ===   
+
=== Version 0.07.0 — Oct 17, 2016 ===   
  
 
* 12 new backgrounds (locations, sublocations and cutscenes)
 
* 12 new backgrounds (locations, sublocations and cutscenes)
Line 745: Line 747:
  
 
== Update 0.06.0 ==
 
== Update 0.06.0 ==
=== Version 0.06.0 — 09/26/16 ===
+
=== Version 0.06.0 — Sep 26, 2016 ===
  
 
* 1 new character (14 poses/facial expressions)
 
* 1 new character (14 poses/facial expressions)
Line 760: Line 762:
  
 
== Update 0.05.0 ==
 
== Update 0.05.0 ==
=== Version 0.05.0 — 09/19/16 ===
+
=== Version 0.05.0 — Sep 19, 2016 ===
  
 
* New character poses (31 poses/facial expressions)
 
* New character poses (31 poses/facial expressions)
Line 774: Line 776:
  
 
== Update 0.04.0 ==
 
== Update 0.04.0 ==
=== Version 0.04.0 — 09/12/16 ===
+
=== Version 0.04.0 — Sep 12, 2016 ===
  
 
* Introduction to 2 new characters (36 poses/facial expressions)
 
* Introduction to 2 new characters (36 poses/facial expressions)
Line 786: Line 788:
  
 
== Update 0.03.0 ==
 
== Update 0.03.0 ==
=== Version 0.03.0 — 09/04/16 ===
+
=== Version 0.03.0 — Sep 4, 2016 ===
  
 
* Introduction to 2 new characters (20 poses/facial expressions)
 
* Introduction to 2 new characters (20 poses/facial expressions)
Line 798: Line 800:
  
 
== Update 0.02.0 ==
 
== Update 0.02.0 ==
=== Version 0.02.0 — 08/28/16 ===
+
=== Version 0.02.0 — Aug 28, 2016 ===
  
 
* Introduction to 8 new characters (76 poses/facial expressions)
 
* Introduction to 8 new characters (76 poses/facial expressions)
Line 817: Line 819:
  
 
== Update 0.01.0 ==
 
== Update 0.01.0 ==
=== Version 0.01.0 — 08/25/16 ===
+
=== Version 0.01.0 — Aug 25, 2016 ===
  
 
* Very first demo version of the game
 
* Very first demo version of the game

Revision as of 14:19, 26 July 2019

This is a record of the changes to public releases of Summertime Saga and published on the official Patreon page. Due to violation of the crowdfunding platform's guidelines on the representation of incest, all posts prior version 0.15 were erased. Because no changelog file was maintained in the game, the revisions had to be retrieved by fans.

There are three types of release:

  • Major ones are dedicated to the stories of new characters and their entourages, in an order established by the votes; their version numbers usually finish with .0
  • Minor updates focus on shorter stories in addition to existing routes; their version numbers usually finish with .5
  • Hotfixes are designed to fix blocking bugs.

Contents

Update 0.18.5

Version 0.18.6 — Jun 5, 2019

Bug fixes

  • Fixed Mia's and Erik's mailbox causing save files issues, and being overlayed on top of every subsequent screen
  • Fixed Jenny watching you hack her computer. She's now also missing in action for the evening while you're in her computer hacking quest.
  • Restored getting caught scene when trying to hack during the morning.
  • Fixed inconsistencies and minor posing issues during movie theater introduction.
  • Fixed repeated and confusing dialogue when seeing a movie alone.
  • Typos

Known issue

  • Sleeping cutscene not displaying when falling asleep with Jenny (and possibly other instances)

Version 0.18.5 — Jun 4, 2019

New content

  • 3 new Jenny sex scenes in dining room, outdoor pool and bedroom at night.
  • You can now climb into Jenny's bed at night (this was removed in 0.18.0, and is coming back now).
  • You can now ask Jenny for some late night adult content watching. This will force her to catch you in the act on the couch.
  • Jenny has a little bit of extra content added to her, besides the new sex scenes, her story has been expanded to fit one new quest.
  • X‐rays have been added to all of Roxxy's, Becca's, Missy's and Jenny's content. X‐rays are triggered only when you cum inside the character.
  • The daycare location is now unlocked once any character is in labour.

Codebase rework

  • Creator Defined Displayables have been implemented to replace the following existing art assets:
    • Sex actions dynamic buttons (optimising)
    • Box dynamic buttons (optimising)
    • Menu dynamic buttons (optimising)
    • Most information popups (location unlocking, item acquiring/buying, etc.)
    • Those can now be translated directly.
  • Locations are now instantiated at init time instead of in a label called after loading/starting a game.
    • Any future change to the Location object will no longer break save compatibility.
    • Location state is now saved in the Player class.
  • Time played (displayed in quit message) now uses built‐in timer which ignores time spent in menus.
  • The PregnancyManager API has changed:
    • Added LocationSchedule objects to the pregnancy managers, dictating where a character should be located at any point during their pregnancy. They are stored in a dictionary, with keys corresponding to each stage of the pregnancy:
      • ""
      • _pregnant_bump
      • _pregnant_belly
      • _labor
      • _baby_[girl/boy/twins]
    • Added state_actions attribute to the pregnancy managers. This attribute allows you to trigger machine actions at various stages of the pregnancy.
    • Use the add_action method of the PregnancyManager class to set up. It takes three arguments:
      • key (either first or repeat depending if you only want to execute the actions the first time or not).
      • stage (integer that represents the stage of the pregnancy to trigger the action on. Stages increment for every week passed).
      • actionslist: a list of even length for the actions. Format is the same as for FSMs.
    • Actions are triggered right after the pregnancy manager switched its stage (i.e. at the beginning of the week).
    • Actions are processed for the machine that has the same name as the pregnancy manager, a lookup is done on the store.machines hash table to get that information.
  • The State class has a new method int add_delay(int amount=1) to add delay to the state dynamically. Returns the current state's delay.

Debug menu

  • Added pregnancy button to every FSM in the debug menu.
  • Shows a screen that display debug info about the pregnancy.
  • Allows incrementing manually the pregnancy, get a character pregnant and re‐init the pregnancy.
  • Reinitializing the pregnancy can cause weird behaviours, and should be used with extreme care.
  • Persistent skip intro no longer forces cheat mode, enabling will skip first day regardless of mode.

Other improvements

  • Rebuilt GUI from scratch to be cleaner and more maintainable.
  • Name entry screen:
    • Uses the last name used as the default ("Anon" if first time playing).
    • Does not save name until start is clicked (Back or Esc cancels the change).
    • Will no longer allow an empty name.
  • Save screen:
    • Save game description can no longer be empty.
    • When saving over an occupied slot, the OK button will become a red Overwrite button.
  • Added "About" screen containing licensing information.
  • Right‐click (while in game) now opens the game menu (previously went direct to save menu).
  • Change log is now browsable by version and has a visual scroll bar.
  • Clear Persistent in settings now prompts for confirmation.
  • Added hover effect to save game thumbnails.
  • Now possible to exit cookie jar scene early using the game menu, right‐click or Esc, and End Replay.
  • Added hints to impactful choices in Jenny's quest.
  • Allowed access to previously locked action when repeating cheerleader scene.
  • Added new environmental effects to Jenny's shower scenes, and made them consistent.
  • Shop item popups are now done in code, and used everywhere possible.
  • Item buying is now done exclusively with the BuyItem Action, which handles all the item buying logic, and shows the relevant popups.
  • Credits page now has visible scroll controls.
  • Added a popup notifying players of the serious consequences of pregnancy.

Bug fixes

  • Fixed Debbie's posing when talking to her when she's leaning on the counter.
  • Fixed impregnation minigame happening even if a character is pregnant already.
  • Fixed being able to ask Clyde about the statue piece before learning his last name.
  • Fixed autosaving: saves will be made roughly every 200 clicks, and on quit.
  • Fixed art used when taking Birth Control Pills.
  • Fixed problems that could arise when inspecting items in the inventory.
  • Fixed issue that prevented some characters being correctly rendered on the credits screen.
  • Fixed minor visual quirks with main menu animation.
  • Fixed being able to access the save menu when replaying a scene from the cookie jar.
  • Fixed being able to access the save menu when on mode select screen (esc will return to main menu).
  • Prevented alpha warning at Mayor Rump's House from bleeding into subsequent scenes.
  • Main menu music starts after (rather than during) the splash screen, as originally intended.
  • Use correct background when spying on Jenny in shower.
  • Fixed Diane being nowhere to be found when pregnant.
  • Fixed floating pills chests in Dr. Priya Singh's laboratory.
  • Fixed entering main character's bedroom triggering the bad guys event in Debbie's story.
  • Fixed BuyItem action not showing item popups.
  • Fixed being able to buy the Pink Cyclone Mask in advance, effectively wasting your money. The item will become available when needed.
  • Fixed Dexter's library book's dialogue staying well after the associated Ms. Bissette quest.
  • Fixed issue where Consum-R could grant random cash to player.
  • Limited the fetch Diane a drink quest progression to day time.
  • Removed dialogue repetition when speaking to Annie in her house.
  • Fixed issue Master Blaster Controller acquisition dialogue in the treehouse.
  • Added missing art and updated posing for Diane's "How's the baby?" dialogues.
  • Miscellaneous posing errors with Jenny and the main character have been fixed.
  • Fixed "Roxxy" dialogue option appearing when Jenny is by the pool or in the dining room, causing posing issues.
  • Added a delay to S_diane_dinner from M_diane if M_debbie is in state S_debbie_diane_visit to avoid conflicts.
  • Fixed a dialogue repeating indefinitely by opening and closing Jenny's nightstand when figuring out her computer's password.

Update 0.18.0

Version 0.18.2 — May 4, 2019

Codebase rework

  • Cheat option now maxes out your stats on startup.
  • If you have taken Birth Control Pills, the impregnation minigame will be skipped.
  • In the cookie jar, the player's impregnation chance defaults to 0.

Bug fixes

  • Fixed jerk off menu options not in a bold font.
  • Fixed pizza delivery minigame not paying out.
  • Fixed exception on entering the Treehouse at night.
  • Fixed missing trigger for bissette's storyline (Roxxy x Jenny cheerleader routine infinite loop).
  • Fixed exception when talking to Master Somrak about his panties obsession.
  • Fixed laptop button appearing when jenny has her laptop in bed.
  • Fixed Jenny dialogue option appearing too early.
  • Fixed Jenny's photoshoot being in the wrong order.
  • Fixed time ticking during diane's delivery to Tony's Pizza.
  • Fixed Jenny being in the shower and asking you to go to her room at the same time.
  • Fixed Dexter's book not appearing. Go to the Basketball Court!
  • Fixed mixup between Consum-R and Cosmic Cumic backgrounds on event day.
  • Fixed mall event finishing too early.
  • Fixed mall event and rump event visual conflict.
  • Fixed exception when seducing Ms. Ross.
  • Fixed rockin' up to Principal Smith's house too early.
  • Fixed third milk delivery reminder.
  • Fixed bank statement appearing in front of dialogue.
  • Fixed RNG values for living room couch.
  • Fixed issue preventing buying of the Whip.
  • Fixed Diane's cookie jar scenes erroring out.
  • Fixed Diane's outfits.
  • Adjusted hint for Jenny's talk by the pool during J20.
  • Fixed not being able to leave Crystal's button dialogue.
  • Fixed exception if anyone but Jenny tried to birth twins.

Visual improvements

  • Laptop duplicate on Jenny's desk fixed.
  • Added more Jenny art in the shower scenes to match dialogue and improve quality.
  • Fixed shower spying scenes so Jenny moves more.

Other improvement

  • Basic support for self‐voicing mode in some menus.

Version 0.18.0 — May 2, 2019

New features

  • New revamped Jenny's story.
  • Once a week, you get a bank report in the mail. It will sum up the money you have saved and interest gained over the week.
  • Birth Control Pills added to the game.
    • Available at the end of the Priya side quest.
    • Will set your impregnation chance to 0.
    • Taking Fertility Pills increases your percentage back up (take 2 to get to 40% chance, which is the maximum).
    • Effect is permanent until Fertility Pills is taken.
  • Added a ModManager static class to handle future mods of the game, with the possibility to enable/disable mods on the go.
    • Side note: once you start a game with a certain sets of mods enabled, you should not disable them if you want to keep using that save.
  • SayTextFilter class to handle multiple text filtering functions.
  • Remapping of weightlifting minigame key (for now).
  • Remapping is done with the set_key function. It takes the following arguments:
    • key_name (only the string key_str is valid at the moment).
    • key_id (use the pygame variable for the key you want).
    • Remapping is only viable for weightlifting minigame.
    • Remapping can only be done via the console.
    • Example: set_key("key_str", pygame.K_p)
    • Refer to https://www.pygame.org/docs/ref/key.html for key codes.
  • Hidden attic scenes

Debug menu

  • Added Items tab to the debug menu. It has a search field for items in the game and you can add/remove any item from a click.
  • Added skipping forward day/week/month/year to debug menu.
  • Changed Locations screen to a draggable/scrollable area with all available locations.
  • Added button to lock/unlock locations.
  • Added button to move the player to said location.
  • Added button to set the location's visited status.
  • Added button to set the locations's "can leave" status.
  • Changed Machines screen to a draggable/scrollable area with all available machines.
  • Added button to advance the machine.
  • Added button to show the screen's variable.
  • Added screen for displaying said variables.
  • Added keyboard shortcut (⇧ Shift+W) to show the debug menu. Only works when the user interface screen is showing, and the game is in dev mode.
  • Added the option to skip the intro and the first day of the game.

New locations

  • Mayor Rump's House
  • Yacht

Codebase rework

  • Triggers are now in an init block as to not be saved in the save files.
  • Added pickling methods to our custom objects.
  • Moved achievements and cellphone assets to their own folders.
  • New screen actions implemented in:
    • Annie's House
    • Beach
  • Rework of the music minigame. The notes highlight in red if you've missed them, and green if not.
    • There is also sound effects and a counter of fails displayed.
    • At five fails or more, the minigame will "fail", and you'll have to retry.
    • Sound effects are from Dogeek recording his guitar playing broken chords. You can use them however you want.

Layered image rework

  • Jenny
  • Main character (only for Jenny's storyline for now)
  • Debbie (only for Jenny's storyline for now)
  • Ivy
  • Jane
  • Martinez
  • Cedric
  • Kevin
  • Master Somrak
  • Lopez
  • Mr. Bubbles

New characters

  • Karl
  • Justin

New sex scenes

  • Camshows improved and reworked
  • Shower sex scene improved reworked
  • Shower blowjob
  • Nighttime visit sex scene
  • Jenny's bedroom sex scenes reworked and added
  • Couch sex scene improved and reworked

Bug fixes

  • The map screen now shows the location you're going to on hovering that location. This is returning behavior that disappeared in the 0.16 update.
  • Fixed save resetting bug with the Mysterious Statue (Legs).
  • Fixed time spent playing namespace issue that caused it to be counted multiple times.
  • Fixed exception that could happen when winning spin the bottle minigame with the main character.
  • Fixed "Skip First Day" option in the debug menu to work with Jenny's FSM and skip the hallway dialogue.
  • Fixed daylight scene happening in the evening when Diane's Barn has been finished.
  • Fixed day/night backgrounds issues in Diane's Barn.
  • Fixed overlap of milk item acquirement and Tony's Pizza unlock popups.
  • Fixed Machine variables not reloading properly in Clyde and Dogeek quest.

Update 0.17.5

Version 0.17.5 — Dec 16, 2018

New features

  • Earn interests weekly on your savings at the bank! Interest rate is 3%.
  • Beach House price has been reduced to $5000.
  • Santa riding the streets of Summerville.
  • Updated the cookie jar.
  • New quests and cutscenes.
  • New holiday decorations.
  • Cupid store interface improved with new items.
  • Added time skipping functionality to all front yards (direct children of the map, including main character's bedroom).
  • 2 new achievements to unlock (they are secret achievements).
  • Added a toggle for save locking (if you really want to load an earlier save file).
    • This is on by default, which means it will prevent you from loading an earlier save.
    • This has no menu option (that is intentional).
    • To disable savegame locking, set persistent.enable_save_locking to False.

Codebase rework

  • New Martinez character art and rig.
  • New Consuela character art and rig.
  • Added label notification (enable from the debug menu - General) for debugging purposes.
  • Added night version for the items Wood Planks, Scroll and Stick.

New characters

  • Meet Consuela and Martinez at the Beach House on Thursdays.
  • Remember that odd item from Diane's Barn? You should start investigating.

New sex scene

  • One new sex scene (2 angles and animations)

Bug fixes

  • Fixed save resetting when taking the Pregnax pills.
  • Fixed Diane being in the shed when entering for paint.
  • Fixed being able to check the school's lockers at night.
  • Pregnancies are now in sequence (and not in parallel). This is to still be able to see each character at the Clinic, even if they get pregnant on the same day.
  • Added missing lewd Diane closeup (drunk on her bed).
  • Fixed being able to start the school milk delivery (Diane quest) on the weekend.
  • Fixed Tony meeting you for the first time twice.
  • Fixed "Debbie's sleeping" dialogue triggering when Debbie isn't in her room.
  • Fixed incorrect button usage during Diane's evening visit (in Diane's story, not Debbie's).
  • Fixed Raven Hill tree screen not hiding.
  • Fixed Diane's outfit being the wrong one during the pie quest.
  • Fixed Day 0 sleep issue.
  • Fixed being able to exit the Stolen Goods screen without taking the key.
  • Fixed daytime scene on using the workshop in the Home garage when it's nighttime.
  • Fixed time going back one tick if saving right after manually ticking time on the map/bedroom/etc.
  • Fixed a bug that would trigger a night scene during daytime when entering the bedroom after watching a movie with Debbie for the second time.
  • Fixed a bug which caused Mia to lock you out of your sleep.
  • Fixed a bug that caused Diane to never see you jack it.
  • Fixed an issue that caused Debbie to be forever naked by the pool, if you slept before bringing her a towel.
  • Fixed being able to craft the Sticky Tape for Ms. Dewitt at nighttime.
  • Fixed game.timer.image() function. It now displays images correctly regardless of period (Christmas, Halloween, etc.), time of day and extra information.

Update 0.17.0

Version 0.17.1 — Nov 29, 2018

New features

  • Added the choice of vehicle to use in pizza delivery minigame. A more extensive rework of that minigame is planned for the 0.20 update.
  • Added a button to clear persistent data on the main menu.
  • Added a text for Android users that entice to use the SwiftKey keyboard for an optimal experience. Click it to dismiss it.

Codebase rework

  • Added Vector2 class for future usage in minigames and other purposes.

Bug fixes

  • Fixed impregnation minigame crash, and adjusted the chance of getting a character pregnant.
  • Added win/fail backgrounds to impregnation minigame.
  • Fixed exception due to invalid pose on diane's cookie jar scene 5.
  • Fixed exception on launch related to player not being defined.
  • Fixed Erik resetting on load/save.
  • Fixed time not ticking after breed sex if not milking Diane.
  • Fixed wrapping of words on the cellphone goal tracker.
  • Removed keybinds for Ren'Py voice narrator.
  • Fixed diane ghost trigger on pie scene.
  • Fixed bug location_training being undefined.
  • Removed ability to save in autosave slots.
    • If default formatting was used in the save description, update when overwriting the save.
  • Fixed overwriting saves losing data bug.
  • Fixed missing arm in breakfast scene.
  • Fixed AnimatedImages sometimes not being animated properly.
  • Fixed player not being bumped to map when talking to Aqua.
  • Fixed incorrect call_screen at night when in Aqua's Lair.
  • Fixed Report Card not updating.
    • Dating list was not bugged. Its behavior is intended although inconsistent for characters without a story.
  • Fixed Diane's shirt dissappearing when talking to Richard.
  • Fixed Diane switching clothes for a kiss in the Barn.
  • Fixed Veronica dissappearing when talking about Chicken Stock.
  • Fixed Diane's arm misalignment when in her bra and panties.
  • Fixed AR Device overlay misaligned on player's face.
  • Fixed Debbie disappearing from Cupid.
  • Removed "Carpenter" option from Diane's button dialogues pointing to missing labels.

Version 0.17.0 — Nov 23, 2018

New locations

  • Diane's Home has an expansion
  • Clinic Third Floor
  • Annie's Home (daycare)

New character events

  • Principal Smith/Titty event reworked
  • Diane's story

New minigames

  • Milking minigame
  • Drink minigame
  • Impregnation minigame

New sex scenes

  • Threesome with Debbie and Diane
  • Cucumber scene reworked
  • Breeding scene reworked

New features

  • Pregnancy! (only for Diane at this point)
  • Missed note auditive cue for music minigame

Codebase rework

  • Removed Diane's old code.

Bug fixes

  • Fixed Mia not appearing at the Library.
  • Fixed crash on achievements list.
  • Fixed long load time issues caused by Ren'Py 7.
  • Fixed a bug which would prevent getting the glasses for Ms. Okita from Judith if you asked her to be somewhere else (same bug occured on Mia with Ms. Bissette).

Update 0.16.0

Version 0.16.1 — Jul 31, 2018

Bug fixes

  • Multiple dialogue and posing improvements for a more consistent experience.
  • Fixed car dealership crash.
  • Fixed cat in graveyard crash.
  • Fixed Ms. Okita's FSM resetting.
  • Fixed labels not being called properly.
  • Fixed debug menu not being available on android by default, added renpy console shortcut.
  • Fixed Debbie's scenes, and not being able to sleep with her.
  • Sara is a bit more expressive.
  • Masturbate button when sleeping instead of a menu.
  • Fixed machine's unforce method (no more crashes due to missing keys).
  • Fixed main character's hand holding photo closeup.
  • Fixed popup for Principal Smith's House.
  • Fixed infinite buyer stuff for Clyde's drug deal.
  • Adjusted animation speed of Roxxy's sex scenes.
  • Changed Roxxy sex variables from bool to int.
  • Fixed pizza delivery minigame double click.
  • Fixed bad guys driveby triggering on wrong place.
  • Fixed Ms. Bissette's scene out of order.
  • Pom‐poms lollipop softlocks removed.
  • Fixed rain visual effects not being applied properly during Roxxy romance in the rain.
  • Fixed location forcing taking on previous force in unwanted day times.
  • Roxxy's trophy now appears in her bedroom after the contest.
  • Fixed Roxxy scenes playing repeatable dialogues instead of initial.
  • Fixed basketball minigame conditionals for after scenes.
  • Fixed faceplant art not showing at end of push-ups minigame.
  • Added hard pause at end of push-ups minigame to prevent skipping.

Version 0.16.0 — Jul 26, 2018

New locations

  • Trailer Park: frontyard, tractor, Clyde's shack's frontyard and interior
  • Principal Smith's House: frontyard, entrance, basement, upper floor, bedroom
  • Tony's Pizza: kitchen and storage room
  • Beach: tower, cabin, side beach

New character events

  • Roxxy's storyline
  • Crystal
  • Clyde
  • Becca and Missy

Minigames

  • Shooting range
  • Dexter fight
  • Basketball
  • Spin the bottle
  • Pizza delivery minigame has been reworked to allow you to upgrade your vehicle
  • All the minigames (but the Rap Battle and Strip Poker) have been reworked and improved for consistency with the new coding style.
  • Cellphone minigame

New sex scenes

  • Foursome
  • Crystal
  • Roxxy
  • Roxxy's locker
  • Becca
  • Missy

New dialogues

  • Roxxy's introduction has been reworked.
  • A character has made his appearance at the pier!
  • Roxxy, Becca, Missy and Dexter new dialogues.
  • Kim is plotting his dominion at Saga Dealership.

New features

  • The game now saves automatically on location changes. It needs more polishing, but you can enable/disable it in settings.
  • Achievements: you can now track your progress with meaningless achievements that will be logged in your phone.
  • Goal tracker: You can check the progress with major characters with the cellphone goal tracker.
  • Battery icon on cellphone updates with the time of the day.
  • Android users get mod support.
  • New setting for people who'd like the latest dialogues for Admiral Sploosh.
  • You can now sleep in the beach house once purchased.
  • New bed jerk scene with Roxxy.

Codebase rework

  • New Location system has been implemented.
  • FSMs are now used to get the location of a character.
  • New Game class to remove even more global variables, has been partially implemented.
  • Separated dialog from the logic.
  • Reworked the cellphone with a comeback for the quest log that is not quite functionnal yet.
  • Cassie has been moved to an FSM.
  • Anna has been moved to an FSM.
  • Tony has been moved to an FSM.
  • Latinas have been moved to an FSM.
  • A debug menu has been integrated to the game to serve as console replacement for Android.

Bug fixes

  • Fixed teddy bear in Mia's bedroom's background to be daytime when it was night.
  • All softlocks should be resolved.
  • School chatter sound at night fixed.
  • Save resetting fixed.
  • Art asset touch‐ups
  • Typos

Update 0.15.0

Version 0.15.3 — Apr 17, 2018

Bug fixes

  • Fixed Diane's shovel check being inverted.
  • Fixed mia reffering to the old homework instead of the new dictionary quest.
  • Fixed Jenny stealing more money from you than you have when you buy her panties.
  • Fixed Ms. Okita's goggles giving an error due to her period.
  • Fixed the attic key not being taken when you try to take it.
  • Fixed paying Jenny to help convince Roxxy not actually taking money.
  • Fixed Keycode item giving an error when looking at it from the inventory.

Version 0.15.2 — Apr 16, 2018

Bug fixes

  • Fixed Erik sneak into school block when there are no ticks left.
  • Fixed not being able to ask Debbie where to get paint if you have paint already.
  • Fixed the magazine items to show how many you have completed already.
  • Fixed the robed dialogue appearing during the day instead of during the sneak mission.
  • Added a dialogue for Ms. Ross at the end of her story while in the classroom.
  • Added a hint to the librarian for the poem book quest.
  • Fixed invisa‐woman.
  • Added a reminder to get the shovel before you can work in the garden.
  • Added a skip option to the music minigame if you fail three times.
  • Fixed an error in the science minigame if you clicked a fourth ingredient before it could finish.
  • Added dialogue for Coach Bridget when she is in her office.
  • Fixed Jenny's panties not being added to the inventory even when paid for (rip‐off Jenny).

Version 0.15.1 — Apr 15, 2018

Bug fixes

  • Fixed a retarded Mac save crash.
  • Fixed the stupid beachhouse popup not going away.
  • Fixed day images showing at night in the school.

Version 0.15.0 — Apr 15, 2018

New locations

  • School: right hallway, assembly hall, Coach Bridget's office, student's lockers
  • Map: Beach house
  • Forest: waterfall, cave
  • Church: front yard
  • Library: front yard
  • Gym: front yard

Main menu & User interface

  • Cookie jar feature: allows players to unlock, collect and replay all sex scenes.
  • Quit confirmation showing time spent in‐game playing.
  • Menu and in‐game cloud animations appear earlier.
  • Removed goal tracker temporarily.

New character events

  • French teacher
  • Music teacher
  • Science teacher
  • Art teacher
  • Students (Eve, Erik, Kevin, Roxxy, Judith, Annie, Dexter, Chad, Mia) buttons accross the school

New minigames

  • A Guitar Hero‐isque style minigame
  • A stupid excuse for an art minigame
  • A French quiz minigame to help you learn french with added pictures for those that find it too hard
  • A do‐it‐yourself science concoction‐maker minigame

New sex scenes

  • 3 animated scenes for Ms. Dewitt
  • 1 animated and 4 sex scenes for Ms. Okita
  • 1 animated and 1 sex scenes for Ms. Bissette
  • 1 animated and 2 sex scenes for Ms. Ross
  • Annie, Roxxy, Eve and Judith have gotten some love scenes

New dialogues

  • School introduction rework
  • Randomized school public announcements
  • Some characters have had their dialogues modified due to Patreon guidelines. (boo!)

Codebase rework

  • New location system, that will be implemented in the near future.
  • New method for doing minigames, and old minigames being redone with this method. (it will fix the timer bars being faster/slower depending on device specs).
  • New item management solution, in order to fix save file compatibility issues.
  • Some old characters have been moved to the new FSM (Functional State Machine) flow. Begone, deprecated events system!
  • General cleanup of the codebase. Removing old unused variables and working towards a more object‐oriented codebase.
  • Reworking the overall structure of the codebase, to allow more efficient work, and less merge conflicts.
  • Ability to add descriptions to your saved games.

Bug fixes

  • Fixed Judith texting you constantly.
  • Fixed minigame timer bars behaving inconsistently across different devices due to specifications.

Update 0.14.5

Version 0.14.5.2 — Dec 20, 2017

  • Bug fixes

Version 0.14.5.1 — Dec 19, 2017

  • Bug fixes

Version 0.14.5 — Dec 19, 2017

  • Reworked and improved one of the home character story.
  • Added new events, quests, cutscenes and dialogues to her story.
  • Multiple new sex scene options open up once reaching the end of her story.
  • 6 new home sex scenes.
  • 1 new Aqua sex scene and quest.
  • 1 reworked sex scene (basement on washing machine).
  • New ability to sleep and rest in other bedrooms.
  • New ability to fap in your own bed once you go far enough with a character.
  • Extended the mall to a 2nd floor and has a new store.
  • New minor character in mall store.
  • New minor character from the car dealership.
  • New location (Warehouse) but no accessible interior, yet.
  • Reworked and improved telescope interface.
  • Reworked and improved backpack interface.
  • Notification on user interface bar when new quests and messages are received.
  • New locations and added front yards to existing ones (Diane and library).
  • New map location (Mayor Rump) but not accessible yet.
  • A new pet you can find in the town, and perhaps bring it home with you!
  • Moved the basement valve for android users so it's easier to click.
  • Fixed house numbers.
  • Added popups where unfinished content was not stated.
  • CineSaga theater now has people in it.
  • Some houses are now lit on the evening map.
  • Fixed inconsistencies with Mia's story dialogue.
  • Multiple visual improvements and fixes.
  • Multiple bug fixes (yes, that includes the shower loop).
  • Home characters now have firstnames by default and can be renamed.
  • Temporary extensive optimisation which should reduce the size of the game significantly (an even better method is planned for 0.15).
  • Christmas themes!

Update 0.14.0

Version 0.14.3 — Nov 01, 2017

  • Halloween update

Version 0.14.1 — Oct 12, 2017

  • Mia story/quest

Update 0.13.0

Version 0.13.1 — Aug 22, 2017

  • Fixed door into Diane's house.
  • Fixed telescope scene showing too soon.
  • Fixed issue where players get locked into house/garden when interrupting scene.
  • Fixed issues with wrong location showing (eg save menu during branch choices).
  • Fixed game crash with missing asset.
  • Fixed crash when in shower with Debbie.
  • Fixed sound effects.
  • Add hints to Roxxy's shower scene.

Version 0.13.0 — Aug 18, 2017

  • Erik and Mrs. Johnson story/quests
  • June story/quests
  • 7 animated sex scenes
  • Improved strip poker minigame
  • 4 New cutscenes
  • Secret event in the mall
  • New room in the school (computer room)
  • Improved Erik's house layout (new rooms)
  • 2 new telescope scenes with Erik
  • 5 new locations (Raven Hill, Clinic, Trailer, Beach and Sugar Tats)
  • 6 new characters (Roz, Micoe, June, Larry, Crystal and Grace)
  • New Church locations (2 new rooms)
  • Water fountain in park now clickable
  • New location in park behind bushes
  • VR Headset now in the comic store
  • New minigame (Orc Bork)
  • Multiple new items
  • Menu UI fixes
  • New audio
  • Art fixes (character art improvements)
  • Bug fixes

Update 0.12.5

Version 0.12.7 — Jun 26, 2017

Bug fixes

  • Strength minigame bug (experimental)
  • Jenny story block in cheat mode
  • Locked inside school during Roxxy's scene if you visit Judith.
  • Roxxy not available after her new scene
  • Graveyard location block
  • Missing asset leading to error (Android build)

Version 0.12.6 — Jun 25, 2017

  • Bug fixes

Version 0.12.5 — Jun 25, 2017

  • Debbie story flow fixes
  • 3 Debbie cutscenes
  • Jenny story flow fixes
  • 2 new sex scenes for Jenny
  • New X‐ray options for Jenny's sex scenes
  • New Diane quests and dialogues
  • School expansion (3 new locations)
  • 3 new characters (teachers)
  • 1 new minigame (pizza delivery)
  • Saga Dealership quest fixes and improvements
  • Library location reworked
  • New location (Backyard)
  • New location (Graveyard)
  • Menu UI fixes
  • 3 new music tracks
  • Art fixes (character art improvements)
  • Bug fixes

Update 0.12.0

Version 0.12.1 — May 22, 2017

  • Bug fixes

Version 0.12.0 — May 5, 2017

  • Jennie story + scenes and sex scenes
  • Improved minigames
  • Master Somrak quests
  • New music, environments and sound effects
  • New house layout with 3 new rooms
  • New Debbie dialogue scenes + sex scene
  • New Diane sex scene
  • New cutscenes
  • 4 new map locations (2 accessible)
  • Many new characters
  • Main menu visual effects
  • New TV feature

Update 0.11.0

Version 0.11.0 — Mar 3, 2017

  • Debbie story, quests leading up to sex scenes
  • New Diane dialogues
  • Revamped Home location to add new rooms/areas
  • 9 new characters
  • 3 new locations (Pier, Tony's Pizza and Saga Dealership)
  • New user interface (bedroom shortcut): clicking on home from map now sends you to the front yard. New icon on map to go straight to bedroom.
  • New user interface (sex scenes options): now you can switch from X‐ray/auto‐animate during sex scenes via new button UI
  • Shower spying reworked
  • Strip poker minigame introduced (needs improvement and polish but good to test)
  • Strip poker minigame improved (dialogues and minigame options)
  • New mailbox events
  • 2 new shop items to buy
  • Player computer in bedroom can now be accessed (desktop interface and content)
  • New cutscenes
  • Bug fixes

Update 0.10.0

Version 0.10.0 — Jan 23, 2017

  • 1 new location
  • 2 new characters
  • Revamped Consum-R store layout, background and functionality
  • 1 new item in Pink sex shop
  • 4 new items in Consum-R store
  • 3 new cutscenes
  • Diane's story (majority) + sex scenes
  • Pink shop massage room/feature + sex scenes
  • Minor events added to existing quests
  • Minor dialogues added to other characters
  • Delete saves button
  • Cheat options to skip grinding
  • Bug fixes

Update 0.09.0

Version 0.09.0 — Dec 5, 2016

  • 7 new locations
  • 2 new characters
  • Revamped phone user interface and new quest tracking system
  • All in‐game characters will now be standing in backgrounds (accessible)
  • Jennie's computer will now be accessible also
  • New story events and dialogues
  • New mild‐sexual encounters
  • 2 new minigames! (for charisma and strength stats)
  • New telescope scenes
  • New shower scenes

Known bugs

  • Save files from 0.08 might not be compatible with 0.09!
  • The stats system is still not integrated into quest/story progression (will be in 0.10)
  • Rap battle minigame still only has 1 repeated sequence, more to come

Update 0.08.0

Version 0.08.0 — Nov 5, 2016

  • 3 new locations (7 backgrounds)
  • 2 new minigames! (for charisma and strength stats)
  • 22 new dialogues (many poses)
  • 2 mild‐nudity scenes
  • Multiple character fixes
  • Multiple bug fixes

Update 0.07.0

Version 0.07.0 — Oct 17, 2016

  • 12 new backgrounds (locations, sublocations and cutscenes)
  • 14+ new dialogue sequences
  • 8 new characters (4 major, 4 minor)
  • 2 hardcore sequences, 3 mild sequences
  • 2 new shop items (not functional yet, but will be in the upcoming updates)
  • ATM banking system
  • Stats tracking system (needs balancing with gameplay)
  • Day/Night cycle system (needs balancing with gameplay)
  • Many locations have alternative night versions now
  • 3 new short cutscenes
  • Many bug/typo fixes
  • Added saving/loading!

Update 0.06.0

Version 0.06.0 — Sep 26, 2016

  • 1 new character (14 poses/facial expressions)
  • 4 new locations (Pool, Saga Financial Bank, Library and Consum-R)
  • Added new dialogues
  • Improved previous dialogues
  • Finished Gardening and Muay Thai minigames
  • Added a third new minigame!
  • Improved Master Somrak involvement in training minigame
  • Further improved inventory system
  • Added store/shopping system
  • Some character modifications
  • Fixed bugs

Update 0.05.0

Version 0.05.0 — Sep 19, 2016

  • New character poses (31 poses/facial expressions)
  • 5 new locations
  • Added dialogues and polished introduction/story
  • Improved Master Somrak dialogue and quest
  • Added story dialogue with Debbie and Jenny after school introduction
  • Improved inventory system
  • Added crowds in backgrounds
  • Some location modifications
  • Some character modifications
  • Fixed menu bugs

Update 0.04.0

Version 0.04.0 — Sep 12, 2016

  • Introduction to 2 new characters (36 poses/facial expressions)
  • 5 new locations
  • Revamped the school introduction/story
  • New dialogues
  • Added day of the week tracking system
  • Added crowds in backgrounds
  • Some location modifications
  • Fixed some bugs

Update 0.03.0

Version 0.03.0 — Sep 4, 2016

  • Introduction to 2 new characters (20 poses/facial expressions)
  • New locations (Diane's House garden, Diane's House kitchen and the Gym)
  • New mini‐games (buggy and unfinished)
  • Added money tracking system
  • Added location tracking system
  • Did a lot of optimizing
  • Some location modifications
  • Fixed some bugs

Update 0.02.0

Version 0.02.0 — Aug 28, 2016

  • Introduction to 8 new characters (76 poses/facial expressions)
  • New quick menu (still work‐in‐progress)
  • New settings menu (still work‐in‐progress)
  • Added basic backpack interface
  • Added basic cellphone interface
  • Added characters in the school background to add life
  • Some location modifications
  • Added location unlocking popups/system
  • Added camera special effects (shake and blur)
  • Fixed the screen artefact bugs
  • Fixed some typos

Known bugs

  • Settings menu has bugs
  • Unlocked locations not always accurately displayed
  • Save/Load not yet properly implemented

Update 0.01.0

Version 0.01.0 — Aug 25, 2016

  • Very first demo version of the game
  • Implemented the telescope to view Erik, Mrs. Johnson and Mia
  • Implemented shower peak on Jenny
  • Introduced Diane, Erik
  • Implemented world map
  • Implemented School