User talk:Pkmnfrk/.T (new)

From OHRRPGCE-Wiki
Jump to navigation Jump to search

Hey, is that width * height * layers + header, width * height * (layers + header), or width * ( height * layers + header)? My guess/assumption is the first one.

Mike C. In every equation I do, I assume Order of Operations (following BEDMAS, i.e. Brackets, Exponents, Division/Multiplication, Addition/Subtraction). So, it would be:

(width * height * layers) + header

And, actually, that should be 2(width * height * layers) + header, since each tile is 2 bytes instead of 1.