Re: Before I change it...
whats this code?
*raises eyebrow*
Re: Before I change it...
it's the code to set generic acres (U1.0)
now, do you want to test it for me or can someone who knows what they're doing check and tell me if it's right?
Re: Before I change it...
can u make it in eu version :?:
Re: Before I change it...
Seems right to me, though the size of it may be wrong.
Re: Before I change it...
Do I just put it in and thats it or is there something special?
Also Ill test it
Re: Before I change it...
not to be a noob, but what is generic acres
Re: Before I change it...
Quote:
Originally Posted by Maniac
Seems right to me, though the size of it may be wrong.
I'm confused about the size, I've seen it count every two digits as a byte (on the wiki) and I've seen codes where every digit was a byte... so I guess I oughta test it first
Re: Before I change it...
That is correct, except the little endian confuses me in code type E. It reverses the bytes line by line, but it seems like you did it okay I guess.
Re: Before I change it...