Update Progress
So not going to lie, I have gotten accustomed to doing my daily updates and stuff on patreon. To the point that when I do remember to do them here, I forget that Mushoku Harem and Her Fall have separate pages, so posting a dev log on one of them does not apply to both....
Since I have been updating the discord and the patreon daily, I feel its only fair that I also post something here as well.
I am currently working on Chapter 10 part 1. I started working on it a few days ago, those who have been following the game, know that I can churn out updates for this game in somewhere between 7 and 10 days per update. But as I have been working on 2 games at once, Mushoku Harem's updates generally take around a month to finish. Which does cause the updates for Her Fall to not have a strict release schedule like they should. But also to be fair Chapter 10 is the final chapter, so there will only be 2 parts released after Chapter 10 Part 1. Then there will also be another update later where I will be adding a Gallery to the game.
Her Fall Chapter 10 Part 1 should be ready to go in just a few more days, All dialogues are already written, character models, and custom maps are complete, and I am over halfway through getting all of the renders and animations.
Renders and animations Completed so far.
Route A 132 animations + 136 Renders
Scene 1 - Done
Scene 2 - Done
Scene 3 - Done
Route B 160 Animations + 132 Renders
Scene 1 - Done
Scene 2 - Done
Scene 3 - Done
Route C 25 Animations + 60 Renders So far.
Scene 1 - Done
Scene 2 - Done
Scene 3 - Working on this now.
So after getting these done, it will be 1-2 days of coding, converting/organizing files.
Followed by a day of testing.
Then I will spend another day working in photoshop. As I want to create a new Main Menu screen for Chapter 10.
Then create a new banner and images for itch.io based on Chapter 10.
When everything is uploaded the new update will be out. ALSO When that update goes live, I will be changing Chapter 9 Part 3 to Public.
Let me know if you have any questions or concerns about Her Fall or Mushoku Harem. Feel free to reach out on Discord, here, Patreon, or on f95zone. As I always have my discord open, and all 3 of those sites are open on a second monitor at all times. Just need to remember to refresh them lol.
Get Her Fall
Her Fall
A story chronicling a pure girlfriend and future wifes fall into despair and lust.
Status | In development |
Author | TwizSin |
Genre | Visual Novel |
Tags | 3dcg, Adult, Animation, cheating, corruption, Female Protagonist, lust, Ren'Py, virgin |
More posts
- Important Update for Mobile Users.36 days ago
- Her Fall Chapter 10 Part 1 Release37 days ago
- Her Fall Chapter 9 Part 3 (Chapter 9 Full)Release83 days ago
- Her Fall Chapter 9 Part 2 ReleaseJul 07, 2024
- Chapter 9 Part 2 Early Release - Part 1 Public ReleaseJun 04, 2024
- Chapter 9 Part 1 Early ReleaseMay 08, 2024
- Daily Update 5/7May 07, 2024
- Daily Update 5/3 Her Fall Chapter 9 ProgressMay 04, 2024
- Daily Update 5/1May 01, 2024
Comments
Log in with itch.io to leave a comment.
Suggestion if you arent already thinking about it, whenever you add the gallery, make a way to unlock all after you complete the story so you can see the stuff from the other routes
Oh for sure I will. I have also already added the base code for a cool cross over thing. IDK if you play both games, but I have a second game Mushoku Harem. And since I enjoy writing for these characters, I am going to have them live on in MH after the end of chapter 10 (Final Chapter). Based on Routes Completed.
For Example:
Route A Completed - Unlocks Rumi for MH
Route B Completed - Unlocks Misaki for MH
Route C Completed - Unlocks Josie for MH
All 3 Completed - Unlocks Akari for MH
so it would check the saves like say witcher 3 checks for a witcher 2 save on pc?
Yea the way the code works more specifically is like this:
When you reach the end of a route, it calls a function. That function will create an empty txt file in your Her Fall save directory.
Called RouteACompleted.txt for example. And if all 3 routes are completed it would then create a 4th file called AllRouteCompleted.txt
Then in MH When the game is loaded. It would go and check your Her Fall saves folder, and look for those files, then it would add the characters to the game.
The main reason why I did that for the record, is because if Her Fall gets enough support and enough requests to make more after Chapter 10. I will end up making more of it, but I will be making it as a new game. So I needed to learn how to transfer data between renpy games. It will also help when MH gets too large as I plan on splitting that into multiple game releases, a Season 1, 2, 3 kinda thing if that makes sense. Mainly because the files for that game with only 1 city are already up to 16GB before I compress it down. And I have 4 more cities planned to come. So I don't see a way to get all of it into 1 release.
My next thing I want to learn is how to make video pack things. So for example with Her Fall, if I ever do make a second one, I can have the gallery show content from the first game, IF you download the video pack thing.
And with MH I will be able to just do 4 Video Packs after each cities content is done, and keep each city as a separate game.