Jump to content

Adding spawnable characters: Difference between revisions

m
changing link from http->https
m (link fix)
m (changing link from http->https)
Line 104: Line 104:
The size of the raw will become 37280 (31800+5480) and the collection size will be 37272 (31792+5480)
The size of the raw will become 37280 (31800+5480) and the collection size will be 37272 (31792+5480)


Now you have to convert those numbers into hex: http://www.easycalculation.com/decimal-converter.php
Now you have to convert those numbers into hex: https://www.easycalculation.com/decimal-converter.php
   
   
37280 becomes 91A0 and 37272 becomes 9198. But in Oni, you have to reverse the numbers (its related to endian), so in the file you have to change them to A091 and 9891.
37280 becomes 91A0 and 37272 becomes 9198. But in Oni, you have to reverse the numbers (its related to endian), so in the file you have to change them to A091 and 9891.
1,793

edits