Another little text oddity: when having sex with any of the mothers, there is a scene that's common to any that refers to the mother's 'virgin pussy'. Obviously, none of the mothers are virgins.
Too much changed with this update to try make everything save compatible I am afraid. I don't forsee future updates having the same issues and I will be sure to make them save compatible.Save are not working, getting a lot of errors, i know it's early development, but if the dev doesn't make saves compatible with previous version a lot of people are gonna loose interest, because game involves shit ton of grind and it would take me hours to get back to the end of previous version with grinded stats, money, unlocks, etc. Maybe provide the save with all content unlocked from previous version or make the saves compatible and saves being compatible should be the top priority otherwise i doubt even the biggest masochist have a time to grind for hours with every new release and even with cheats it's a huge chore.
Game is great, but grind is killing it especially if there's no guarantee that saves will work with future updates. I don't wanna shit on you but critique stand that you should've planned ahead and have awareness about core game changes that could nuke the saves. It's one thing when it's just a visual novel where you can just hold ctrl to skip to new content, it's whole other issue when it's a sandbox type of a game which naturally involves certain degree of grind making it a time waster.Too much changed with this update to try make everything save compatible I am afraid. I don't forsee future updates having the same issues and I will be sure to make them save compatible.
Is there a way to reactivate the audio in my own personal game? I'm enjoying the game so far but, having no sound is throwing my off. I understand some people it breaks immersion so I'm not asking you to add sound back in updates. Just wanted to know if there is a way where I can add them back personally.Unfortanately it's very hard to find videos for certain things for all the girls. I also scaled back the number of videos to avoid large download size for the first version. I am adding new videos to try fill the gaps.
As for the audio being muted, you are probably right. I will mute them by default in game as it can be quite jarring.
This was fixed in one of the hotfixes so make sure you are using the latest version of it.
Porting to Android would be quite an undertaking in terms of UI. There are a ton of small tweaks that need to be done.
You don't have permission to view the spoiler content. Log in or register now.
Not all videos have audio, but they are tied to the "voice" volume slider, so you can just increase it from 0.Is there a way to reactivate the audio in my own personal game? I'm enjoying the game so far but, having no sound is throwing my off. I understand some people it breaks immersion so I'm not asking you to add sound back in updates. Just wanted to know if there is a way where I can add them back personally.
Ok I'll look in the files for that. I appreciate it.Not all videos have audio, but they are tied to the "voice" volume slider, so you can just increase it from 0.
Man I'm so dum. I was looking into the rpy file. Thanks for the screenshot.Not all videos have audio, but they are tied to the "voice" volume slider, so you can just increase it from 0.
View attachment 3922143
I'm quite sure that can be modded in, I would love those too.Cool game. I would definitely prefer it not to be based on real actresses because that limits what they can wear or what sex positions they can have.
Instead I would like to see some AI girls. I'm waiting for a mod that adds teens and loli (anime or 3D).
def get_shoot_item_compatibility(self, shoot_item, request):
compatibility_influences = []
compatibility = 0
if request.required_tags:
if not all(tag in shoot_item.sub_tags for tag in request.required_tags): #<---- CHECKS FOR SUB_TAGS
required_tag_string = ", ".join(request.required_tags)
return 0, f"Missing Required Tags:\n{required_tag_string}"
else:
compatibility += 100
compatibility_influences.append(f"All Required Tags: {round(compatibility)}")
def analyze_item_name(self):
#...
if tag_type_delimited in shoot_item_name:
main_tags, sub_tags = shoot_item_name.split(tag_type_delimited)
else:
main_tags = shoot_item_name
sub_tags = None
Hey, love the additions in the new update! I've encountered a bug while playing though, don't know if it's been reported to you yet:
View attachment 3921946
This is a request by Beakini for a photoshoot with a required "pool" tag. I wanted to use Gina Valentina's "Sundress" photoshoot (which when checking it's associated JSON does have the "pool" tag) but the compatibility is way lower than expected. As you can see, "pool" is recognized in the shoot info but it's missed in the required tags for the request, hence the low compatibility.
Here's the bug:
Requirements are checked via subtag as can be seen in class_sponsor_ren.py, line 594:
And the sub tags are determined from the name of the images of a shoot in class_shoot_item_ren.py, line 101:Python:def get_shoot_item_compatibility(self, shoot_item, request): compatibility_influences = [] compatibility = 0 if request.required_tags: if not all(tag in shoot_item.sub_tags for tag in request.required_tags): #<---- CHECKS FOR SUB_TAGS required_tag_string = ", ".join(request.required_tags) return 0, f"Missing Required Tags:\n{required_tag_string}" else: compatibility += 100 compatibility_influences.append(f"All Required Tags: {round(compatibility)}")
But the images in Sundress don't include "pool" in their names e.g. 0_clothed-,vert.webp or 1_clothed-closeup,cover,vert.webp, thus "pool" is never a subtag so it doesn't get recognized.Python:def analyze_item_name(self): #... if tag_type_delimited in shoot_item_name: main_tags, sub_tags = shoot_item_name.split(tag_type_delimited) else: main_tags = shoot_item_name sub_tags = None
Easy fix I tested is just adding pool to all the image names, I'll let you check out the proper details if there's another fix that would be more appropriate. If anyone wants to do this you do rename them e.g. 0_clothed-,vert,pool.webp or 1_clothed-closeup,cover,vert,pool.webp at CorruptedAcademy-0.2513-pc\game\girls\Gina Valentina\photoshoots\sundress
But anyways thanks for the new update, looking forward to part 2!
For some reason, the Dolly Little mod refuses to be found by this version. I've put her mod in game/-mods like the instructions say, and I've also put her in game/girls where everyone else is. In neither place is she recognized by the game.
Thanks for the feedback, full on balancing hasn't begun yet. Also a fix made shoots way more expensive than they used to be(previous base cost was never paid).I'm enjoying the game, but I'm finding the funding a bit more tricky at the start. Only being allowed one contract and the rates for photos etc being quite low is making it difficult. I'll keep playing and see if it gets easier/better, but as things stand I'm having trouble funding photo-shoots never mind academy upgrades.
View attachment 3923216
This update provided plenty of things to spend money on and almost nothing to earn it. Stop buying avocado on toast and the starbucks.i keep on going broke, is that just cuz im stupid?
You have to manage the economic side of it more now. Don't just grab every upgrade, especially the ones that raise costs without also increasing revenue. With only 1 sponsor, income is just down a lot.i keep on going broke, is that just cuz im stupid?