Page 2 of 9

Re: [Early Request] Kingdoms of Amalur: Re-Reckoning

Posted: Tue Sep 08, 2020 5:24 pm
by Noire Blackheart
The game is now offically out for steam.

Re: [Early Request] Kingdoms of Amalur: Re-Reckoning

Posted: Tue Sep 08, 2020 6:40 pm
by ashuraman
I can confirm the codes do work for the steam version

EDIT: I'd like to request an infinite durability for weapons code if possible

Re: [Early Request] Kingdoms of Amalur: Re-Reckoning

Posted: Tue Sep 08, 2020 7:29 pm
by nillmand2
cant seem to get the skill points or the xp to work.

Re: [Early Request] Kingdoms of Amalur: Re-Reckoning

Posted: Tue Sep 08, 2020 7:33 pm
by ashuraman
nillmand2 wrote:
Tue Sep 08, 2020 7:29 pm
cant seem to get the skill points or the xp to work.
And you're sure you followed the instructions?

Re: [Early Request] Kingdoms of Amalur: Re-Reckoning

Posted: Tue Sep 08, 2020 8:17 pm
by Noire Blackheart
Im having same issue as nill, on steam version clicking level up the skill points and total xp still show as ??

Re: [Early Request] Kingdoms of Amalur: Re-Reckoning

Posted: Tue Sep 08, 2020 9:04 pm
by 7hornadus
skill points and xp don't work here.

Re: [Early Request] Kingdoms of Amalur: Re-Reckoning

Posted: Tue Sep 08, 2020 9:05 pm
by ashuraman
Confirmed, neither the XP or Skill point editors are working on the steam version

EDIT: I also came across a curious bug with i think the infinite health cheat. I left the tower with it on, leveled up and as soon as i exited the main menu i died

Re: [Early Request] Kingdoms of Amalur: Re-Reckoning

Posted: Tue Sep 08, 2020 9:49 pm
by Noire Blackheart
I think the orignal had the same bug, its wise not to use any cheats till you've met the fateweaver just past the tower and learnt how to use recknoning.

Re: [Early Request] Kingdoms of Amalur: Re-Reckoning

Posted: Tue Sep 08, 2020 11:36 pm
by Solgath
my main thing is always multipliers, rather than straight up maxing everything, something for xp, gold, and inventory would be good. :)

Re: [Early Request] Kingdoms of Amalur: Re-Reckoning

Posted: Tue Sep 08, 2020 11:55 pm
by gsybhlk
ashuraman wrote:
Tue Sep 08, 2020 9:05 pm
Confirmed, neither the XP or Skill point editors are working on the steam version

EDIT: I also came across a curious bug with i think the infinite health cheat. I left the tower with it on, leveled up and as soon as i exited the main menu i died
Same thing for me. Can't level up without dying.

Re: [Early Request] Kingdoms of Amalur: Re-Reckoning

Posted: Wed Sep 09, 2020 12:07 am
by ashuraman
gsybhlk wrote:
Tue Sep 08, 2020 11:55 pm
ashuraman wrote:
Tue Sep 08, 2020 9:05 pm
Confirmed, neither the XP or Skill point editors are working on the steam version

EDIT: I also came across a curious bug with i think the infinite health cheat. I left the tower with it on, leveled up and as soon as i exited the main menu i died
Same thing for me. Can't level up without dying.
If you turn off the infinite health cheat before leveling up you shouldn't die when you do level up. At least i THINK it's the infinite health cheat that's causing it but if not try turning them off one by one till you find the one causing it

Re: [Early Request] Kingdoms of Amalur: Re-Reckoning

Posted: Wed Sep 09, 2020 3:19 am
by aSwedishMagyar
I'll leave this here but I've made a post in Cheat tables where I will be posting further updates: viewtopic.php?f=4&t=13675

I have the steam version just so everyone is clear on compatibility.

So this game allows you to use the enumerate DLL's and symbols functionality of Cheat Engine and as a result you can do a lot of cool things. I found functions for base damage mults, harvest chance and others that I haven't had time to look through. Also something to look into is the game's built in cheat functions since my durability script just changes a compare where it checks for the cheat.

Update +2: Added my game constant pointers which should populate automatically without the need for stealth now. It contains the gold address as well as fate. Added in a no cooldown script and my weapon stats pointers. The inf durability in the scripts section just sets the cheat value to 1 which will make all items have a durability of 100. Shouldn't affect your achievements either. Best to not use this for now since on a new save it is messing with my menus. This is actually because of the weapon stats modding so I'm going to remove it.

Update +1: Added in some pointers for your inventory which you can select from. I populated the offset values in the item selector drop-down for Experience and Ability/Skill Points. The rest are going to be different for you I think. Also, if you haven't modified your backpack size then the get backpack limit should work. Just enable it and enter your inventory and it should populate the right one.

Image

Re: [Early Request] Kingdoms of Amalur: Re-Reckoning

Posted: Wed Sep 09, 2020 7:06 am
by anilinov
Guys can someone make an item editor, oldest version had one but I could never get it to work, the item rng is killing me here :D

Re: [Early Request] Kingdoms of Amalur: Re-Reckoning

Posted: Wed Sep 09, 2020 7:26 am
by asthebloody
aSwedishMagyar wrote:
Wed Sep 09, 2020 3:19 am
I have the steam version just so everyone is clear on compatibility.

So this game allows you to use the enumerate DLL's and symbols functionality of Cheat Engine and as a result you can do a lot of cool things. I found functions for base damage mults, harvest chance and others that I haven't had time to look through. Also something to look into is the game's built in cheat functions since my durability script just changes a compare where it checks for the cheat.

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>33</ID>
      <Description>"Inf Durability"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>define(durabilityChange,koa.BHG::PartItem::set_durability+3)
[ENABLE]


assert(durabilityChange,80 3D 44 35 * * 00 56) // should be unique
durabilityChange:
  db 80 3D 44 35 * * 01

[DISABLE]

durabilityChange:
  db 80 3D 44 35 * * 00
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

Re: [Early Request] Kingdoms of Amalur: Re-Reckoning

Posted: Wed Sep 09, 2020 7:32 am
by aSwedishMagyar
asthebloody wrote:
Wed Sep 09, 2020 7:26 am
Did mine not work unless you used wildcard?