You can try getting some morality lowering gifts randomly searching the cage in the dark arts classroom. Or work on unlocking dark arts homework so you can lower morality this way too. Or lower her intelligence below 4 with the SPEW class. Check the ? hint near the homework, it explains well how to unlock classes.I'm stuck here
What do I do?
Stats don't change with taking classes
# scripts\fashion\fashion_results.rpy: Line 1061
$ hermione_garter_a_activated = True
$ hermione_garter_no_activated = True
# should be (not the missing 's' on each line)
$ hermione_garters_a_activated = True
$ hermione_garters_no_activated = True
# scripts\fashion\fashion_results.rpy: Line 1078
$ hermione_garter_b_activated = True
# should be
$ hermione_garters_b_activated = True
# scripts\fashion\fashion_results.rpy: Line 1121
$ hermione_stockings_e_activated = True
# should be
$ hermione_stockings_f_activated = True
+1So are the blowjob and sex scenes just placeholders still? when it says she will do the act, nothing happens except a few stat changes. Also can't seem to get any scene for spanking either.
Brother, you're absolutely right. If the core functionality can't be achieved, it will be very difficult to accomplish anything else. I think you need a team; doing it alone is really tough.Funding is nice, but at the end of a day I'm just a one guy doing everything. I am a professional artist, but when it comes to game design and coding - I'm still learning.
Gaps between the updates are getting shorter as I implement more and more of the core mechanics, so hopefully this trend will continue.
In my head, I want to make a system that can be scaled without too much pain, to avoid problems further down the line. Which means that I spend more time with the game design, UI, etc., and not making new scenes.
Thank you! I've fixed it, but I'll wait a bit before reuploading the game again. Maybe something else will come up.I have found a couple of little bugs in the wardrobe when you are trying to select stockings and garters. I don't believe this happens if you use the cheat menu, I think it only applies if you play through the game normally
I did some poking around and I have found the cause of these issues
- You cannot change the garters at all - if you select it then it changes to "No Garter" and stays there
- You cannot select the maid stockings (Stockings F) from the wardrobe
For the garters, the variable name has been typed incorrectly
And for the maid stockingsPython:# scripts\fashion\fashion_results.rpy: Line 1061 $ hermione_garter_a_activated = True $ hermione_garter_no_activated = True # should be (not the missing 's' on each line) $ hermione_garters_a_activated = True $ hermione_garters_no_activated = True # scripts\fashion\fashion_results.rpy: Line 1078 $ hermione_garter_b_activated = True # should be $ hermione_garters_b_activated = True
Hope that helpsPython:# scripts\fashion\fashion_results.rpy: Line 1121 $ hermione_stockings_e_activated = True # should be $ hermione_stockings_f_activated = True![]()