Before you go complaining that the devs are lazy, look at the decompiled game and see for yourself how many scripts have been changed for better optimization/workflow.
I had a look to modify the exp modifiers because the grind is annoying and there is so much that's been changed.
If you want to change the exp modifiers for yourself in the code.
- Use unrenpy to decompile
- Navigate to game>core>definitions
- Open file called player (not player.rpyc) with visual studio code
- You can change the values for exp gain on line 84 (Works for exp, love, trust, desire)
I'm still looking to see where the scholarship is being handled now