AstralMirage wrote: ↑Thu Aug 03, 2023 1:45 am
I'm not sure if anyone is going to care, but for those looking to get Relic fragments, I've been messing with the older Table that has the Unequipped Gear Finder. I saw in an earlier message that it only sees the last Fragment in the list. So, me being the stubborn person I am, played with it for a good two hours.
I've found out the relic fragments are static and stored in the same addresses. (Edit: From testing this further, I've just found that they do get shuffled if the game is restarted sometimes so apologies)
1FEA5D29BB0 Weakspot Damage Fragment
1FEA5D29BD8 The Level
1FEA5D29BDC The Count
1FD55802860 Melee Crit Chance
1FD55802888 Level
1FD5580288C Count
Just to name a few.
So far what I've gathered is the Level always ends in 8 and the Count always ends in C. I didn't write down the Mod Damage addresses but 1FE3DA2E700 would end up being 1FE3DA2E728 The placement seems to always be the same.
Their leveling isn't normal either because each +1 has a range it seems. 31 is Mythic level. Anything higher than that and you get a Mythic +1, +2 etc which doesn't change the stats at all, but in case of something corrupting I left them at 31 to be safe.
I'm not handy with Cheat Engine so I haven't had any luck trying to edit the addresses manually but I found a workaround that's kind of janky that let me edit a few of them. Warning this only works best when you don't have many fragments to begin with because it takes advantage of abusing slots.
(I should first point out the issue. The list seems to be organized by putting Mythic fragments at the end so after changing your first fragment to Mythic, you're going to forever end up with that fragment being last usually. )
Secondly, you want to make sure your equipped fragments are empty so that the next new fragment you get auto equips.
The pointer when you first initialize the Ungeared script seems to save its location when you first grab a number. So if your last fragment is in slot 5, What I noticed that if you close your inventory and reset the script back to ???'s You can talk to Dwell and roll the dice to get a new fragment. The minute you buy a new fragment the script will auto update for some reason. It will update to "something" from that table, usually whatever was to the left of last slot, where I'm assuming the program ties to look at the last position that fragment was in and gets a new one instead.
Without going into your inventory, quickly change the level of that fragment to 31 (If you want Mythic), because if you enter your inventory first, it will adjust to the last slot again.
You can delete Fragments by changing the count to 0, and going back into the relic fragment screen, it will one by one delete the last slot as you go along.
Welp, There you go. I hope it helps someone out. If I knew how to manually change the addresses, I would have written more down but hopefully someone more savvy than I can work with what I found.