truemechasonic
Member
- Joined
- Aug 13, 2018
- Messages
- 15
- Reputation score
- 26
What on earth are you playing it on? I remember the the game window being too small, if anything.i need a small help, since my screen isnt tall enought to fit the game window properly, the clock gets almost completely cut, some parts of the guide say do x at x hour but i can barely see some vertical lines and the top of the clock
Anyway, in principle you could determine the exact time by using a memory viewer such as Cheat Engine to read the variable where it's stored, (Time is a 4-byte integer, with a value between 0 at the earliest and 475 at the latest. Its location changes every time you load a save, but according to my notes it seems to always be followed by the 16-byte sequence 16 00 00 00 01 00 00 00 04 00 00 00 8E 9E 8A D4.)
Or if you can see the top of the clock, you can just estimate the time by looking at the clock's horizontal position. If you open up your inventory above the clock, each item's width corresponds to two hours. If the clock is at the left side of the inventory then the time is 6am; if it's all the way on the right then the time is 2am. So for example if the clock is at the line between the first and second inventory slots, then the time is 8am. Though I don't know if the precise time is based on the where the left side of the clock is or the middle of the clock or what (though I suspect it's neither -- 475 isn't actually divisible by the 20-hour day that the visible time range implies).