KeyvinCarter

Member
Dec 11, 2017
434
353
ctrlc ctrlv changelog of the patreon.

I dont know if i can do this but here it is LOL

"Changelog (0.18):
New Features:
  • New revamped Jenny 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 pregnancy chance to 0
  • Take a pregnax to increase your percentage back up (take 2 to get to 40% chance, which is the maximum)
  • - Effect is permanent until pregnax 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 the 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 the weightlifting minigame
  • Remapping can only be done via the console
  • - Example : set_key("key_str", pygame.K_p)
  • - refer to 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 UI 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
Rework of the codebase:
  • 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 5 fails or more, the minigame will "fail", and you'll have to retry.
  • Sound effects are me, recording my guitar playing broken chords if you're interested. You can use them however you want.
Layered Image rework:
  • Jenny
  • MC (only for jenny's storyline for now)
  • Debbie (only for jenny's storyline for now)
  • Ivy
  • Jane
  • Martinez
  • Cedric
  • Kevin
  • Somrak
  • Lopez
  • Mr. Bubbles
New Characters:
  • Karl
  • Justin
New sex scenes:
  • Camshows improved and reworked
  • Shower hscene improved reworked
  • Shower bj
  • Night time visit hscene
  • Jenny bedroom hscenes reworked and added
  • Couch sex improved and reworked
Bug Fixes:
  • The map screen now shows the location you're going to on hovering that location. This is returning behaviour that disappeared in the 0.16 update.
  • Fixed save resetting bug (with the mysterious statue - piece 1)
  • Fixed time spent playing namespace issue that caused it to be counted multiple times
  • Fixed exception that could happen when winning the spin the bottle with MC.
  • 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 pizzeria unlock popups.
  • Fixed Machine variables not reloading properly (Clyde and the dog quest)"
This took 6 months? Welp i'm not paying so really can't complain.
 

trihopatofilicar

Active Member
Apr 4, 2017
522
1,090
Oh, and i will wait for the next update:

Patreon btw:

"0.18.5 extra Jenny scenes:
I've been working on those extra scenes I always wanted to add to Jenny's story and I'm done the art for the hscenes. Just have to do a few poses and then send it all to be animated. This extra content should be released shortly after 0.18!"
Yah.. shortly as in soon™.
 

KeyvinCarter

Member
Dec 11, 2017
434
353
Oh, and i will wait for the next update:

Patreon btw:

"0.18.5 extra Jenny scenes:
I've been working on those extra scenes I always wanted to add to Jenny's story and I'm done the art for the hscenes. Just have to do a few poses and then send it all to be animated. This extra content should be released shortly after 0.18!"
LoL
 
  • Like
Reactions: BoykaBoykov

Oriandu

Engaged Member
Sep 1, 2017
2,457
4,677
Changelog (0.18):
New Features:
  • New revamped Jenny 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 pregnancy chance to 0
  • Take a pregnax to increase your percentage back up (take 2 to get to 40% chance, which is the maximum)
  • - Effect is permanent until pregnax 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 the 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 the weightlifting minigame
  • Remapping can only be done via the console
  • - Example : set_key("key_str", pygame.K_p)
  • - refer to 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 UI 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
Rework of the codebase:
  • 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 5 fails or more, the minigame will "fail", and you'll have to retry.
  • Sound effects are me, recording my guitar playing broken chords if you're interested. You can use them however you want.
Layered Image rework:
  • Jenny
  • MC (only for jenny's storyline for now)
  • Debbie (only for jenny's storyline for now)
  • Ivy
  • Jane
  • Martinez
  • Cedric
  • Kevin
  • Somrak
  • Lopez
  • Mr. Bubbles
New Characters:
  • Karl
  • Justin
New sex scenes:
  • Camshows improved and reworked
  • Shower hscene improved reworked
  • Shower bj
  • Night time visit hscene
  • Jenny bedroom hscenes reworked and added
  • Couch sex improved and reworked
Bug Fixes:
  • The map screen now shows the location you're going to on hovering that location. This is returning behaviour that disappeared in the 0.16 update.
  • Fixed save resetting bug (with the mysterious statue - piece 1)
  • Fixed time spent playing namespace issue that caused it to be counted multiple times
  • Fixed exception that could happen when winning the spin the bottle with MC.
  • 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 pizzeria unlock popups.
  • Fixed Machine variables not reloading properly (Clyde and the dog quest)
So, ten minutes worth of content after over five months of waiting, for over $50,000 a month. It'll be interesting to see how patreon support goes in the near future.
 

NekoRush

Active Member
Aug 25, 2017
599
209
I just have one question...how close is the game to a finished state? like is the game story done or is there more to come.
 
D

Deleted member 1123151

Guest
Guest
How one can use older saves files from previous version ?? Playing from beginning is frustating !!!!!
 

Vamori

Member
Oct 19, 2018
209
708
Now one more month for v 18.5 :LOL:

New sex scenes:
  • Camshows improved and reworked
  • Shower hscene improved reworked
  • Shower bj
  • Night time visit hscene
  • Jenny bedroom hscenes reworked and added
  • Couch sex improved and reworked
Well, hmmmm. Well. I guess, hmmm okaaaay?
 

slibb

Newbie
Donor
Nov 4, 2017
60
190
*Sigh* Guess I'll wait for 18.5 so I don't have to replay the game yet again for a couple scenes.. :FeelsBadMan:
 
  • Like
Reactions: Levy
4.10 star(s) 359 Votes