Try editing other files, personally, I just use multiple save points, if I don't like how something is turning out, I have a choice of how far back I wanna go.my attempts the edit the saves keep getting blocked so I stopped playing
Try editing other files, personally, I just use multiple save points, if I don't like how something is turning out, I have a choice of how far back I wanna go.
IN OTHER NEWS.
I have solved the issue with the actions mods. Just don't include any reference to the event handler, anywhere in the script. *poof* it worked. I've tested the actions, they all show up where they are supposed to, and all seem to work. The videos are all renamed to fit the updated convention, and placed into relevant directories. The action mod, with all eight in a single package, is now up on myYou must be registered to see the links. It's also updated on the Google Docs.
If anybody has ANY issues with them, let me know here. Thanks for your patience in this endeavour.
open the cheats console, type or c&p >> academy.modifyCash (10000) <<. Now you have money, don't spend it all in one placeall I did was edit money in save editor (saveeditonline.com) but whwn I load the save it flags it as malious, and reverts it
Or just use the debug menu in your room and add a money that way by clicking a lot. I personally modded the game to allow $1,000 per click. I do too much testing and $100 isn't enough.all I did was edit money in save editor (saveeditonline.com) but whwn I load the save it flags it as malious, and reverts it
I modded the photoshoot to remove the random removal of some photos, added the girl's naturism and the academies budget to the photoshoot selection ui, added text indicating if a mom will let you visit her daughter (a girl needs above 33 corruption, naturism, or fear, or below 33 int for the mom to consider inviting you. There's two checks of these stats, so knowing what stats girls have can save a lot of time.) I also made a way to sort the mom visit ui based on some things like girls progress to a learning point or their time at the school, and made the girl info page accessible anywhere by using a hotkey, but both those are a little buggy.Xorgroth's post about modding his game to give him a grand instead made me start wondering about what kind of mods other people make to their games. In mine:
- I mod the lb_examEvents file, to provide a chance for player arousal with sexual interactions, mostly a random number, 0-1, 0-2 or 1-3, depending on the interaction, but a couple are just +1.
- In the DB, I also added an argument to 'fuck ass' and 'fuck pussy' to require arousal over 2 before you can do it. I just don't think it's right you can just do that whenever. Certain bits work best when properly inflated.
- In the free use talk, I gave each sexual interaction with mom a different value, oral has some corruption and affection, less fear (+4-6/+5-7/-3-5)... vaginal has a little corruption, more affection, and some fear (+2-4/+7-10/+1-3)... anal has the most corruption, least affection and more fear (+7-10/+1-3/+4-6). The gains at the end are also reduced, to +5 point gain in corruption and +3 in affection.
- Also in the free use talk, I made a change to provide a small increase in corruption, in the initial fail. The gain is usually quite small, it's random from 0-2. It takes a long time, but it is possible to talk them into steadily more corrupt events. With seven days a week, and just visiting and talking, from low corruption (<15), it seems to take ~12-17 days to get them to the point where they'll take their shirt off. I did test it a lot, there is huge variability. The other fail also has some slightly changed corruption (reduced to random +1-2) and affection (introduced as a random gain of +2-4) values, and also her fear will be reduced by -3-5.
- Most of the other changes I've made, at least I think, are cosmetic. Changes in the text, moving the '$' symbol to the front of the amount, putting a 'Mr' in front of the player name, little things like that.
Edit: I am still working on the final numbers I want in the interactions with mom, hence the range. I change it from time to time to see different values and their effects. The ranges are close to a final decision, probably something in the middle. Most others are a randint script.
I also modded the grammar in the game to read better. It's difficult to read as it is now with all of the punctuation having spaces around them or periods surrounding them for some reason.Xorgroth's post about modding his game to give him a grand instead made me start wondering about what kind of mods other people make to their games. In mine:
- I mod the lb_examEvents file, to provide a chance for player arousal with sexual interactions, mostly a random number, 0-1, 0-2 or 1-3, depending on the interaction, but a couple are just +1.
- In the DB, I also added an argument to 'fuck ass' and 'fuck pussy' to require arousal over 2 before you can do it. I just don't think it's right you can just do that whenever. Certain bits work best when properly inflated.
- In the free use talk, I gave each sexual interaction with mom a different value, oral has some corruption and affection, less fear (+4-6/+5-7/-3-5)... vaginal has a little corruption, more affection, and some fear (+2-4/+7-10/+1-3)... anal has the most corruption, least affection and more fear (+7-10/+1-3/+4-6). The gains at the end are also reduced, to +5 point gain in corruption and +3 in affection.
- Also in the free use talk, I made a change to provide a small increase in corruption, in the initial fail. The gain is usually quite small, it's random from 0-2. It takes a long time, but it is possible to talk them into steadily more corrupt events. With seven days a week, and just visiting and talking, from low corruption (<15), it seems to take ~12-17 days to get them to the point where they'll take their shirt off. I did test it a lot, there is huge variability. The other fail also has some slightly changed corruption (reduced to random +1-2) and affection (introduced as a random gain of +2-4) values, and also her fear will be reduced by -3-5.
- Most of the other changes I've made, at least I think, are cosmetic. Changes in the text, moving the '$' symbol to the front of the amount, putting a 'Mr' in front of the player name, little things like that.
Edit: I am still working on the final numbers I want in the interactions with mom, hence the range. I change it from time to time to see different values and their effects. The ranges are close to a final decision, probably something in the middle. Most others are a randint script.
I think it might have been WarblGarbl that made the mod with favourable compatibility, I did one to make long-names appear better, and I do have to do that one again.I also modded the grammar in the game to read better. It's difficult to read as it is now with all of the punctuation having spaces around them or periods surrounding them for some reason.
I also add in the mod one of you did for me where it only shows the sponsors with a favorable compatibility, think I dropped it to 90-95% before they'll show on the photoshoot selection screen. That's a must for me.
Yeah, the spacesI also modded the grammar in the game to read better. It's difficult to read as it is now with all of the punctuation having spaces around them or periods surrounding them for some reason.
I also add in the mod one of you did for me where it only shows the sponsors with a favorable compatibility, think I dropped it to 90-95% before they'll show on the photoshoot selection screen. That's a must for me.
Well, the math behind all this seems like an overkill to me, but I see your point why you do that. Just sometimes it makes the simple algorithm less understandable and way more bugged. I prefer KISS method much more. (KISS: Keep it simple, stupid).Xorgroth's post about modding his game to give him a grand instead made me start wondering about what kind of mods other people make to their games. In mine:
- I mod the lb_examEvents file, to provide a chance for player arousal with sexual interactions, mostly a random number, 0-1, 0-2 or 1-3, depending on the interaction, but a couple are just +1.
- In the DB, I also added an argument to 'fuck ass' and 'fuck pussy' to require arousal over 2 before you can do it. I just don't think it's right you can just do that whenever. Certain bits work best when properly inflated.
- In the free use talk, I gave each sexual interaction with mom a different value, oral has some corruption and affection, less fear (+4-6/+5-7/-3-5)... vaginal has a little corruption, more affection, and some fear (+2-4/+7-10/+1-3)... anal has the most corruption, least affection and more fear (+7-10/+1-3/+4-6). The gains at the end are also reduced, to +5 point gain in corruption and +3 in affection.
...
It is there to start their events, you can click that girl in the hallway of academy and start her event from there. In previous version it started random event from your home when you wanted to spend some time with a girl, now you can select from the available events.So, whats up with option to go on a Date with a girl? I haven't been able to get it to proc yet but the option is there when I select visit a girl at home.
You'll only be missing out on bugs... go with 0.353Does anyone know why the older version of the game is "bigger" ?
v0.351 = 1.82GB
v0.353 = 1.63GB
Just wondering if I gonna miss out on something?
Can you update link for Screen Fix Long Sponsor Name. Thank You.Xorgroth's post about modding his game to give him a grand instead made me start wondering about what kind of mods other people make to their games. In mine:
- I mod the lb_examEvents file, to provide a chance for player arousal with sexual interactions, mostly a random number, 0-1, 0-2 or 1-3, depending on the interaction, but a couple are just +1.
- In the DB, I also added an argument to 'fuck ass' and 'fuck pussy' to require arousal over 2 before you can do it. I just don't think it's right you can just do that whenever. Certain bits work best when properly inflated.
- In the free use talk, I gave each sexual interaction with mom a different value, oral has some corruption and affection, less fear (+4-6/+5-7/-3-5)... vaginal has a little corruption, more affection, and some fear (+2-4/+7-10/+1-3)... anal has the most corruption, least affection and more fear (+7-10/+1-3/+4-6). The gains at the end are also reduced, to +5 point gain in corruption and +3 in affection.
- Also in the free use talk, I made a change to provide a small increase in corruption, in the initial fail. The gain is usually quite small, it's random from 0-2. It takes a long time, but it is possible to talk them into steadily more corrupt events. With seven days a week, and just visiting and talking, from low corruption (<15), it seems to take ~12-17 days to get them to the point where they'll take their shirt off. I did test it a lot, there is huge variability. The other fail also has some slightly changed corruption (reduced to random +1-2) and affection (introduced as a random gain of +2-4) values, and also her fear will be reduced by -3-5.
- Most of the other changes I've made, at least I think, are cosmetic. Changes in the text, moving the '$' symbol to the front of the amount, putting a 'Mr' in front of the player name, little things like that.
Edit: I am still working on the final numbers I want in the interactions with mom, hence the range. I change it from time to time to see different values and their effects. The ranges are close to a final decision, probably something in the middle. Most others are a randint script.
Done... I'll put it on the Google Docs tomorrow, I'm beat.Can you update link for Screen Fix Long Sponsor Name. Thank You.