I won't have a lot more time to spend on this (more on that in my next post) but I'll try to check the forum once a day for the next few days then once a week for a month or so after that. I can't guarantee I'll get back quickly on anything though.If you want to ask questions, offer feedback or report bugs in this mod via F95Zone please put “*** Version 0.29b (MC) ***” at the top of your post so Ninoss and I aren’t distracted by issues from each other’s versions. Or you can use the ‘Conversations’ option to contact me privately.
to_corruption is the temp variable for the exam, .corruption is the actual stat.Trying to mod the game and I'm wondering what the difference is between to_variable and variable in the girl class. They seem to both be used but not sure which is for what. Should I use selectedGirl.to_corruption or selectedGirl.corruption when updating after an exam event?
I've found a workaround for now. I marked the parts of the code that i added/removed. Unfortunately this solution makes it so the girls that leave the classroom now don't get an summary at the end anymore, the ones that say: "Left because to horny".I'm not sure what exactly is happening, but it seems like a girls stats don't update properly if she leaves the classroom before the exam ends. easiest way to see this is you just grope the titties of girl number 1 again and again until she leaves the room and then do the same for girl number 2 but you stop before her pressure gets to high that way she stays until the end. if you check their stats the next day girl number 1 will have basicly the same stats where girl number 2 will have higher corruption. I attach some before&after stat pics for "evidence"
View attachment 2757461
View attachment 2757460
View attachment 2757463
View attachment 2757462
I've found a workaround for now. I marked the parts of the code that i added/removed. Unfortunately this solution makes it so the girls that leave the classroom now don't get an summary at the end anymore, the ones that say: "Left because to horny".
But at least these girl seem to get their stats updated now
View attachment 2757993
View attachment 2757994
EDIT: Nevermind, this breaks it at a certain point. I have no idea
label event_hypnotizeGirls:
call exameventSetup from _call_exameventSetup_global_4
....code goes here
this will be great id love to play with it in my gameSo I tinkered with adding some kind of hypnosis into the game and I'm looking for some feedback if this makes sense from everyone.
- added "trance" during an exam to increase corruption and arousal while decreasing pain
- added "brain drain" to make them edge during an exam and set their into to zero but only works at very high corruption. Gives huge boost to arousal.
- added a brainwash option when talking with mothers that sets their 3 stats to max and doesn't require anything (fast way to corrupt them, thats all)
Going to keep working on it and the next thing I want to build is a "play hypnotic music" option for an event for all during exams. It will arouse and corrupt all the girls there.
PROBLEMS
- I had to add code to scripts/storyEvents/lb_evening_visit.rpy because I didn't know how to add mothers content to the mods. If someone can explain to me how to do that I would be grateful.
- I need a lot more hypnosis pictures relevant to the girls getting hypnotized in webm format so if you have them in webm format please send them. I don't want them in any other format because I have to manually convert them myself. Please help.
- Not sure how deep into hypnosis enslavement the community wants for events/features so I'll keep working on this for myself unless others have ideas/images they want to feed me in order to keep the hypnosis train going.
You need to register it in DB.pyNinoss How do I add an exam event for all the girls to the side of the screen? I'm trying to add another global event but it doesn't add to the side of the screen when I create
in the file lb_examevents.rpy. Do I have to initialize it somewhere?Python:label event_hypnotizeGirls: call exameventSetup from _call_exameventSetup_global_4 ....code goes here
That's what I thought but I don't know how given it is a _global event and I don't see the others listed there. I want to add another option to the list on the side of the screen under "pass time" "encourage the girls" and "disturb the girls" as a new option for exams.You need to register it in DB.py
Working on it but I want something in a mod format before I spew a bunch of things onto the forum.this will be great id love to play with it in my game
Oh yes your right, that's actually hard coded in sc_screens.rpy for now ><That's what I thought but I don't know how given it is a _global event and I don't see the others listed there. I want to add another option to the list on the side of the screen under "pass time" "encourage the girls" and "disturb the girls" as a new option for exams.
I found the line of code in screens.rpy and changed it so now I have a new option on the menu for the exam... and I just realized my the images I have are in webp format ffs. How can I convert them over?
Things where out of order, this should fix :I've found a workaround for now. I marked the parts of the code that i added/removed. Unfortunately this solution makes it so the girls that leave the classroom now don't get an summary at the end anymore, the ones that say: "Left because to horny".
But at least these girl seem to get their stats updated now
View attachment 2757993
View attachment 2757994
EDIT: Nevermind, this breaks it at a certain point. I have no idea
Batch converting is a pain in the butt unless you have a probgrom on your PC that can do it and they cost money. However, we are not on a site where this is a problem and I can freely tell you to look on Pirate bay for "Any Video Converter Professional". It'll sort those webp files out for ya.That's what I thought but I don't know how given it is a _global event and I don't see the others listed there. I want to add another option to the list on the side of the screen under "pass time" "encourage the girls" and "disturb the girls" as a new option for exams.
I found the line of code in screens.rpy and changed it so now I have a new option on the menu for the exam... and I just realized my the images I have are in webp format ffs. How can I convert them over?
=>Batch converting is a pain in the butt unless you have a probgrom on your PC that can do it and they cost money. However, we are not on a site where this is a problem and I can freely tell you to look on Pirate bay for "Any Video Converter Professional". It'll sort those webp files out for ya.