freddygonzo
Member
- Apr 26, 2024
- 410
- 520
- 179
My question is how you are supposed to maintain 4.0.Thanks, it does seem to be random though, In my second save, I menaged to max the GPA score after some griding but still have no clear sign of how it happens or what triggers it.
About the Achievement, I think it is because chapter 1 isn't officially over yet.
I've just loaded an old save to check it again: I completed season Fall with 3.98 on day 16 with 12 days leaderboard time left, so does this mean I haven't maintained the GPA score or what?
I finished Winter in 3-4 days thanks to more stamina, way before any rating triggers. Shouldn't be much different with upcoming seasons.
A relief with Bronze V Card is at least that you only may not loose virginity, so you could still fool around otherwise: return chapter > 1 and Player.check_traits("virgin")
But this still have to wait until you make it on the combat top list during one season...
I'm already excited about more of such achievements in the future. Geezus, no more chastity stuff in a porn game, please. "Have group sex with at least three girls every day during one chapter" is more to my liking!
PS: I have installed the Universal Mod to check out the player.history:
Yeah, looks like I already ruined this chance: "lost_perfect_GPA". It's only a test session anyway to learn this stuff. Still need to check now when exactly I have lost it.
PPS: yeah, this is funny: during Fall I was N/A until on day 14 when the rating showed up, I already received the lost_perfect_GPA with only 3.98.
That possibly means you have to ditch combat training and rather study next to taking two classes per day at beginning. I had even taken the "note-taking" and "hygienic habits" perks for a lil XP learning boost and more time per day, as you can only gain more stamina from Winter on.
Code:
def start_new_day(fast = False):
...
if Player.reputation["academic"] not in {"n/a", 4.0}:
Player.History.update("lost_perfect_GPA")
...
Last edited: