- Nov 15, 2018
- 28
- 18
Edit: nvm found the section that says links on above mentioned spreadsheet
Last edited:
the money cheats dont work for me yet no error code pops up when putting them inNever really commented before - here are some console commands or cheats I found (use shift+o and type/copy in), Ill add if i find anymore that are helpful.
requiredAnswers = # (set it high and no one will ever pass.. Muahahahaha)
when in a test - to use the # in [] is 0-2 (ie 0 is the first girl in the exam, 1 is the second girl, 2 is the third girl)
ExamGirls[#].pressure = (# between 0-100)
ExamGirls[#].arousal = (# between 0-100)
ExamGirls[#].corruption = (# between 0-100)
works the same with these variables too
intellect
naturism
Discipline
affection
fear
For simplicity here are the console commands found by somebody28
academy.modifyCash (10000) <= This sets your academy's cash to 10,000, feel free to change the number
academy.prestige = 200 <= This sets your prestige to 200, feel free to change the number
_girlDaring = 500 <= In a photoshoot, this changes the 'remaining willingness' value.
You can just enable debug in the gear icon in your room and cheat in money that way.the money cheats dont work for me yet no error code pops up when putting them in
edit: removing the word modify from money cheats makes them work
I can't reproduce the error, the 'sponsors_contact_menu' label exists in game's code.Crashes when trying to call a sponsor...
You don't have permission to view the spoiler content. Log in or register now.
this one does not work_girlDaring = 500 <= In a photoshoot, this changes the 'remaining willingness' value.
What the ><Ninoss hey m8 something odd is going on with the photoshoots. if i do a photoshoot with anyone who have one available when its completed all photoshoots are completed for everyone
academy.Cash = 10000ptaPresident.ptaFavors = 1000 (Ups the favor count for pta President) Not sure if this was found yet or not
Are you using it while the photoshoot is going on? I think you have to do it while the shoot's going, not before.this one does not work
What it was supposed to be then? I thought by the HOW_TO_MOD that I'll go through mothers' pictures check the number of what I want to assign a put this number to girl's config under mId. And it works with my change exactly like that.Fixes will be implemented, I just don't understand the mother-daughter ID issue as this ID was never supposed to contain a digit, I could specify it in the HOW_TO_MOD tho-
The idea is, that when naming the webm, you should be as specific as possible to differentiate between vids with the same main tag. So I am creating two maps of arrays 'possible ones' and 'fully matched ones'. If all video tags matched it would go to the later, if not then to the former. Score is simply based on how many optional tags it matched. If there are no fully matched videos, then it chose from the possible ones. It takes the array under the highest score and randomly selects one of those.About the webmFinder, yeah indeed something is wrong ><
I'm gonna check your code, I just need time for my brain to kick-in and fully understand what you're proposing.
Does your solution usually give more "accurate" results or it's just a matter of improved variety when various .webm files have the same score / when nothing is found?
I also seen that you've put a really high negative score to always avoid mother/girl to be displayed instead of the other one. The issue is that sometimes accurate webms don't exists (ex:mother), in the actual game it will just choose the accurate webms from generic girls vids, does you code have the same behavior or it forces any mother webm to be shown even if highly innacurate?
Ah yeah I know that just finding more webms is a part of the solution but tbh it takes so long that I couldn't push any updates for a significant amount of time.
I said one of their arguments. I did not test their game. Just when I noticed it I went through the comments quickly. I agree, if it is under active development, then it's better to discuss it with the author, or just provide a mod if it is a mod-friendly game like this.I won't really go into the arguments of why someone is making a for profit remaster of a game that already exists and is in active development as it's blatantly wrong. If it's bc the webmFinder has accuracy bugs, I'm even more confused and don't understand why not just propose a fix like you do...
Okay, got everything unzipped, deleted and moved, everything seems to work. Still making some small changes here and there though, I'll make better notes, if I break something, I'll reverse what I did.I can't reproduce the error, the 'sponsors_contact_menu' label exists in game's code.
Can you tell me exactly what steps you've done that leads to the error?
mId is supposed to be letters like in the exemple with Jasmine_GreyWhat it was supposed to be then? I thought by the HOW_TO_MOD that I'll go through mothers' pictures check the number of what I want to assign a put this number to girl's config under mId. And it works with my change exactly like that.
I see, I'll try to fix the check how it plays out!The idea is, that when naming the webm, you should be as specific as possible to differentiate between vids with the same main tag. So I am creating two maps of arrays 'possible ones' and 'fully matched ones'. If all video tags matched it would go to the later, if not then to the former. Score is simply based on how many optional tags it matched. If there are no fully matched videos, then it chose from the possible ones. It takes the array under the highest score and randomly selects one of those.
As for the mother videos, yes, I assign quite high score if playing mother video and the video has mother tag, yet even those are scored as others, just the mother tag prioritize it above girl videos. So if there is no mother tagged video with the main tag, girl video is selected by the score of other matched tags. If I want to play girl video, I give the high negative score and then put it under the lowest score, like if no other tags matched. Just because if want to watch a girl video, I don't want a video with a mother. Right now, the mother vids are still played only from common vids. Maybe that could be changed so there are also mother videos possible in girl's directory.
i tried before when it didnt work then i tried it during the the photoshootAre you using it while the photoshoot is going on? I think you have to do it while the shoot's going, not before.