VaderExMachina

Brazilian Sith Lord
Donor
Nov 21, 2022
1,037
4,561
is there a console command to increase the boost given by studying so that even if we fail the test we win? it'd say something like:

"0+100%
you've passed the test!"

i like the minigames but am sick and tired of that damn new math one....
 

Xablau1905

New Member
Feb 17, 2024
1
0
Just played the whole chapter 9 and 10. Love it, but, please Dr. pink cake: make more scenes with Riona. Make her have her own route. She is adorable too see it. Maybe I'm talking only by myself, but she reminded me of Melissa, from AL. I prefer to dare her on the game than the likes of Isabella or Jill.
 
Jun 24, 2019
4
0
So... This thread is really long. I just finished season 2 and awhile back I stumbled on this thread and bookmarked it because it was getting updates on the OC. How does this work? Do the "interlude" & chap 9 & 10 available here work with steam? I'm sure the answers are in this thread somewhere, but it's 13000+ pages long. Love the game, incidentally. About to start a second run to get the pieces I missed. Anyhow, How does this work with steam purchases of seasons 1 & 2 and how exactly did I lose my shot at Jill :( ?
 

1000Spiders

Member
Aug 17, 2022
191
378
So... This thread is really long. I just finished season 2 and awhile back I stumbled on this thread and bookmarked it because it was getting updates on the OC. How does this work? Do the "interlude" & chap 9 & 10 available here work with steam? I'm sure the answers are in this thread somewhere, but it's 13000+ pages long. Love the game, incidentally. About to start a second run to get the pieces I missed. Anyhow, How does this work with steam purchases of seasons 1 & 2 and how exactly did I lose my shot at Jill :( ?
I assume steam saves will still work on the version you download here. S3 is a completely different executable than S1&2 and you have to import the S1&2 save anyway. As for losing your shot at Jill, most likely answer is you had DIK affinity. The other possibility is you took care of Sage when she had a cold instead of going on Jill's birthday date.
 

Riaman

Member
Nov 27, 2020
462
513
my game keeps crashing on giving liquor to lily on the brandy port for android, fuck it im gonna play on steam now.
 

Riaman

Member
Nov 27, 2020
462
513
So... This thread is really long. I just finished season 2 and awhile back I stumbled on this thread and bookmarked it because it was getting updates on the OC. How does this work? Do the "interlude" & chap 9 & 10 available here work with steam? I'm sure the answers are in this thread somewhere, but it's 13000+ pages long. Love the game, incidentally. About to start a second run to get the pieces I missed. Anyhow, How does this work with steam purchases of seasons 1 & 2 and how exactly did I lose my shot at Jill :( ?
Jill only goes with chick or neutral mc, and don't miss bday date
 

Outlier69

Member
Dec 4, 2022
141
414
is there a console command to increase the boost given by studying so that even if we fail the test we win? it'd say something like:

"0+100%
you've passed the test!"

i like the minigames but am sick and tired of that damn new math one....
Good question. The short answer is no, you're gonna have to modify the code for that. Typing these commands
Python:
bonusPercentageEnglish += 100
Python:
bonusPercentageMath += 100
Python:
bonusPercentageGender += 100
in console should do the trick, but you will have to do it every time before each class. It's still faster than solving those exercises though. Regarding the science class, studying for it will only increase the bonus time. If you think you need it, this line will give you 100% extra time. I know it says 20 in the code, but it's actually 100%.
Python:
sm_studied += 20
 
Last edited:

VaderExMachina

Brazilian Sith Lord
Donor
Nov 21, 2022
1,037
4,561
Good question. The short answer is no, you're gonna have to modify the code for that. Typing these commands
Python:
bonusPercentageEnglish += 100
Python:
bonusPercentageMath += 100
Python:
bonusPercentageGender += 100
in console should do the trick, but you will have to do it every time before each class. It's still faster than solving those exercises though. Regarding the science class, studying for it will only increase the bonus time. If you think you need it, this line will give you 100% extra time. I know it says 20 in the code, but it's actually 100%.
Python:
sm_studied += 20
thanks, it worked, athough i accidentally typed it twice, and another thing to note is that while it passes you, it doesn't pass as a perfect class.
screenshot0003.png
 
4.80 star(s) 1,573 Votes