ALIEN.DAT: - each entry is 4 bytes long

This file is seperated into 12 sections. Each section has two parts, country activity and area activity. I'm going to compress the info as much as possible while still getting the idea across. The first section represents the current month and the second section represents first month on the graph. It then goes up from there (ie: 2 then 3 then 4...)

SECTION 1 (Countries):

Offset 00 to 03 - Value of Alien activity in USA - possible values = LOTS, not sure max but more than 2 billion.

Offset 04 to 07 - Value of Alien activity in Russia - possible values = LOTS, not sure max but more than 2 billion.

Offset 08 to 0B - Value of Alien activity in UK - possible values = LOTS, not sure max but more than 2 billion.

Offset 0C to 0F - Value of Alien activity in France - possible values = LOTS, not sure max but more than 2 billion.

Offset 10 to 13 - Value of Alien activity in Germany - possible values = LOTS, not sure max but more than 2 billion.

Offset 14 to 17 - Value of Alien activity in Italy - possible values = LOTS, not sure max but more than 2 billion.

Offset 18 to 1B - Value of Alien activity in Spain - possible values = LOTS, not sure max but more than 2 billion.

Offset 1C to 1F - Value of Alien activity in China - possible values = LOTS, not sure max but more than 2 billion.

Offset 20 to 23 - Value of Alien activity in Japan - possible values = LOTS, not sure max but more than 2 billion.

Offset 24 to 27 - Value of Alien activity in India - possible values = LOTS, not sure max but more than 2 billion.

Offset 28 to 2B - Value of Alien activity in Brazil - possible values = LOTS, not sure max but more than 2 billion.

Offset 2C to 2F - Value of Alien activity in Australia - possible values = LOTS, not sure max but more than 2 billion.

Offset 30 to 33 - Value of Alien activity in Nigeria - possible values = LOTS, not sure max but more than 2 billion.

Offset 34 to 37 - Value of Alien activity in South Africa - possible values = LOTS, not sure max but more than 2 billion.

Offset 38 to 3B - Value of Alien activity in Egypt - possible values = LOTS, not sure max but more than 2 billion.

Offset 3C to 3F - Value of Alien activity in Canada - possible values = LOTS, not sure max but more than 2 billion.

SECTION 1 (Areas):

Offset 40 to 43 - Value of Alien activity in North America - possible values = LOTS, not sure max but more than 2 billion.

Offset 44 to 47 - Value of Alien activity in Arctic - possible values = LOTS, not sure max but more than 2 billion.

Offset 48 to 4B - Value of Alien activity in Antarctica - possible values = LOTS, not sure max but more than 2 billion.

Offset 4C to 4F - Value of Alien activity in South America - possible values = LOTS, not sure max but more than 2 billion.

Offset 50 to 53 - Value of Alien activity in Europe - possible values = LOTS, not sure max but more than 2 billion.

Offset 54 to 57 - Value of Alien activity in North Africa - possible values = LOTS, not sure max but more than 2 billion.

Offset 58 to 5B - Value of Alien activity in Southern Africa - possible values = LOTS, not sure max but more than 2 billion.

Offset 5C to 5F - Value of Alien activity in Central Asia - possible values = LOTS, not sure max but more than 2 billion.

Offset 60 to 63 - Value of Alien activity in Southeast Asia - possible values = LOTS, not sure max but more than 2 billion.

Offset 64 to 67 - Value of Alien activity in Siberia - possible values = LOTS, not sure max but more than 2 billion.

Offset 68 to 6B - Value of Alien activity in Australasia - possible values = LOTS, not sure max but more than 2 billion.

Offset 6C to 6F - Value of Alien activity in Pacific - possible values = LOTS, not sure max but more than 2 billion.

Offset 70 to 73 - Value of Alien activity in North Atlantic - possible values = LOTS, not sure max but more than 2 billion.

Offset 74 to 77 - Value of Alien activity in South Atlantic - possible values = LOTS, not sure max but more than 2 billion.

Offset 78 to 7B - Value of Alien activity in Indian Ocean - possible values = LOTS, not sure max but more than 2 billion.

After that, each section goes the same way. Section 2c starts on 7C. So on and so forth, I could write it all out but it's all the same thing over and over. To find the first byte for anything just add 7C (124) to the previous first byte and you'll get that.

BACK