Marvel's Avengers

Ask about cheats/tables for single player games here
User avatar
SunBeam
RCE Fanatics
RCE Fanatics
Posts: 4665
Joined: Sun Feb 04, 2018 7:16 pm
Reputation: 4186

Re: Marvel's Avengers

Post by SunBeam »

Medivh85 wrote:
Fri Dec 03, 2021 12:47 pm
I can confirm the rest of the item solts connot be editing with the new table it only works for the mele slot.
I think this game has been long overdue on my part :) Mostly because the game had Denuvo on top and I didn't want to do twice or multiple times the mapping job.

I'm currently mapping some game functions (just the current version, 2.2.0.1) based on other Foundation Engine games (Tomb Raider series) where debug symbols are available to me. And can produce a standalone fake pdb that can be shipped with the game's binary so you can inspect function and variable names.

Here's a sneak peak:

Image

Image

Image

More, soon :P

BR,
Sun

P.S.: So what I'm going to release will work ONLY with 2.2.0.1. If game updates again, I won't remap stuff to the newer version. Besides, this mapping exercise is to learn how Foundation Engine works, as well as research purposes. Not making cheating easier.

BigC115
Noobzor
Noobzor
Posts: 11
Joined: Tue Mar 06, 2018 7:58 pm
Reputation: 0

Re: Marvel's Avengers

Post by BigC115 »

SunBeam wrote:
Fri Dec 03, 2021 1:03 pm
...
will this work with windows/gamepass version of the game

Medivh85
Novice Cheater
Novice Cheater
Posts: 16
Joined: Tue Aug 10, 2021 9:34 am
Reputation: 1

Re: Marvel's Avengers

Post by Medivh85 »

SunBeam wrote:
Fri Dec 03, 2021 1:03 pm
...
You have all my respect sir becasue i cannot understand this part when it comes to coding :D. And also you have my thanks for your effort and hard work as well what you put into this table :) <3

User avatar
SunBeam
RCE Fanatics
RCE Fanatics
Posts: 4665
Joined: Sun Feb 04, 2018 7:16 pm
Reputation: 4186

Re: Marvel's Avengers

Post by SunBeam »

BigC115 wrote:
Fri Dec 03, 2021 2:03 pm
SunBeam wrote:
Fri Dec 03, 2021 1:03 pm
...
will this work with windows/gamepass version of the game
Define "work"... It's a fake .pdb (program database) -- but operational -- that I created for the current 2.2.0.1 Steam build. You have no use for it if you don't intend to reverse engineer the game/Engine. Whichever store version you'd use, it's won't activate anything or do anything for you out of the box (judging from what you've asked). I'm talking about a different type of file, not a cheat table.

twinnyka01
Cheater
Cheater
Posts: 29
Joined: Thu Sep 23, 2021 3:36 pm
Reputation: 24

Re: Marvel's Avengers

Post by twinnyka01 »

Thank you kitt for updating the table

I made a new sheet for Klaw raid perks and new rows for Klaw raid's gear
Please feel free to add your perk to the community sheet :wub:

sudieken
Novice Cheater
Novice Cheater
Posts: 18
Joined: Mon May 28, 2018 6:13 am
Reputation: 0

Re: Marvel's Avengers

Post by sudieken »

Oh man, SunBeam himself!

User avatar
Captain America
Expert Cheater
Expert Cheater
Posts: 337
Joined: Sat Sep 19, 2020 1:17 am
Reputation: 62

Re: Marvel's Avengers

Post by Captain America »

twinnyka01 wrote:
Fri Dec 03, 2021 4:42 pm
Thank you kitt for updating the table

I made a new sheet for Klaw raid perks and new rows for Klaw raid's gear
Please feel free to add your perk to the community sheet :wub:
Cheers. Heres the link to the community sheet which contains the ID of Gear and Perks for any newcomers: [Link]

Also below is a Excel file archive of the sheet in its current state.
Avengers Gear Perk List 4.12.2021.zip
(436.89 KiB) Downloaded 89 times

zephirot
Expert Cheater
Expert Cheater
Posts: 72
Joined: Wed Oct 28, 2020 8:48 pm
Reputation: 50

Re: Marvel's Avengers

Post by zephirot »

kitt18 wrote:
Fri Dec 03, 2021 12:30 pm
The coding of game been changed have to look into it more
Hey kitt18, I fixed your table, the offset between each gear and for all values is actually +1ABC (and minor artifact 2 have to add +1C8)
=> Melee : unchanged
=> Ranged : melee offsets +1ABC
=> Defense : // +1ABC*2
=> Heroic : // +1ABC*3
=> Major artifact: // +1ABC*4
=> Minor artifact 1 : // +1ABC*5
=> Minor artifact 2 : // +1ABC*5+1C8

;)
Attachments
avengers-gear.CT
(162.44 KiB) Downloaded 93 times

XiNingXien
Expert Cheater
Expert Cheater
Posts: 68
Joined: Thu Feb 20, 2020 10:48 pm
Reputation: 3

Re: Marvel's Avengers

Post by XiNingXien »

