I'd ask Ninoss on the discord if you want a longer/more accurate answer.what does offset mean?
Yeah I might have fixed the double None bug since thenOk, Ninoss, so I do have a request for you. Not a bug, but something to make a game a bit easier to use.
Please change the lines 87-93 of game/scripts/sc_review.rpy to the following:
You don't have permission to view the spoiler content. Log in or register now.
The new line is the "if", the lines following it are indented. The end result is, the "None" pseudo-clothes are not shown in the girl review unless they're the only ones in a wardrobe. (Side note: with the past versions, I've seen wardrobes containing two "None"s. I haven't seen something like this in 0.20d, but if you don't recall fixing this specifically, you might want to look into the issue.)
for wardrobe in _allWardobes:
if len(wardrobe) > 1:
$ _wardrobeName = wardrobe[0].type.capitalize()
hbox:
xsize 330
ysize 5
text "{b}[_wardrobeName] :" size 18 text_align 0
for cloth in wardrobe:
if cloth.name != "None":
transform:
xsize 330
ysize 5
imagebutton:
idle im.Scale(cloth.clothingImg, 22, 22)
text "[cloth.name]" size 15 xpos 26 text_align 0
Well, the "len(wardrobe) != 0" condition will always be true unless you'll get rid of the "None" pseudo-clothes. Also, I have coded it the way I did precisely because I didn't want the whole category to disappear, just to show "None" if all non-pseudo clothes are missing.Yeah I might have fixed the double None bug since then
Buy yeah will be implementing some : cloth.name != "None"
maybe some : len(wardrobe) != 0 and wardrobe[0].name != "None"
to avoid showing the categorie if nothing if there.
I've edited the msg*Well, the "len(wardrobe) != 0" condition will always be true unless you'll get rid of the "None" pseudo-clothes. Also, I have coded it the way I did precisely because I didn't want the whole category to disappear, just to show "None" if all non-pseudo clothes are missing.
So your solution never shows "None"s, mine shows them only if there are no other clothes in the wardrobe. Both work. I think my solution is less surprising for a player, but it's really just a matter of taste.I've edited the msg*
Send me the modified file on Discord, I'll chech thatHi Ninoss, so I was looking at modding WTM academy, but I ran into an "issue". The game waits for input when you load an video file (during an event), but when you load an image it doesn't. So I modded the game files to make it not wait for input, but think it would be easier (and made more sense) if it was incorporated into the main game. (and when I looked at a few other events it makes it double wait by first having the built-in wait, and then having an wait inside of the event file)
tl;dr: Could you please remove the waiting for input when loading an video file for an event?
I'm not sure you understood me. I'm not asking for more girls in the classroom - that would imply the need to overhaul all of the exam UI. I'm asking for the ability to choose the three girls which will go into the classroom from a short list created by the game (four for starters, maybe increase it later). Apart from the idea I mentioned earlier, this could be useful, for example, to force a girl you need naked for a photoshoot to come to the exam and submit to public nudity or sex.Hermenegild
[...] About PTA rule for more girls in classroom, the game already select for you girls that didn't pased the exam this week. The issue you point is also related to having too much girls. Graduations will also solve that as actually passing the exam or to be precise "taking lessons" will be a major helping the new goals of this update.
WIP.great game but still not 100% sure about the goal of the game.
So do we want the girls to eventually "graduate"..?