Assassin’s Creed® Valhalla - InventoryEditor

Upload your cheat tables here (No requests)
HolloW1986
Noobzor
Noobzor
Posts: 6
Joined: Sun Jan 19, 2020 11:47 am
Reputation: 1

Re: Assassin’s Creed® Valhalla - InventoryEditor

Post by HolloW1986 »

Hearts wrote:
Sun Nov 22, 2020 10:46 pm
HolloW1986 wrote:
Sun Nov 22, 2020 10:43 pm
Only thing thats sad it only works for the Standart Version. I hope there will be a Update for the Uplay+ Version
From the creator's recent post:

"open the CT file in notepad ++, go through the replacement throughout the file from ACValhalla.exe to ACValhalla_Plus.exe"
THX for the Tip

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1

User avatar
NumberXer0
Expert Cheater
Expert Cheater
Posts: 1028
Joined: Sun Mar 12, 2017 2:17 pm
Reputation: 92

Re: Assassin’s Creed® Valhalla - InventoryEditor

Post by NumberXer0 »

Skyligh wrote:
Sun Nov 22, 2020 11:04 pm
I'm not sure what and where to edit, because I don't see that line.
I see this;

"get_loop:
mov dword ptr [rsp+28], 0D
mov dword ptr [rsp+20], 1
xor r9d, r9d
xor r8d, r8d"
No idea, I'm not home to look at it myself. Glad I copied that though, they keep deleting all of the Valhalla posts for being in the wrong topic, yet they refuse to unlock the Valhalla topic -.-

Skyligh
Novice Cheater
Novice Cheater
Posts: 17
Joined: Sat Nov 21, 2020 1:03 pm
Reputation: 1

Re: Assassin’s Creed® Valhalla - InventoryEditor

Post by Skyligh »

Yeah I was just updating the page, because I had asked the guy who wrote it, and BAM.. 7-8 posts gone.

Skyligh
Novice Cheater
Novice Cheater
Posts: 17
Joined: Sat Nov 21, 2020 1:03 pm
Reputation: 1

Re: Assassin’s Creed® Valhalla - InventoryEditor

Post by Skyligh »

This is the fix:

Change:

get_loop:
mov dword ptr [rsp+28], 0D
mov dword ptr [rsp+20], 1
xor r9d, r9d
xor r8d, r8d

To:

get_loop:
mov dword ptr [rsp+28], 4
mov dword ptr [rsp+20], 1
mov r9, 3
mov r8, 3

Then it works.
Last edited by Skyligh on Tue Nov 24, 2020 3:08 am, edited 2 times in total.

thexfile
Noobzor
Noobzor
Posts: 6
Joined: Sat Nov 21, 2020 1:33 pm
Reputation: 2

Re: Assassin’s Creed® Valhalla - InventoryEditor

Post by thexfile »

They finally unlocked the thread and called it a favor from them to the fans of the game.

Okay...?

Back to the topic (sort of), let's hope the possible fix does work. I'm gonna test the table now. I just need to figure out how cheat engine works first (I'm sure I'll manage). All I know is I'm glad I found this forum.

lol3003
Expert Cheater
Expert Cheater
Posts: 87
Joined: Fri Mar 10, 2017 6:44 pm
Reputation: 17

Re: Assassin’s Creed® Valhalla - InventoryEditor

Post by lol3003 »

ok it seems to work but with the code
get_loop:
mov dword ptr [rsp+28], 0D
mov dword ptr [rsp+20], 1
mov r9, 3
mov r8, 3

which makes sense because the first dword move the origial wanted to make wanted to write 8 byte to a 16 byte adress i was able to get it working this way

Skyligh
Novice Cheater
Novice Cheater
Posts: 17
Joined: Sat Nov 21, 2020 1:03 pm
Reputation: 1

Re: Assassin’s Creed® Valhalla - InventoryEditor

Post by Skyligh »

Greater question now is, how to delete the grey items. :-D

User avatar
NumberXer0
Expert Cheater
Expert Cheater
Posts: 1028
Joined: Sun Mar 12, 2017 2:17 pm
Reputation: 92

Re: Assassin’s Creed® Valhalla - InventoryEditor

Post by NumberXer0 »

