In a 64 bit OS, the sizes of variables are twice that of a 32 bit OS right?

So in your hacks, make sure you do sizeof(float) instead of just using 4. Makes it more compatible.