Ok, thanks for partecipating to this thread.
I have no experience in managing values trought hex files directly but only via Game Guardian interface.
It appears that Cowbeans (the company of the game) has introduced few years ago a type of encryption of data and a more secure system, as if you try to edit a simple found value (for example the number of the items of an item in your inventory) then the application crashes (seems like files are read only).
However, we should start from somewhere to obtain some progress on understanding how data works.
I mean, let's choose a data camp (like choosing a goal) to where making progress; for example let's try to find out how to find the ID of an item.
Let's take wood and rock items and try to get their ID :
In the attached picture you can see the values that change depending on the items placed in that slot and their quantity.
So, these values identify that one slot in my inventory (as you can see if i put no item on that slot then all values goes to zero).
To do that i searched for wood value (21) by subtracting 1 wood for each research and adding 1 for each research without changing the wood position in my inventory.
However, i do not know how to interpretate these GG values, all i can notice is that the values are the same for any item placed in that slot that has the same amount of items (for example 12 woods and 12 rocks have the same values).
So, do you have any idea on how to find these items IDs?
Time ago, all items were classified under the same Dword value ID 444.445 but each item had different addresses (i think) :
https://www.youtube.com/watch?v=Rb8k_kbQYe4&t=2s minute : 6:55