User talk:Neo: Difference between revisions

From OniGalore
Jump to navigation Jump to search
(OK then, cleaning up completly :))
(A little hex help, please.)
Line 1: Line 1:
Sorry to bother you.  I want to add some more characters to level 19, but I'm not sure how to write the hex number correctly, since it is 5 digits.


In the BINACJBOCharacter.oni for level 19 at offset 0x68 currently its 8CDC, I want to add 17 more CHAR data (x2464) so doing the math xDC8C + x2464 = x100F0.
What is the correct way to write x100F0 in little endian at offset 0x68?
Of course, I'll have to make a similar change for 84DC offset xC4.
It will be great once/if we're able to export/import BINACJBOCharacter.oni as .xml files!
Many thanks.
[[User:EdT|EdT]] 06:54, 20 June 2008 (CEST)

Revision as of 04:54, 20 June 2008

Sorry to bother you. I want to add some more characters to level 19, but I'm not sure how to write the hex number correctly, since it is 5 digits.

In the BINACJBOCharacter.oni for level 19 at offset 0x68 currently its 8CDC, I want to add 17 more CHAR data (x2464) so doing the math xDC8C + x2464 = x100F0.

What is the correct way to write x100F0 in little endian at offset 0x68?

Of course, I'll have to make a similar change for 84DC offset xC4.

It will be great once/if we're able to export/import BINACJBOCharacter.oni as .xml files!

Many thanks.

EdT 06:54, 20 June 2008 (CEST)