darksiders genesis is out
Posted: Sun Feb 23, 2020 1:41 am
looking for any and all codes.
im going to see what i can find in advanced mode myself to.
im going to see what i can find in advanced mode myself to.
Code: Select all
high score
8001000C 4172656E
615F476C 6F62616C
2800004C 4792EE60
(I am not sure how high you can make high score i used the value from a completed save assuming it would be high.
it's 60EE9247 in the save file the quick code writes in reverse so it becomes 4792EE60 you can change it to something
else if you want. The value that makes biggest difference is where the 47 is if the high score not high enough change
it to 48 or 49 or higher i did 55 in my switch save and it gave me a high score in billions so probably too high)
Super max health shards
8001000C 616C7468
53686172 6473000C
18000024 0000FFFF
8002000C 616C7468
53686172 6473000C
18000024 0000FFFF
8003000C 616C7468
53686172 6473000C
18000024 0000FFFF
8004000C 616C7468
53686172 6473000C
18000024 0000FFFF
8005000C 616C7468
53686172 6473000C
18000024 0000FFFF
8006000C 616C7468
53686172 6473000C
18000024 0000FFFF
8007000C 616C7468
53686172 6473000C
18000024 0000FFFF
8008000C 616C7468
53686172 6473000C
18000024 0000FFFF
8009000C 616C7468
53686172 6473000C
18000024 0000FFFF
800A000C 616C7468
53686172 6473000C
18000024 0000FFFF
Super max wrath shards
8001000C 72617468
53686172 6473000C
18000024 0000FFFF
8002000C 72617468
53686172 6473000C
18000024 0000FFFF
8003000C 72617468
53686172 6473000C
18000024 0000FFFF
8004000C 72617468
53686172 6473000C
18000024 0000FFFF
8005000C 72617468
53686172 6473000C
18000024 0000FFFF
8006000C 72617468
53686172 6473000C
18000024 0000FFFF
8007000C 72617468
53686172 6473000C
18000024 0000FFFF
8008000C 72617468
53686172 6473000C
18000024 0000FFFF
8009000C 72617468
53686172 6473000C
18000024 0000FFFF
800A000C 72617468
53686172 6473000C
18000024 0000FFFF
(There seems to be multiple instants of healthshards and wrathshards so the code i made should search and replace all that it finds)
Thank you for the codes i hope you dont mind i shard them on other sites toopj1980 wrote: ↑Sun Feb 23, 2020 1:52 pm I did this on switch version save file but I was able to edit hi score to unlock everything in the arena. Also I was able to edit health shards and wrath shards beyond the max so the values in game were in the hundred thousands.
High score you search for arena_global_highscore go down from there past currentvalue til you get to floatproperty. After floatproperty you have a few bytes something ending with 05 you edit what's in front of the 05.
For health and wrath shards you search for healthshards and wrathshards there will 2 lots at bottom of save one for each character. What you edit is after intproperty it's A (10) bytes from end of intproperty (79) or the byte that right under the o of intproperty on next line.
I found a ps4 save online it seems the same as switch and pc i made some quick codes but can't really test themCode: Select all
high score 8001000C 4172656E 615F476C 6F62616C 2800004C 4792EE60 (I am not sure how high you can make high score i used the value from a completed save assuming it would be high. it's 60EE9247 in the save file the quick code writes in reverse so it becomes 4792EE60 you can change it to something else if you want. The value that makes biggest difference is where the 47 is if the high score not high enough change it to 48 or 49 or higher i did 55 in my switch save and it gave me a high score in billions so probably too high) Super max health shards 8001000C 616C7468 53686172 6473000C 18000024 0000FFFF 8002000C 616C7468 53686172 6473000C 18000024 0000FFFF 8003000C 616C7468 53686172 6473000C 18000024 0000FFFF 8004000C 616C7468 53686172 6473000C 18000024 0000FFFF 8005000C 616C7468 53686172 6473000C 18000024 0000FFFF 8006000C 616C7468 53686172 6473000C 18000024 0000FFFF 8007000C 616C7468 53686172 6473000C 18000024 0000FFFF 8008000C 616C7468 53686172 6473000C 18000024 0000FFFF 8009000C 616C7468 53686172 6473000C 18000024 0000FFFF 800A000C 616C7468 53686172 6473000C 18000024 0000FFFF Super max wrath shards 8001000C 72617468 53686172 6473000C 18000024 0000FFFF 8002000C 72617468 53686172 6473000C 18000024 0000FFFF 8003000C 72617468 53686172 6473000C 18000024 0000FFFF 8004000C 72617468 53686172 6473000C 18000024 0000FFFF 8005000C 72617468 53686172 6473000C 18000024 0000FFFF 8006000C 72617468 53686172 6473000C 18000024 0000FFFF 8007000C 72617468 53686172 6473000C 18000024 0000FFFF 8008000C 72617468 53686172 6473000C 18000024 0000FFFF 8009000C 72617468 53686172 6473000C 18000024 0000FFFF 800A000C 72617468 53686172 6473000C 18000024 0000FFFF (There seems to be multiple instants of healthshards and wrathshards so the code i made should search and replace all that it finds)