Crazy's Mod still in development
0 Members and 11 Guests are viewing this topic.
Xela, there is school_pyt in you db. It's alpha of new schools that refuses to work, most likely because I used fields for images tags as you advised.Since Thewlis never mentioned them, I figured tags are your part after all.
I fixed and reuploaded all my packs with untagged images. You can just delete them if you don't want to download again, it's not a big deal.
Also I added text color for elements, like "font_color": "mediumslateblue". I can't test it of course until you use it in be log.
"Kunoichi": { "desc": "Thiscoursefocusesontrainingattackandagility.Mayalsoimproveexploration.", "imageTags": [ "ninja", "battle", "exercising" ], "noImageTags": [ "rest", "sex", "nude" ], "primary": [ "attack", "agility" ], "secondary": [ "exploration" ] },
"Kunoichi": { "desc": "Thiscoursefocusesontrainingattackandagility.Mayalsoimproveexploration.", "imageTags": [ "sfx", "ninja", "battle", "exercising" ], "primary": [ "attack", "agility" ], "secondary": [ "exploration" ] },
While running game code: File "game/library/screens/pyt - screens - nextday.rpy", line 12, in script python: File "game/library/screens/pyt - screens - nextday.rpy", line 167, in <module> TrainingJob(choice(girls), school, girls) File "game/library/classes - jobs.rpy", line 3024, in __init__ self.do_course(self.course.doNum) File "game/library/classes - jobs.rpy", line 3264, in do_course self.girl.stats.max[statmod] += 1KeyError: u'dancing'
The very same error that was before Thewlis "fixed" schools. I conclude that he did not test the code.
"skillPrimary": [ 10, 50 ], "skillSecondary": [ 4, 25
if self.girl.stats.is_skill(statmod): setattr(self.girl, statmod.capitalize(), 2) # Training setattr(self.girl, statmod.lower(), 1) # Action
# Self primary self.course.primary(self.girl, random=(1,20), chance=self.girl.AP*2, mult=self.course.get_scaling(self.girl), girlmod=self.girlmod) # Self secondary self.course.secondary(self.girl, random=(1,10), chance=self.girl.AP, mult=self.course.get_scaling(self.girl), girlmod=self.girlmod)
I expect that it was, it would not be hard to add a"random_images": [1, 2, n...]or"folder": "path"to it if needs be.