Sep 17, 2023
129
69
Dope, actually tempted to vivisection some of the already existing mods just to do that.
Though I'm guessing that tying specific webms to specific characters and changing specific character's actions may be hard, since often simple stuff like hair color changes between the student and the webm.
to make videos for the girls, just put a vids sub-folder in their main folder, and put videos in it. The videos need to be named according to what is happening, there is a list of tags right in the games main vids folder called _mainTags and _optionalTags you can use for the videos. Hair colour changes can be tagged in the videos too, easy-peasy. Dig in :)
 
  • Like
Reactions: LateParty

LateParty

Newbie
Jul 18, 2022
73
206
to make videos for the girls, just put a vids sub-folder in their main folder, and put videos in it. The videos need to be named according to what is happening, there is a list of tags right in the games main vids folder called _mainTags and _optionalTags you can use for the videos. Hair colour changes can be tagged in the videos too, easy-peasy. Dig in :)
Modular games that can be easily modded are always amazing, cheers man!
 
  • Like
Reactions: Canadian_sausage
Sep 17, 2023
129
69
Modular games that can be easily modded are always amazing, cheers man!
No worries, mate. If you want to make videos, check out the programs screen2gif and HandBrake. Both free, both amazing. For still-images, I use a batch converter called XnResize, also free, also amazing.
editt: if you ever have questions, just ask, always somebody around to help...
 
Sep 17, 2023
129
69
i dont get the game .. remove girl cloth panty. etc .do the sex stuff, the video however mostly the same even tho the girl is different. and what else i can do? rinse and repeat?
Once again, this game is whatever you make it. It's a highly-customizable sex game that you can build into whatever you want it to be. If you're looking for economic simulators, or FPS, you're probably in the wrong place.
With this game, you can build entirely new actions, like I did, to provide greater variety within the provided frame. You can make new videos, new girls, new sponsors. Anything you want to do, you can if you put your mind to it.
I'm actually looking at making a Catholic-school build, having an entirely rebuilt rule-system at the PTA, uniform requirements, actions, the whole kit & caboodle. All I need is a lot of time, since I figure I'm looking at a couple hundred hours, if I'm building everything from scratch, and that might be optimistic on my part. So don't knock the game too soon. Play around with it, make it what you like.
 

Derek_StarrSmith

New Member
May 5, 2020
3
1
Every time i go to sleep on Sunday I'm getting this error and no new girls are added to admissions.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/lb_sleep.rpy", line 21, in script
    $ newGirl = girl_generate(PENDING_GIRLS)
  File "game/scripts/lb_sleep.rpy", line 21, in <module>
    $ newGirl = girl_generate(PENDING_GIRLS)
  File "game/scripts/main_classes/torenpy/girl_generate.rpy", line 4, in girl_generate
    for j in range(0,len(ALL_GIRLS_CONFIGS)*3): # I was Lazy
NameError: global name 'ALL_GIRLS_CONFIGS' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/scripts/lb_sleep.rpy", line 21, in script
    $ newGirl = girl_generate(PENDING_GIRLS)
  File "renpy/ast.py", line 1133, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 1049, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/lb_sleep.rpy", line 21, in <module>
    $ newGirl = girl_generate(PENDING_GIRLS)
  File "game/scripts/main_classes/torenpy/girl_generate.rpy", line 4, in girl_generate
    for j in range(0,len(ALL_GIRLS_CONFIGS)*3): # I was Lazy
NameError: global name 'ALL_GIRLS_CONFIGS' is not defined

Windows-10-10.0.22621 AMD64
Ren'Py 7.5.1.22070801
WTM Academy 0.323
Mon Feb 12 08:52:54 2024
 

TankH04

Member
Mar 15, 2021
332
309
By definition, a sex video would be a .webm file. I use screen2gif to capture a video, and HandBrake video converter to create the .webm, you can make some very compact videos with them, and they're both free.
Hey, I ended up finding webm videos that I thought would work well for the game and I downloaded them and put them in the vids folder, but when I turned on the game, even though it said it was updating to the changes all that I saw for the sex scenes were words and a blank screen. Do you know what happened with that?
 
  • Like
Reactions: Canadian_sausage

Ninoss

Active Member
Donor
Game Developer
Nov 20, 2017
611
1,106
Every time i go to sleep on Sunday I'm getting this error and no new girls are added to admissions.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/lb_sleep.rpy", line 21, in script
    $ newGirl = girl_generate(PENDING_GIRLS)
  File "game/scripts/lb_sleep.rpy", line 21, in <module>
    $ newGirl = girl_generate(PENDING_GIRLS)
  File "game/scripts/main_classes/torenpy/girl_generate.rpy", line 4, in girl_generate
    for j in range(0,len(ALL_GIRLS_CONFIGS)*3): # I was Lazy
NameError: global name 'ALL_GIRLS_CONFIGS' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/scripts/lb_sleep.rpy", line 21, in script
    $ newGirl = girl_generate(PENDING_GIRLS)
  File "renpy/ast.py", line 1133, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 1049, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/lb_sleep.rpy", line 21, in <module>
    $ newGirl = girl_generate(PENDING_GIRLS)
  File "game/scripts/main_classes/torenpy/girl_generate.rpy", line 4, in girl_generate
    for j in range(0,len(ALL_GIRLS_CONFIGS)*3): # I was Lazy
