Hi, does anyone know how to freeze time on UK Truck Simulator. Thanks. Jordan
Its easy...The hour is actually a minute, so convert it into seconds (i.e. 60) and add the minutes, which are seconds. And search this value in exact 4 bytes in CoSMOS.
When you arrive to a single address, just freeze it. You can even set the desired time by applying the same concept.
where and how do i do that? 🤔
Hi, does anyone know how to freeze time on UK Truck Simulator. Thanks. Jordan
Its easy...The hour is actually a minute, so convert it into seconds (i.e. 60) and add the minutes, which are seconds. And search this value in exact 4 bytes in CoSMOS.
When you arrive to a single address, just freeze it. You can even set the desired time by applying the same concept.
what hour, what minute, in what file?
what CoSMOS?
what 4 bytes? ... binary or hex?
freeze what and how?
Cheating time in UK Truck Simulator is far easier than you suggest.
All you need is a couple of savegames and a basic text editor such as notepad.
The file you need to edit is game.sii (a text file) which you'll find in numbered subfolders in your My Documents\UK Truck Simulator\save folder. You need two savegames since you'll need to copy the time from the earlier save to the later one.
Search the game.sii file for two lines starting with;
game_time:
game_time_secs:
Copy both these lines from one file and overwrite the same lines in the other.
Notes:
game_time: = the number of minutes from the first day of the game, minimum value is 600 (min, or 10 hours ... the game starts @ 10:00 am)
In the example below "game_time: 762" is 162 minutes after the game started, or 12:42 pm on the first day
save\1
game_time: 600
game_time_secs: &3f81908e
save\2
game_time: 762
game_time_secs: &41a4adbd
To get the correct (edited) time to show up in the load/save menu, edit the "time: " value as above in file info.sii
the line "file_time: " is just the Unix era time of the samegame, and doesn't need editing (at least, not for another 28 years)
Editing the Hex time in "game_time_secs: " should allow you to write your own times, but will need explaining by someone else.