zephirot wrote:
Fri Dec 03, 2021 11:17 pm
kitt18 wrote:
Fri Dec 03, 2021 12:30 pm
The coding of game been changed have to look into it more
Hey kitt18, I fixed your table, the offset between each gear and for all values is actually +1ABC (and minor artifact 2 have to add +1C8)
=> Melee : unchanged
=> Ranged : melee offsets +1ABC
=> Defense : // +1ABC*2
=> Heroic : // +1ABC*3
=> Major artifact: // +1ABC*4
=> Minor artifact 1 : // +1ABC*5
=> Minor artifact 2 : // +1ABC*5+1C8

;)
could you explain how to make this work for the mcsoft store version?

Medivh85
Novice Cheater
Novice Cheater
Posts: 16
Joined: Tue Aug 10, 2021 9:34 am
Reputation: 1

Re: Marvel's Avengers

Post by Medivh85 »

XiNingXien wrote:
Fri Dec 03, 2021 11:58 pm
zephirot wrote:
Fri Dec 03, 2021 11:17 pm
kitt18 wrote:
Fri Dec 03, 2021 12:30 pm
The coding of game been changed have to look into it more
Hey kitt18, I fixed your table, the offset between each gear and for all values is actually +1ABC (and minor artifact 2 have to add +1C8)
=> Melee : unchanged
=> Ranged : melee offsets +1ABC
=> Defense : // +1ABC*2
=> Heroic : // +1ABC*3
=> Major artifact: // +1ABC*4
=> Minor artifact 1 : // +1ABC*5
=> Minor artifact 2 : // +1ABC*5+1C8

;)
could you explain how to make this work for the mcsoft store version?
It is working
Last edited by Medivh85 on Sat Dec 04, 2021 12:41 am, edited 1 time in total.

zephirot
Expert Cheater
Expert Cheater
Posts: 72
Joined: Wed Oct 28, 2020 8:48 pm
Reputation: 50

Re: Marvel's Avengers

Post by zephirot »

Medivh85 wrote:
Sat Dec 04, 2021 12:24 am
It is not working it still cannot read the gears including mele as well its all ? and no values. Tested on steam version current game version.
Weird, I tested it on 2 laptops, steam version, 2.2.0.1
But sometimes you have to force a bit.
Activate/deactivate the "Inventory Editor item code iffy" and/or open inventory.
If changing maps you also have to redo it.

Medivh85
Novice Cheater
Novice Cheater
Posts: 16
Joined: Tue Aug 10, 2021 9:34 am
Reputation: 1

Re: Marvel's Avengers

Post by Medivh85 »

zephirot wrote:
Sat Dec 04, 2021 12:32 am
Medivh85 wrote:
Sat Dec 04, 2021 12:24 am
It is not working it still cannot read the gears including mele as well its all ? and no values. Tested on steam version current game version.
Weird, I tested it on 2 laptops, steam version, 2.2.0.1
But sometimes you have to force a bit.
Activate/deactivate the "Inventory Editor item code iffy" and/or open inventory.
If changing maps you also have to redo it.
yes i see it now. it works

BigC115
Noobzor
Noobzor
Posts: 11
Joined: Tue Mar 06, 2018 7:58 pm
Reputation: 0

Re: Marvel's Avengers

Post by BigC115 »

Medivh85 wrote:
Sat Dec 04, 2021 12:24 am
XiNingXien wrote:
Fri Dec 03, 2021 11:58 pm
zephirot wrote:
Fri Dec 03, 2021 11:17 pm


Hey kitt18, I fixed your table, the offset between each gear and for all values is actually +1ABC (and minor artifact 2 have to add +1C8)
=> Melee : unchanged
=> Ranged : melee offsets +1ABC
=> Defense : // +1ABC*2
=> Heroic : // +1ABC*3
=> Major artifact: // +1ABC*4
=> Minor artifact 1 : // +1ABC*5
=> Minor artifact 2 : // +1ABC*5+1C8

;)
could you explain how to make this work for the mcsoft store version?
It is working
i cant get it to work am i doing something wrong im on the window store version

User avatar
Captain America
Expert Cheater
Expert Cheater
Posts: 337
Joined: Sat Sep 19, 2020 1:17 am
Reputation: 62

Re: Marvel's Avengers

Post by Captain America »

BigC115 wrote:
Sat Dec 04, 2021 1:30 am
The table or those fixes are for the Steam version of the game not the Windows store version.

hbk123
Noobzor
Noobzor
Posts: 5
Joined: Sun Jan 03, 2021 2:11 am
Reputation: 0

Re: Marvel's Avengers

Post by hbk123 »

Image
Image

Discordant Binding
Range
Brand: 734048371
Name: 2956904896
Granting Magnifier: 3034217544
Ranged Reverberation: 1086230691
Eitri's Breaker: 1564786760

Discordant Clasp
Defense
Brand: None
Name: 3043047303
Cryo Status Leak: 2965110876
Reverberation Breaker: 3451976301
Sonic Conduit: 714836464

From Klaw raid - might want for sheet - dunno, but thought I'd document them (I don't have office) :). I excitedly ate another one before thinking to write them down.

Post Reply

Who is online

Users browsing this forum: barak302, Bing [Bot], Dethoru, Google Adsense [Bot], Sogou, YandexBot