changing variables through console?
I'm not very good at the console and I'm a little confused as of how to change values such as money, affection, love and so on because it isn't like in other renpy games.
the people in the game are arranged by letters so if you in the console write "A.name" you'll get "Vera" and when you write "B.name" gives you "Senning" and so on.
so if you type "A_desire" you'll get the text "<store.Desire object at 0x05C1xxxx>" which tells you it stores the value in the memory. That number will be different on different computers because it just uses whatever space is available.
Then if you write "Cash" you'll get "<class 'store.Cash'>" you can then write "dir(store.Cash)" to get a bunch of values starting with
"__class_ _',__cmp_ _,..." and ending with stuff like "...add, buy, pay, value, zero" which im guessing is functions or variables.
This is what I could figure out on my own and I'm not sure where to go from that. It seems they've used a bunch of classes and such but I don't get why that would make it so you can't change the variables and ingame amount of money. let me know if this is the wrong place to post this or if you have any idea on how to change the ingame money ^^
It's a cool game but it says "be careful with your time" as if you are potentially fucked if you don't maximize your day perfectly. that's why I wanna cheat with money so I have more time for the other things but if it doesn't matter how many days are used. then it wouldn't matter how many days you grind or how effective you are so you could be on day 1000 without it mattering which is something I would prefer as I hate the thought of having to be careful and on my tippy toes when making choices and managing my time.