GamerDaddy

Engaged Member
Feb 6, 2023
2,532
1,526
Hi everyone,

just a question:

I have mothers and girls with maximum corruption and maximum naturism, but they don't appear naked at the beach. With the precedent version, this happened just when they were at 80%.

What I'm missing?

Thanks to everyone who can give me any advice
witch girl/mother? they might have a clothing preventing it (happen to me with a couple of them)
 

WarblGarbl

Member
Oct 10, 2017
471
512
Hi everyone,

just a question:

I have mothers and girls with maximum corruption and maximum naturism, but they don't appear naked at the beach. With the precedent version, this happened just when they were at 80%.

What I'm missing?

Thanks to everyone who can give me an advice
I think, if they still have clothing that works for that location, they'll try to dress to match it. Even if they're fine with streaking nude, they'll still try to wear the bikini/onepiece swimsuit. Unless the beach works differently as that location makes sense for people to be naked.
 

saneulae

Member
Sep 18, 2020
118
63
I think, if they still have clothing that works for that location, they'll try to dress to match it. Even if they're fine with streaking nude, they'll still try to wear the bikini/onepiece swimsuit. Unless the beach works differently as that location makes sense for people to be naked.
BolHeX I think expanding on the simple tags for fullbodies would fine tune this. bare-beach, uniform-topless, dress_slut-bar, etc. Just need a standard format to follow
 

BolHeX

Active Member
Nov 30, 2019
646
1,251
BolHeX I think expanding on the simple tags for fullbodies would fine tune this. bare-beach, uniform-topless, dress_slut-bar, etc. Just need a standard format to follow
I have had users express interest about this. I would need to change how body images are generated to when the enter a location but it would be nice to have the fine tuning option if modders want it.
 

wobercenutrio

Newbie
May 18, 2020
18
46
I made some modifications/additions to the foot fetish mods (suck_actions by Hex and davemanster_footjobs). This includes:
*additional actions (sockjob, cumshot_socks, suck_socks)
*cumshot actions shows legs_cum images after action is performed, if possible.
*inclusion of previous and new actions as sexual favours.
*New videos for foot fetish actions (I also tried to include some FFM videos)
The design is heavily inspire in the structure of the suck_actions mod. I really liked the mods and just wanted to make some modifications. If you would like to make any modifications of the files, fell free to do so. That's is just what I made, so I really can't argue.
 

wobercenutrio

Newbie
May 18, 2020
18
46
I also made some updates to the Ariella Ferrera mod. This include the addition of new traits after some events are completed. I was heavily inspire in the Jessica_Robins and Rae_Black mods. I don't remember any other modification. Probably also included more videos. Now for the new version of the mod to work, it is also required to install wober_traits in the mod folder. The Jennie Rose mod was also slightly modified, so the new version also requires wober_traits to be installed. Note that in the mother_config files, daughters are already assigned, so if you prefer, you can just go into the file and change it to random. The mother_config file of Ariella Ferrera uses the "faketits" trait of megaera_traits. If you don't have that mod installed, I would recommend to just change the mother_config file.
 

BolHeX

Active Member
Nov 30, 2019
646
1,251
How can I use the shoot assistant to take picture and videos?
You can manage that from the photoshoot menu(where you select the girl and shoot). There is a red X than you can click to add it to the auto shoot queue, there is also a button on the top left where you can set her budget.

Would the mod manager work fine with joiplay since I use it to play on android?
It should work on JoiPlay as well but I haven't tested it.
 

GamerDaddy

Engaged Member
Feb 6, 2023
2,532
1,526
I made some modifications/additions to the foot fetish mods (suck_actions by Hex and davemanster_footjobs). This includes:
*additional actions (sockjob, cumshot_socks, suck_socks)
*cumshot actions shows legs_cum images after action is performed, if possible.
*inclusion of previous and new actions as sexual favours.
*New videos for foot fetish actions (I also tried to include some FFM videos)
The design is heavily inspire in the structure of the suck_actions mod. I really liked the mods and just wanted to make some modifications. If you would like to make any modifications of the files, fell free to do so. That's is just what I made, so I really can't argue.
MEGA
you messed up a little bit some how now everything is defined twice
 

wobercenutrio

Newbie
May 18, 2020
18
46
you messed up a little bit some how now everything is defined twice
About the actions and events being defined twice. I forgot to mention that the files are mean to replace the original files. Just erase the whole folder and install the new ones. That should make it work. In the case of the mother events, just delete them from game/_mods/events folder. In the mother file there is an event folder with the new version of the events.
 
  • Like
Reactions: GamerDaddy

Fissshxxx

