when you go through the tutorial, and are in the bedroom main hub screen, it's in the top left.how do you get to the settings menu?
when you go through the tutorial, and are in the bedroom main hub screen, it's in the top left.how do you get to the settings menu?
I built a new directory, and modified a bunch of the Vanilla girls, plus those I really liked from some of the other modders. Also made a bunch of additional sponsors. I just move my last directory for the girls into the new version, do the same for my sponsors, and my own picture that I put in my game. The girls always play the same, just the way I prefer. I just never know which of the hundred or so models I get in any given game.honestly i liked it before this update was able to have sex with one of the girls before the first pta meeting now i cant progress so theres literally no point in me playing past this update
But on MAC i only have one file. there are no folders or anythingI guess it would be the same as on PC? i.e copy the scripts of the mods to the scripts_mods folder and the girls typically go to the girls folder. Sponsors to sponsors folder.
just manually copy the files to the right location and (re) start the game.
You can just give them hints in the menu when you click on their portraits.It feels to me like the girls' intelligence is very low and grows very slowly. Does anyone else agree?
Or you can customize the girls more. I gave every one of the models all six attributes in their config files, and adjusted numbers on different models in different ways. Some are very smart, hard to keep at the school for long, others not so smart. Pay attention to the traits too, a girl with high intelligence and a genius trait can even pass the exam on the first try. Without help. There are a lot of variables, you have to tinker if you want specific outcomes. My models are broken into four categories, very-easy, easy, hard and very-hard. With a game as easily modded as this is, you can quite literally choose how easy or difficult you want your game to be.It feels to me like the girls' intelligence is very low and grows very slowly. Does anyone else agree?
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/script.rpy", line 18, in script call
call pickName from _call_pickName
File "game/scripts/lb_pta.rpy", line 206, in script
_lowNaturismMom.chat "And Ms.[_highNaturismMom.surname], no, we are not a naturist community."
Exception: Sayer '_lowNaturismMom.chat' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/script.rpy", line 18, in script call
call pickName from _call_pickName
File "game/scripts/lb_pta.rpy", line 206, in script
_lowNaturismMom.chat "And Ms.[_highNaturismMom.surname], no, we are not a naturist community."
File "renpy/ast.py", line 881, in execute
who = eval_who(self.who, self.who_fast)
File "renpy/ast.py", line 774, in eval_who
raise Exception("Sayer '%s' is not defined." % who)
Exception: Sayer '_lowNaturismMom.chat' is not defined.
Windows-10-10.0.19041 AMD64
Ren'Py 7.5.1.22070801
WTM Academy 0.316
Mon Dec 25 16:06:50 2023
F that's _lowNaturismMom.char not _lowNaturismMom.chat ><First error, passing PTA rule for forced pantyless...
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/scripts/script.rpy", line 18, in script call call pickName from _call_pickName File "game/scripts/lb_pta.rpy", line 206, in script _lowNaturismMom.chat "And Ms.[_highNaturismMom.surname], no, we are not a naturist community." Exception: Sayer '_lowNaturismMom.chat' is not defined. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/scripts/script.rpy", line 18, in script call call pickName from _call_pickName File "game/scripts/lb_pta.rpy", line 206, in script _lowNaturismMom.chat "And Ms.[_highNaturismMom.surname], no, we are not a naturist community." File "renpy/ast.py", line 881, in execute who = eval_who(self.who, self.who_fast) File "renpy/ast.py", line 774, in eval_who raise Exception("Sayer '%s' is not defined." % who) Exception: Sayer '_lowNaturismMom.chat' is not defined. Windows-10-10.0.19041 AMD64 Ren'Py 7.5.1.22070801 WTM Academy 0.316 Mon Dec 25 16:06:50 2023
Sponsors.How do I make money for the school? I'm three weeks in and I've been warned by the headmaster that I'll be fired If I don't stop Losng money.
contact all sponsors. After ca 1 week contact them again and then you get requests. If you fullfil them you get money. If they are happy with you (scales with relation) you can ask them for weekly payments (2nd option in call menu).How do I make money for the school? I'm three weeks in and I've been warned by the headmaster that I'll be fired If I don't stop Losng money.
Are these changes you speak of made in-game? I've been trying to figure out how to do any of what you say the mod will do, and don't see anything. Where do you make changes like you talk about? I can't find anything...I made a mod to make the ruling more effective, also uniform isn't incompatible with other rules now, meaning you can mix and match them. (making the uniform topless and pantyless for example.)
Plain Panties and Long Socks are also part of the default uniform now.
Requires a new game for the rules to not be incompatible.
Replaces DB.rpy and girl.rpy.
Don't expect it to be supported, just made it for my personal use.
It works like the vanilla game, activate the PTA rules you want (You do need a new game for that part, otherwise they're mutually exclusive.), so the changes possible are confined to the existing rules you can mix and match.Are these changes you speak of made in-game? I've been trying to figure out how to do any of what you say the mod will do, and don't see anything. Where do you make changes like you talk about? I can't find anything...
If it's in the code, maybe include some kind of guide for modifying your work. I've done coding before, started with COBOL in high school, but I'm new to Python, so guides are really nice to walk my dinosaur ass through something...
As already responded, it sends statistical datas toNinoss
i am curious to see why there are so many HTTP requests peppered throughout the code.
From what i see, all of these requests get sent to "You must be registered to see the links"
It even sends the player chosen name.
see attached image for reference.
A call is made upon recruiting the girls, when you visit their homes, when PTA lost the girl.
Those are the ones I found doing a quick search.
I was wondering why this information is being sent across the network. Especially with no toggle for disabling it.
The renpy team is ONE man far as I know, and he still hasn't fully ported it to Python 3. Some of the modules that make up Renpy are more than ten years old and risky to run on a newer system.You can contact the Renpy team and ask them to fix inconsitant python libraries save while in screens and the save screen img save kinda bug
(And a way to default variables when rollback/forwards and actually don't have any screens values selected because it was skipped)
Alternativly I could just disable the ability to rollback like many other games do.
As already responded, it sends statistical datas toYou must be registered to see the links. I mean if you visit that website it should be quite obvious ><
I don't see what's curious there, that's pretty common tbh.
Mainly this is used to have players using the in-game vote system.
Sometimes I also make a call at special milestones in the game, to see if players are able to reach it and approximatly how many to make educated guess.
That also helped catching some bugs where players would go in an un-reachable or buggy state but not necessarily had time to make bug report on the Discord. That helps me de-bug when I suspect a bug to be possible but can't reproduce it myself.
For exemple as played where always in the red, I've added 2 events to tell you about sponsors in-game.
And that hugly increased the overall academy cashflow of players (from -800 to -450) even if I'm not satisfied, should be around ~0 to translate a mostly balanced experience for players.
Last updated I've added a call when you recruit/blacklist girls to see which one are trending or really disliked, also for modders to be able to see which girls are actually used as they don't have any clue. Didn't had time to do the frontend but those datas will be public on the website when I have the time to do it.
For exemple actually it's Zsnnett in lead, that's my personnal favorite but I didn't knew she would be #1 over Caprice and Boyd!
View attachment 3206923
I also want to see if some girls are highly disliked to just replace them with better ones, and spolier, some are doing terrible.
At some point I want to implement some in-game dynamic events based on girls and sponsor popularity (I mean a real popularity influenced by players).
I found that pretty cool to have interactions going on between all players.
Those request also checks for the version of the game on F95 to give a direct shortcut to the update if needed.
(Also tries to encourage players to DL from F95 only to avoid crappy or un-clean versions of the game)
If you want you can block the domain in your firewall but?. All the datas are agregated anyways so yeah except giving me a hard time knowing what ppl like in the game I don't see the point
Here was a way too long explanation about http requests in 2023 (soon 2024 )