Andromadar
Newbie
- Apr 3, 2017
- 23
- 27
As much as I was looking forward to the update do not put this ahead of your health, get better first then think about getting back to the update.I have a neck and shoulder injury, so sitting and typing for any length of time has been pretty hard.
Would be nice if they at least stayed compatible enough that you can use the same girl packs for both, possibly with a different config file for each.Not if they disagree about parts of the game. Even if the games are 90% the same, the remaining 10% might be very different and neither want to change their idea for that part.
With this and the Nancy Lace sister pack, can the vids/shoots/events be copy/pasted into the original girl's folder and be used as additional content for the original girl, or do the shoots/events need to be in the proper sister's folders to work?View attachment 4963071
Presenting new girl - sister ELIZABETH JEAN
View attachment 4963078
8 photoshoots:
View attachment 4963079
100+ vids. All actions are performed by a black actor.
View attachment 4963081
3 videoshoots and events:
View attachment 4963083
Pixeldrain
You must be registered to see the links
Enjoy!
Go upstairs.where is the computer room? I can only asign teachers to the msic and art class
I don't think you can do the vids, they'll overwrite other ones judging by file names. Videoshoots and photoshoots can be mixed, they're distinct. The fullbodies will overwrite.With this and the Nancy Lace sister pack, can the vids/shoots/events be copy/pasted into the original girl's folder and be used as additional content for the original girl, or do the shoots/events need to be in the proper sister's folders to work?
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/locations/academy/classroom/label_exam_intro.rpy", line 12, in script
$ exam_manager.generate_exam_classes()
File "game/scripts/locations/academy/classroom/label_exam_intro.rpy", line 12, in <module>
$ exam_manager.generate_exam_classes()
KeyError: 'art_teacher'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/locations/academy/classroom/label_exam_intro.rpy", line 12, in script
$ exam_manager.generate_exam_classes()
File "C:\Users\user\path\folder\CA0.453\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 "C:\Users\user\path\folder\CA0.453\CorruptedAcademy-0.453-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/locations/academy/classroom/label_exam_intro.rpy", line 12, in <module>
$ exam_manager.generate_exam_classes()
File "game/scripts/main_classes/exam/class_exam_manager_ren.py", line 267, in generate_exam_classes
self.generate_girls_in_class()
File "game/scripts/main_classes/exam/class_exam_manager_ren.py", line 416, in generate_girls_in_class
exam_schedule[class_name][day_of_the_week]["girls"].append(girl_id)
KeyError: 'art_teacher'
This should fix it, class_name and day_of_the_week are swapped around in that line.I'm getting error when I assign teachers
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/scripts/locations/academy/classroom/label_exam_intro.rpy", line 12, in script $ exam_manager.generate_exam_classes() File "game/scripts/locations/academy/classroom/label_exam_intro.rpy", line 12, in <module> $ exam_manager.generate_exam_classes() KeyError: 'art_teacher' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/scripts/locations/academy/classroom/label_exam_intro.rpy", line 12, in script $ exam_manager.generate_exam_classes() File "C:\Users\user\path\folder\CA0.453\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 "C:\Users\user\path\folder\CA0.453\CorruptedAcademy-0.453-pc\renpy\python.py", line 1178, in py_exec_bytecode exec(bytecode, globals, locals) File "game/scripts/locations/academy/classroom/label_exam_intro.rpy", line 12, in <module> $ exam_manager.generate_exam_classes() File "game/scripts/main_classes/exam/class_exam_manager_ren.py", line 267, in generate_exam_classes self.generate_girls_in_class() File "game/scripts/main_classes/exam/class_exam_manager_ren.py", line 416, in generate_girls_in_class exam_schedule[class_name][day_of_the_week]["girls"].append(girl_id) KeyError: 'art_teacher'
Would I have to change the names in the config files for the shoots/events? Checking the Nancy Lace one, thay all have that name in them. If I tried adding them to Nancy Ace, I'd have to change all 'Lace' in the config files to 'Ace', right? Then they'd work on Nancy Ace?I don't think you can do the vids, they'll overwrite other ones judging by file names. Videoshoots and photoshoots can be mixed, they're distinct. The fullbodies will overwrite.
The sponsor thing is likely something left over from uninstalling king tuts mods. You can probably fix in with the console, starting a new game or a newgame+ should also work.When i click 'View Sponsor' (on the only sponsor with an open 'Available Request', if that matters) i get the following error.
You don't have permission to view the spoiler content. Log in or register now.
I copied over mods from the older version, and had to delete kingtut's mod.
Also, i'm using megaera 's Peta Jensen as a mother, and the old savefile said 'Girl Missing: Peta Jensen'. Seems to still work though, just weird.
sponsor_manager.get_sponsor_by_name("sponsor_name").available_requests = []
You would need to replace "sponsor_name" with the actual name, which is usually the sponsors name in all lower case and spaces replaced with underscores i.e "fit_and_fast"The hotfix didn't fix it for me, deleting the request via console worked fine though. Thanks.The sponsor thing is likely something left over from uninstalling king tuts mods. You can probably fix in with the console, starting a new game or a newgame+ should also work.
To do it with the console open it with shift+O
Typesponsor_manager.get_sponsor_by_name("sponsor_name").available_requests = []
You would need to replace "sponsor_name" with the actual name, which is usually the sponsors name in all lower case and spaces replaced with underscores i.e "fit_and_fast"
EDIT: Added a new hotfix that should remove these invalid requests when you load your save.