Tutorial to align the whole uniforms string with a few stepsFirst of all I selected what I thaugh it was the whole uniforms string (don't know for sure if there are some left before the one I chose). I selected from offset 17A6C0 (00) to offset 182117 (00) I selected 2 offsets with "00" (0000 0000 in binary) because those will be easier to align after the editing.


As you can see the string I selected starts with 00 03; I translated it to binary code (which is 0000 0000 0000 0011) and started with the trial and error method; that's to say, I moved 1 bit to the right (
0000 0000 0000 0011 - deleted the first 0) selected the whole string again (without the 0) and translated it back to hex to see if it had more sense. Ater 6 misses I finded that if I moved 6 bits, that's to say, I deleted the first 6 "0s" and translated it back to hex, something very familiar appeared before my eyes:

As you can see in the picture now we can see the FF shoe color, FF team color 1, FF team color 2, FF
HB color and more data I still haven't found what means, but I'm quite sure we'll find out pretty soon (like the team code or sock color). Now I have 11 pages of code like this, completelly aligned and very editing friendly. Once you do all the changes yo wish, just:
!. select the whole edited string, copy it, paste it in this page (
http://redir.dasumo.com/hex/) in the hexadecimal box, press translate.
2. Copy the whole string that appears in the "binario" box and paste it in a word file
3. Add the first 6 "0"s we deleted previously, and copy it again.
4. Paste it in the "binario" box and press translate
5. Copy the string that appears in the haxadecimal box and paste it in the hex editor starting in the offset we started to copy the code (17A6C0)
6. Done. Everything is edited and aligned back to the way it was previosly.
I'll post the 11 pages of aligned code tomorrow with color guides so you can see clearly where each uniform info starts and ends (HB color is underlined in the example, there're 403 word characters between the end of this and the beginning of the HB color of the next uniform). As I stated before, if this method works for uniforms I'm sure it will also work for the rest.
It's pretty hard to explain this in english because it's not my native language so if you have some doubts (I'm sure you will) I'll answer them here.