Idlehands88 thank you. Did you figure if VGR, END, VIT, ATN, STR, DEX, ADP, INT, FTH, are linked to level? or are they separated values like on darksouls 1?
If they are separated, do you have a bookmarks for hex edit?
Thanks again
Idlehands88 thank you. Did you figure if VGR, END, VIT, ATN, STR, DEX, ADP, INT, FTH, are linked to level? or are they separated values like on darksouls 1?
If they are separated, do you have a bookmarks for hex edit?
Thanks again















The stats are written in Int16 values (2 bytes), one after each other. Level is auto-calculated based on your Stats. The highest legit value for the stats are 99 (0063), or 32767 (7FFF) if you want them maxed. Your HP will be the same no matter how much higher you put your stats past 99.
0x20 - VGR
0x22 - END
0x24 - VIT
0x26 - ATN
0x28 - STR
0x2A - DEX
0x2C - ADP
0x2E - INT
0x30 - FTH















oleee grandeee
and 0x20 so Hit ctrl+g to go to that in hxd then i look for what exactly because all i see is 14 63 i 63 is 99 for quantity in hex but im not seeing any other 63 numbers though