NameError: global name 'ALL_GIRLS_CONFIGS' is not defined

Windows-10-10.0.22621 AMD64
Ren'Py 7.5.1.22070801
WTM Academy 0.323
Mon Feb 12 08:52:54 2024
That's a quite weird error, assuming you're loading an old save, press SHIFT+O, enter "loadGirls()", press ENTER. That will reload the ALL_GIRLS_CONFIGS list but the auto-updater should have already done that.
If it's not working, your save is probably too old, re-start a new one.
 
Sep 17, 2023
129
69
Hey, I ended up finding webm videos that I thought would work well for the game and I downloaded them and put them in the vids folder, but when I turned on the game, even though it said it was updating to the changes all that I saw for the sex scenes were words and a blank screen. Do you know what happened with that?
Not sure about that, I've not just added vids in that way. when you say a blank screen, do you mean like a checkerboard pattern? Or the background image? Now, with these ideas, I'd expect the 404.webm to be in use rather than a blank screen.
Or I'm thinking it might be problems with the tags that make the filenames. Make sure each tag, like notop & nobot have an _ in front of them too. I know when I was working on other projects, a misspelled image name resulted in a checkerboard pattern rather than the intended background image.
The only other thing that occurs to me that it might be is a typo in the folder name itself, it has to be 'vids', nothing else, and placed in the relevant girls folder. Also, make sure the actions are listed before other tags, so things like gropeboob and gropeass go first, and if more than one action-tag are used, separate them with an _ as well. Also, make sure you keep numbering sequential, it might not be critical here, but it's a good practice to be in. The first vid in the series would be something like fuckpussy_fuckass_notop.webm and next would be fuckpussy_fuckass_notop1.webm and so on.
If these don't solve things, send me screenshots of the girl's folder, the vids folder and the error, plus whatever else you can think of to my email > CanadianSausage@proton.me < and I'll see if I can spot a problem. Even where you got the videos from, I'll grab them and try and replicate the issue and fix it locally, then I can provide my solution.
 

Catino

New Member
Nov 16, 2023
14
6
What is the best way to edit videos for this game? Any good free program/app or website where we can make those simple edits (cut)?
 

jh1990

Newbie
Jun 11, 2020
50
75
My V4.7 update is out it adds vids and 4 more photoshoots to 10 models . i also want to add another 10 models to my pack taking it to 150. my main list of models i wanted to add is done but wondered if anyone wants to see any of there fav pornstars in the game join the discord for more information and also somewhere to let me know as im not too active on here
 
  • Like
Reactions: example890

Ninoss

Active Member
Donor
Game Developer
Nov 20, 2017
611
1,106
you could just use the basic windows trim and cut i actually use it some times its just quick to use
I recommand for vids, quite easy but feature rich sofware.
 
  • Red Heart
Reactions: Catino

gruntcy

Member
Jul 30, 2018
260
245
WTM Academy [0.323] [Ninoss] - Compressed

Original Size: ~1.5GB
Compressed Size: ~800MB

Win/Lin/Mac:
WORKUPLOAD | PIXELDRAIN |

You don't have permission to view the spoiler content. Log in or register now.
nice update. Regarding the girl's presonality, not to make the game too repetitive, I think the fact that girls have sexual preferences and stuff that works better for them, woul make the game more engaging. Like a girl preferring oral over vaginal, or a girl that loves anal but hates vaginal, and so on and so forth.

Would give players some choices regarding which girls they prefer to keep in the academy.
 

WarblGarbl

Member
Oct 10, 2017
194
168
It such a cool concept for game, but i feel like this photoshoots take way more spotlight than they should. Really unnecessary and uninteresting for me personally. Like, instead of corrupting someone, managing school or planing some shenanigans, you just clicking to get pictures. Oh man, it just such a bummer.
If you don’t mind the setup, photoshoots are pretty avoidable. Sponsorships can give you requests for hostesses and panties, so what I do first week is ring up every sponsor and ask for more sponsor opportunities when available. You can choose which type to get, so by doing hostesses each time I can get the happiness of the sponsors up before asking them all for a weekly deal. Later on I only minmax the sponsors who like me the most, but with the amount of sponsors in the game you can use them all to be financially stable without photoshoots.
 

Sonico

Forum Fanatic
Jul 21, 2018
4,034
2,900
If you don’t mind the setup, photoshoots are pretty avoidable. Sponsorships can give you requests for hostesses and panties, so what I do first week is ring up every sponsor and ask for more sponsor opportunities when available. You can choose which type to get, so by doing hostesses each time I can get the happiness of the sponsors up before asking them all for a weekly deal. Later on I only minmax the sponsors who like me the most, but with the amount of sponsors in the game you can use them all to be financially stable without photoshoots.
Indeed, it's relatively simple to set up things to get by fine while spending only as much time in the photoshoots as one wants.
 
  • Like
Reactions: WarblGarbl

BountyKnight

Newbie
Sep 24, 2017
27
9
I have an error where the game is seemingly trying to load specific vids (rather than just any vid with the correct tags) even though I removed them from the vids folder bc I didn't like them, this has never happened with the previous versions so does anyone know how that could be fixed?
 
4.10 star(s) 19 Votes