New Member
Oct 16, 2017
2
0
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/locations/home_visit/at_house/daughter_discussion/label_daughter_discussion.rpy", line 97, in script call
    call expression menu_choice from _call_expression_44
  File "game/scripts/locations/label_give_girl_gift.rpy", line 133, in script
    $ selected_gift.give_gift(selected_girl)
  File "game/scripts/locations/label_give_girl_gift.rpy", line 133, in <module>
    $ selected_gift.give_gift(selected_girl)
ValueError: empty range for randrange() (-10000, -10999, -999)

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/scripts/locations/home_visit/at_house/daughter_discussion/label_daughter_discussion.rpy", line 97, in script call
    call expression menu_choice from _call_expression_44
  File "game/scripts/locations/label_give_girl_gift.rpy", line 133, in script
    $ selected_gift.give_gift(selected_girl)
  File "D:\CorruptedAcademy-0.453-pc\CorruptedAcademy-0.453-pc\renpy\ast.py", line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\CorruptedAcademy-0.453-pc\CorruptedAcademy-0.453-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/locations/label_give_girl_gift.rpy", line 133, in <module>
    $ selected_gift.give_gift(selected_girl)
  File "game/scripts/main_classes/class_shop_item_ren.py", line 137, in give_gift
    self.apply_gift_impacts(girl, accepted_gift=True)
  File "game/scripts/main_classes/class_shop_item_ren.py", line 117, in apply_gift_impacts
    girl.apply_impacts(self.accept_impacts)
  File "game/scripts/main_classes/girl/class_girl_ren.py", line 1791, in apply_impacts
    impact_amount = get_random_amount_from_tuple(impact_amount)
  File "game/scripts/utils/utils_ren.py", line 1226, in get_random_amount_from_tuple
    amount = renrandom.randint(min_range, max_range)
  File "lib/python3.9/random.py", line 338, in randint
  File "lib/python3.9/random.py", line 316, in randrange
ValueError: empty range for randrange() (-10000, -10999, -999)

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.4.24120703
Corrupted Academy 0.455c
Thu Jul 24 23:50:37 2025
 

WarblGarbl

Member
Oct 10, 2017
471
512
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/locations/home_visit/at_house/daughter_discussion/label_daughter_discussion.rpy", line 97, in script call
    call expression menu_choice from _call_expression_44
  File "game/scripts/locations/label_give_girl_gift.rpy", line 133, in script
    $ selected_gift.give_gift(selected_girl)
  File "game/scripts/locations/label_give_girl_gift.rpy", line 133, in <module>
    $ selected_gift.give_gift(selected_girl)
ValueError: empty range for randrange() (-10000, -10999, -999)

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/scripts/locations/home_visit/at_house/daughter_discussion/label_daughter_discussion.rpy", line 97, in script call
    call expression menu_choice from _call_expression_44
  File "game/scripts/locations/label_give_girl_gift.rpy", line 133, in script
    $ selected_gift.give_gift(selected_girl)
  File "D:\CorruptedAcademy-0.453-pc\CorruptedAcademy-0.453-pc\renpy\ast.py", line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\CorruptedAcademy-0.453-pc\CorruptedAcademy-0.453-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/locations/label_give_girl_gift.rpy", line 133, in <module>
    $ selected_gift.give_gift(selected_girl)
  File "game/scripts/main_classes/class_shop_item_ren.py", line 137, in give_gift
    self.apply_gift_impacts(girl, accepted_gift=True)
  File "game/scripts/main_classes/class_shop_item_ren.py", line 117, in apply_gift_impacts
    girl.apply_impacts(self.accept_impacts)
  File "game/scripts/main_classes/girl/class_girl_ren.py", line 1791, in apply_impacts
    impact_amount = get_random_amount_from_tuple(impact_amount)
  File "game/scripts/utils/utils_ren.py", line 1226, in get_random_amount_from_tuple
    amount = renrandom.randint(min_range, max_range)
  File "lib/python3.9/random.py", line 338, in randint
  File "lib/python3.9/random.py", line 316, in randrange
ValueError: empty range for randrange() (-10000, -10999, -999)

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.4.24120703
Corrupted Academy 0.455c
Thu Jul 24 23:50:37 2025
You're using the Rae Black pack with the events, right? I have a hotfix for that.

The hotfix should fix it, let me know if it doesn't.
 

hardfacing

New Member
Jun 28, 2023
10
4
Video shoots are no longer available. I have the studio unlocked, and the rule enabled, but there's no longer the arrow allowing me to toggle between photo and video shoots. Video.png
1753479749348.png
 

BolHeX

Active Member
Nov 30, 2019
646
1,251
Aug 16, 2020
451
351
Are any more stores gonna be added to the shopping center in a later update? I like the idea of a clothes shop being added. You can buy specific clothes for a girl/mother, and can have fun in the changerooms, like the bathroom quickies in the bar and coffee shop.
 
  • Thinking Face
Reactions: GamerDaddy
4.40 star(s) 42 Votes