(adsbygoogle = window.adsbygoogle || []).push({});
I'm trying to edit my level in Dark Souls 3 but the value keeps ending up as something ridiculous and I'm not sure what I'm doing wrong.
For example, I changed my level from 620 to 1. I set the address as 00 01 but when I loaded the game my level was 65536 which is apparently 00 01 00 (despite this being different from what hex converters tell me). What am I doing wrong?
I set it to 00 00 01 and now is 16777216 wtf is actually happening