User:Dualie: Difference between revisions

From Inkipedia, the Splatoon wiki
No edit summary
No edit summary
Line 5: Line 5:
----
----


== Save data offsets (from 1.0.0 or save version 0) ==
== Save data offsets ==




Line 39: Line 39:
0x2B224: Experience<br />
0x2B224: Experience<br />
0x2B228: StarRank (lol)<br />
0x2B228: StarRank (lol)<br />
0x2B234: (TicketBoostRemaining)
0x2B234: (TicketBoostRemaining)<br />
0x33988: (X Power Rainmaker)<br />
0x339D0: (X Power Splatzone)<br />
0x33A18: (X Power Tower Control)<br />
0x33A60: (X Power Clam Blitz)
 
 


'''SaveDataLocal(0x37970):'''
'''SaveDataLocal(0x37970):'''

Revision as of 11:51, 14 July 2018

File:UserDualie-cc.png

Proud member of Team THICC.


Save data offsets

0x0: (Save Version? 0, 1, 2 or 3, etc)
0x8: (CRC32 hash)

SaveDataCmn(0x10):
0x10: (Gender/PlayerType) (Octoling is 0x4)
0x14: PlayerHairId (Octoling hair 0x64, 0x65 dark)
0x18: PlayerBottomId
0x1C: PlayerSkinColorId
0x20: (EyeColorId)
0x24: (EquippedWeaponId)
0x30: (Weapon Inventory)
- 0x38: (First WeaponMain id)
- 0x3C: (First WeaponSub id)
- 0x40: (First WeaponSp id)
0x13040: (Shoe Inventory)
- 0x13048: (First Shoe id)
- 0x1304C: (First Shoe total # of unlocked abilities - including main slot)
- 0x13050: (First Shoe total # of unlocked slots - including main slot)
- 0x13054: (First Shoe main slot ability id)
- 0x13058: (First Shoe sub slot#1 ability id)
- 0x1305C: (First Shoe sub slot#2 ability id)
- 0x13060: (First Shoe sub slot#3ability id)
0x19040: (Clothes Inventory)
0x1F040: (HeadGearInventory)
0x25788: HaveMoney
0x2578C: (SeaSnail)

SaveDataVss(0x2B220):
0x2B220: PlayerRank (Not rank, level, but they call it rank in the code. It looks like level 1 is `0` and level 2 is `1`, etc)
0x2B224: Experience
0x2B228: StarRank (lol)
0x2B234: (TicketBoostRemaining)
0x33988: (X Power Rainmaker)
0x339D0: (X Power Splatzone)
0x33A18: (X Power Tower Control)
0x33A60: (X Power Clam Blitz)


SaveDataLocal(0x37970):

SaveDataMsn(0x3AD58):
0x3CBC4: (HeroModePowerOrb)
0x3CBC8: (MechanicalFish)

SaveDataShop(0x40BD0):

SaveDataCoop(0x438D0?):

(0x48290?)

Ver 3?

Many thanks to daddy SciM for doing the crypto!
Interesting stuffs, I sense.