Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


how to search time

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
kokkinogenis
Advanced Cheater
Reputation: 0

Joined: 10 Sep 2015
Posts: 82
Location: Greece

PostPosted: Thu Nov 26, 2015 9:50 am    Post subject: how to search time Reply with quote

Hello ! I have an offline game in my PC. A racing game. Now, i want to change the clock, that tells how much time you did, to go to the finish line. but the time is strange writen. Its like that for example: 0:14:39


0 : 14 : 39

stands for minutes | stands for seconds | stands for microseconds


How i have to look for it on the cheat engine ??


TNX.
Back to top
View user's profile Send private message
Zanzer
I post too much
Reputation: 126

Joined: 09 Jun 2013
Posts: 3278

PostPosted: Thu Nov 26, 2015 10:07 am    Post subject: Reply with quote

Some standard ways to store time are:
As a float/double representing the number of seconds (sometimes milliseconds).
As a 4-byte/8-byte representing the number of milliseconds.

I'm not sure you understand what microsecond means.
Does that number count up to 1,000,000 before changing that 14 to a 15? Smile
Or does it only count to 1,000 (milliseconds)?
Or, worse, do you only see it count up to 100?

Anyway, convert that time into a single value.

For total seconds, calculate: minutes * 60 + seconds
Then, tell CE to search for a range between +/- 1 of that value

For total milliseconds, calculate: (minutes * 60 + seconds) * 1000 + milliseconds
For this, best to tell CE to search for a range between +/- 1000 of that value.

So in your example:

Seconds = 0 * 60 + 14 = 14
Search for a float between 13 and 15

Milliseconds = (0 * 60 + 14) * 1000 + 39 = 14039
Search for a 4-byte between 13000 and 15000
Back to top
View user's profile Send private message
kokkinogenis
Advanced Cheater
Reputation: 0

Joined: 10 Sep 2015
Posts: 82
Location: Greece

PostPosted: Thu Nov 26, 2015 1:35 pm    Post subject: Reply with quote

Ok, i did it ! Thank you very very much !!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites