Here is my first attempt for modding/cheating this game:
Extract the attached file (Assembly-CSharp.zip), copy Assembly-CSharp.dll file to "Eleanor 3_Data/Managed" folder, replace/overwrite the existing Assembly-CSharp.dll.
Features:
PageDown - Decrease the time by 1 hour.
PageUp - Increase the time by 1 hour.
Home - Increase "WifeWhore" stat by 1, that is increase "Wife" stat by 1.
End - Decrease "WifeWhore" stat by 1, that is increase "Whore" stat by 1.
C - Cash + $1000.
M - Set "Morale" stat = 20.
S - Increase "Style" stat by 10.
F - Increase "Fitness" stat by 10.
U - Increase "Culture" stat by 10.
X - Increase "Sex" stat by 10.
I - Increase "Singer" stat by 10.
L - Increase "Sommelier" stat by 10.
R - Increase "Real Estate Agent" stat by 10.
F1 - Increase "Drake" relationship by 10.
F2 - Increase "FLA?" relationship by 10.
F3 - Increase "Paige" relationship by 10.
F4 - Increase "Amber" relationship by 10.
Note:
Time feature (PageUp/PageDown) is experimental. Time+ only works if time < 23. Time- only works if time>=9 and time<=23.9 (I'm not sure about 24, so I write it this way).
There is minor bug for "Morale" stat increment, the label/UI is not updated if "M" key is pressed, but it will be updated if you move to other location (from bathroom to livingroom, for example). It's just cosmetic bug.
I only play this game for about 10 minutes. So there are some other stats (e.g. SIN_EXP, SOME_EXP, REA_EXP, STAR, HD, HD1, etc.) not touched by this mod, because I only play this game briefly.
To modders:
Modifiy the Update() method of "Inspira.GameEngine.GameUIController".
Watch GameParamsController.runtimeParameters variable for stats list.
I'm not regular visitor of this board, and this game is not interesting for me. So maybe other modders can make improvement for this mod.
Have fun!