r3pr0bate

Weapon Order

Jul 17th, 2016
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. Your three gear order save slots are at 0x12CDCD00-0x12CDCDBF:
  2.  
  3. Each slot is sixteen integers (of 4 bytes) long, so sixty-four bytes in total:
  4. 1 integer (4 bytes): Gear type (0x00000000 = Shoes, 0x00000001 = Clothes, 0x00000002 = Hat)
  5. 1 integer (4 bytes): Gear identifier. For the IDs, see the following: Shoes: http://pastebin.com/mX8yqMg4 Clothes: http://pastebin.com/cket483N Headgear: http://pastebin.com/G9viKdFs
  6. 1 integer (4 bytes): Number of abilities leveled (in battle, 1=only main, 2=main + 1 sub, 3=main + 2 subs, 4 = main + 3 subs.)
  7. 1 integer (4 bytes): Number of ability-slots unlocked (by Spyke, 1=only main, 2=main + 1 sub, 3=main + 2 subs, 4 = main + 3 subs.)
  8. 3 integers (12 bytes): IDs of sub abilities
  9. 1 integer (4 bytes): Experience points of gear
  10. 1 integer (4 bytes): Unused. It is set to 0x00000000.
  11. 1 integer (4 bytes): Unix-timestamp of your order time.
  12. 1 integer (4 bytes): Unused. It is set to 0x00000000.
  13. 1 integer (4 bytes): Unix-timestamp of your time of arrival of the gear.
  14. 1 integer (4 bytes): Some kind of identifier associated with the guy you ordered the gear from.
  15. 1 integer (4 bytes): Unused. It is set to 0x00000000
  16. 1 integer (4 bytes): Slot-free-marker. If you cancel or collect this order, then it is set to 0xFFFFFFFF. Otherwise it reads 0x00000000.
  17. 1 integer (4 bytes): Unused. It is set to 0x00000000
  18.  
  19. An unused save slot looks like this:
  20. FFFFFFFF FFFFFFFF 00000001 00000002 FFFFFFFF FFFFFFFF FFFFFFFF 00000000 00000000 00000000 00000000 00000000 00000000 00000000 FFFFFFFF 00000000
  21.  
  22. The following is taken from the wiki at http://splatoonwiki.org/wiki/Gear_edit
  23.  
  24. ----- Here are the IDs for the sub abilities -----
  25. Damage Up 0x00000000
  26. Defense Up 0x00000001
  27. Ink Saver Main 0x00000002
  28. Ink Saver Sub 0x00000003
  29. Ink Recovery Up 0x00000004
  30. Run Speed Up 0x00000005
  31. Swim Speed Up 0x00000006
  32. Special Charge Up 0x00000007
  33. Special Duration Up 0x00000008
  34. Quick Respawn 0x00000009
  35. Special Saver 0x0000000A
  36. Quick Super Jump 0x0000000B
  37. Bomb Range Up 0x0000000C
Advertisement
Add Comment
Please, Sign In to add comment