DickKingLoL
Member
- Aug 17, 2020
- 243
- 259
There's only one PTA President per game, though you can choose which one if you have several mods. They don't have events or photoshoots but they can be invited to class for favors. So if you want more than random vids for scenes just pick a president that also exists as a regular girl and then copy the girl's vids folder over.Hey! New to this game and the mods. Couple of questions:
1) What is the difference between PTA President and Girl? On the mod download site, PTA Presidents only have full body but no webms, events, etc.
2) There are alot of modpacks, does it matter if modpacks have conflicting girls? Will they override? Do I need to be careful abotu conflicts?
3) Any advice or must have mods? Ex, I see Canadian Sausages actions modpack, compatible with other modpacks?
Cheers
Seems like renpy doesn't like some python in menu, can you try the attached files to see if it fixes the issue:Need help witch this error
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.
File "game/scripts/sc_examchoices.rpy", line 72: 'continue' is not a keyword argument or valid child for the for statement.
continue
^
File "game/scripts/sc_preExam.rpy", line 40: 'continue' is not a keyword argument or valid child for the for statement.
continue
^
Ren'Py Version: Ren'Py 8.0.3.22090809
Sat Feb 1 03:17:58 2025
It gives one more error in this LINE but If you change to pass like the others It Works só thanksSeems like renpy doesn't like some python in menu, can you try the attached files to see if it fixes the issue:
Replace files in game\scripts\xxx.rpy
Yeah seems like I can't use continue in the Renpy UIs, I've re-corrected the file. pass is enough to fix but U'll have some weirdness if you don't fix the entire statement.It gives one more error in this LINE but If you change to pass like the others It Works só thanks
if _UnlockableTrait.id not in ["naturist","nympho"]:
continue
if not _UnlockableTrait
Ok thanks for the fixYeah seems like I can't use continue in the Renpy UIs, I've re-corrected the file. pass is enough to fix but U'll have some weirdness if you don't fix the entire statement.
Yeah, that's a thing that happens to me all the time as well.What's even more horrible, however, is that a girl can run off on a game load. Come on, if I'm saving a game, I expect it to be in a stable state. I don't expect that state to change between the game loading and me getting control back. Please do get rid of that.
Thanks for both the change and the explanation.Hermenegild Buffalo Fred DownTheDrain
Made UI adjustment to indicate the chance a girl has to flee between rounds due to her nakedness, exemple with almost naked naturist and low naturism girls:
View attachment 4506239
Sometimesa girl comes to the exam with a more revealing outfit than she can handle, can't really do something about it, it's just no luck.
If you have some rule or uniform forcing nudity, there is a very high likelyhood that non-corrupted/naturismed girl will flee in the first rounds if she obeys or you force her to obey the too releavling outfit It's normal, tune down the rules to a middle point or let her pass the inspection without removing rule-breaking clothings.
Actually, the seed is not saved with RenPy, so reloading a save does change outcomes. What you are talking about is rolling back an action. But that's not what I was talking about.About the saves, if I understand what you say, reloading a save wont't change the outcomes, that's nomal, it's how RenPy is built. If you want to change the outcome, you need to alterate the seed. Don't do the exact same actions in the same exact order after loading the save and rng will be re-calculated for this new set of actions.
Ok, I see. It seems more like a bug with something stacking somewhere it shouldn't.Thanks for both the change and the explanation.
Actually, the seed is not saved with RenPy, so reloading the save does change outcomes. What you are talking about is rolling back an action. But that's not what I was talking about.
You are in a lesson, with all three girls in class and nothing happening (the game waits for your action). You save. You reload that save and - before you can do anything - two of those girls decide to flee complaining on their nakedness.
You reload the same save again. All three of them flee.
Again. One flees.
Again. You ask one of the girls how she feels, and two other flee.
Again. None flees, and you can do the action you planned to do in the first place.
I can provide you with a save to show you what I'm talking about if you have trouble reproducing it.