Introduction

So now we take a closer look that the red fir tree again. First we need to find this object. There are many ways to find the object you want. I prefer to do it with the landtiles. If you make the piece of land on which the object is place unique you can find it if you know the codes. So first we need to know how the land tiles works. If we take a closer look at the land tile we see this string:

view=00
00 = grass
20 = sand
40 = dirt
60 = rock
80 = red rock
A0 = tan dirt
C0 = grass/dirt
E0 = ice
View=01
00 = red grid
20 = yellow grid
40 = purple grid
60 = green grid
80 = red clay
A0 = checker

Now I shall explain what these numbers mean:

  1. This number is the view, by changing this number you can make the tile give a underground view etc.
  2. I’m not sure what this mean, but I think it means if there is something build on the tile or not.
  3. The height of the land tile
  4. The height of the side of the land
  5. This changes the shape of the land.
  6. This changes the type of land, in the right there is a list of every type of land and the variable it uses, some land types requires an other view (this is because some of the land need to cross the border of the tile and some not, I think):
  7. This manage the different states in which the land tile can be (like mowed or not).
  8. This manage if you own the land and if there is a border etc.

So now we know how the land tile is constructed we can find every tile on the map if we know how it looks. To find the red fir tree I have given the land the red rock ground so I can find it. I use the search option of winhack to find that landtile:

Now we find the red fir tree:

First you see the code of the land tile and after that there is the code of the red fir tree. All objects on a tile are behind the tile you see now.

At the moment I can’t explain the code of the red fir tree completely but the things I do know are this:

  1. in combination with number 2 this defines that it is a red fir tree
  2. in combination with number 1 this defines that it is a red fir tree
  3. this is the height on which the object is place
  4. this is the height of the clearance
  5. I don’t know yet
  6. I don’t know yet
  7. I don’t know yet
  8. I don’t know yet
See also