Skyligh wrote:
Sun Nov 22, 2020 11:29 pm
Greater question now is, how to delete the grey items. :-D
Using the other table on this site, you can add the hash IDs for the items you don't want to the txt files. Load up the table and set the quantities to 0. Save and reload. Should remove them from your inventory.

Skyligh
Novice Cheater
Novice Cheater
Posts: 17
Joined: Sat Nov 21, 2020 1:03 pm
Reputation: 1

Re: Assassin’s Creed® Valhalla - InventoryEditor

Post by Skyligh »

NumberXer0 wrote:
Sun Nov 22, 2020 11:31 pm
Skyligh wrote:
Sun Nov 22, 2020 11:29 pm
Greater question now is, how to delete the grey items. :-D
Using the other table on this site, you can add the hash IDs for the items you don't want to the txt files. Load up the table and set the quantities to 0. Save and reload. Should remove them from your inventory.
My man.
Of course. Didn't even think about that, because it was armor. Well, outfits. :-D
Thanks.

thexfile
Noobzor
Noobzor
Posts: 6
Joined: Sat Nov 21, 2020 1:33 pm
Reputation: 2

Re: Assassin’s Creed® Valhalla - InventoryEditor

Post by thexfile »

lol3003 wrote:
Sun Nov 22, 2020 11:25 pm
ok it seems to work but with the code
get_loop:
mov dword ptr [rsp+28], 0D
mov dword ptr [rsp+20], 1
mov r9, 3
mov r8, 3

which makes sense because the first dword move the origial wanted to make wanted to write 8 byte to a 16 byte adress i was able to get it working this way
So changing this in the script for "+Inventory: Get Item" allows you to get the gear in mythical level? You just change it, save the script and run "+Get Draugr Pack", for instance, or do you need to do something differently? I tried that and I still got the grey Draugr items.

tonybmp
Noobzor
Noobzor
Posts: 5
Joined: Sun Nov 22, 2020 11:59 pm
Reputation: 0

Re: Assassin’s Creed® Valhalla - InventoryEditor

Post by tonybmp »

lol3003 wrote:
Sun Nov 22, 2020 11:25 pm
ok it seems to work but with the code
get_loop:
mov dword ptr [rsp+28], 0D
mov dword ptr [rsp+20], 1
mov r9, 3
mov r8, 3

which makes sense because the first dword move the origial wanted to make wanted to write 8 byte to a 16 byte adress i was able to get it working this way
i edited the table this way but everytime i click builk drauger items my game craashes? tips?

tonybmp
Noobzor
Noobzor
Posts: 5
Joined: Sun Nov 22, 2020 11:59 pm
Reputation: 0

Re: Assassin’s Creed® Valhalla - InventoryEditor

Post by tonybmp »

fixed it yay

thexfile
Noobzor
Noobzor
Posts: 6
Joined: Sat Nov 21, 2020 1:33 pm
Reputation: 2

Re: Assassin’s Creed® Valhalla - InventoryEditor

Post by thexfile »

get_loop:
mov dword ptr [rsp+28], 4
mov dword ptr [rsp+20], 1
mov r9, 3
mov r8, 3A

This worked for me. And I needed to uncheck/recheck +Inventory, I guess.

Quick question, if I want a bunch of items at once, can I just change the hash lines in the Draugr Pack script?
Nevermind, I can.
Last edited by thexfile on Mon Nov 23, 2020 12:39 am, edited 1 time in total.

lol3003
Expert Cheater
Expert Cheater
Posts: 87
Joined: Fri Mar 10, 2017 6:44 pm
Reputation: 17

Re: Assassin’s Creed® Valhalla - InventoryEditor

Post by lol3003 »

okay could be mine works for uplay plus and the other for non plus

tonybmp
Noobzor
Noobzor
Posts: 5
Joined: Sun Nov 22, 2020 11:59 pm
Reputation: 0

Re: Assassin’s Creed® Valhalla - InventoryEditor

Post by tonybmp »

yours worked for me thank you . Now if only i could figure out how to add the unicorn stuff lol.

Post Reply

Who is online

Users browsing this forum: DotBot, DrummerIX, Loathed, mise_en_place2024, Scaredt, Shinox, SNX3, tumzakingdom