Clock Tampering Detected
Sentinel has noticed that the in-game clock is older than it was previously, indicating the clock has been changed.
Event Data Properties
Property | Type | Notes |
---|---|---|
oldClock | Number | The previous clock value. |
newClock | Number | The new clock value. |
Sample Event Data
{
"oldClock": 394896.0,
"newClock": 28800.0
}
Understanding The Game Clock
The game’s clock is a number of seconds since midnight of the first day. There is no day zero. Since new save files start at noon of the first day, the lowest natural clock value is 43,200.
Use the convertGameClock JavaScript function to convert a between clock seconds and human-readable values.