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 


Matching item ID to item name

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking
View previous topic :: View next topic  
Author Message
Zanko
Cheater
Reputation: 0

Joined: 28 May 2014
Posts: 40

PostPosted: Wed Jun 15, 2016 8:02 pm    Post subject: Matching item ID to item name Reply with quote

Hi I managed to find a big array of item flags

But now I need an easier way to see which flag correspond to which item.

Bitoffset 1 = "Name of Item 1"
...
Bitoffset x = "Name of Item X"

I could just do manually for each one, toggle the flag and check in game but this sounds really tedious and this array is not the only array i have to do. Generally how do people extrapolate so that they can get list of item name at once? Thanks!
Back to top
View user's profile Send private message
cooleko
Grandmaster Cheater
Reputation: 11

Joined: 04 May 2016
Posts: 717

PostPosted: Fri Jun 17, 2016 10:04 am    Post subject: Reply with quote

I recently did this for "This War is Mine"

Lua:
For i=1, (length of memory region), (offset spacer) do
writeInteger("Inventory Slot 1 ID Address", i)
sleep(250)
print(i .. ": " .. readString("Inventory Slot 1 Name Address", 100, false))
sleep(250)
end


Now your lua engine will have a neat table printed out for you to see.
Back to top
View user's profile Send private message
Zanko
Cheater
Reputation: 0

Joined: 28 May 2014
Posts: 40

PostPosted: Fri Jun 17, 2016 10:24 pm    Post subject: Reply with quote

Hi thanks for the response,
But the thing i am getting now is item ID. For example Address 0x000001 has value of 27 (Decimal). I don't know what 27 refers to. I need to toggle this 27 to see what change in the game to finally conclude that 27 is map to "broadsword" for example. And there are like 100 items and skills i have to do this : (
Back to top
View user's profile Send private message
ParkourPenguin
I post too much
Reputation: 152

Joined: 06 Jul 2014
Posts: 4703

PostPosted: Fri Jun 17, 2016 10:46 pm    Post subject: Reply with quote

Assuming all the items have the same structure, there might be some string within it that contains the name of the item. Use the structure spider to find it more easily.
_________________
I don't know where I'm going, but I'll figure it out when I get there.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking 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