Middle-earth: Shadow of War (SeiKur0)

Upload your cheat tables here (No requests)
BSWoolfe
Novice Cheater
Novice Cheater
Posts: 21
Joined: Fri Mar 20, 2020 4:45 pm
Reputation: 2

Re: Middle-earth: Shadow of War (SeiKur0)

Post by BSWoolfe »

Crust5855 wrote:
Sun Apr 28, 2024 1:32 am
Can someone tell me why I keep crashing right after editing my orcs? Cheat Table 2.1 so the latest version
Because the table has been ABANDONED for more than 2 years! And it has been written about 100 times. But it's so hard to read the posts above for a couple of pages, isn't it? The table has NEVER WORKED with the latest updates of the game and the GOTY version because it was ABANDONED before their release

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

KoTioN
What is cheating?
What is cheating?
Posts: 1
Joined: Thu May 09, 2024 3:10 pm
Reputation: 2

Re: Middle-earth: Shadow of War (SeiKur0)

Post by KoTioN »

Hey guys!
I didn't find instruction about adding new effect slot to items and made my own solution.
I added to last table in the category [Item Pointer] new field [Item Upgrade Task] and how it works:

1. You need 2 items.
Item A - the one you want add new slots.
Item B - the one with completed Upgrade Task, but upgrade not paid. (You can use [Complete all item challenges] option to complete this one)
2. Use [Item Pointer] to copy the address in the field [Item Upgrade Task] from Item B and insert it in the same field for Item A.
Now you see same task in your inventory for both items.
3. Save/Load (use map, fasttravel, exit to main menu and back)
4. Choose Item A and pay for its upgrade.
Now Item A have one more effect in [Item Pointer].
5. Change this new effect to anything else from the list (identical effects will be hidden in inventory!) and repeat from step 2.

Image
ShadowOfWar_SeiKur0_v21C_k.CT
(301.42 KiB) Downloaded 34 times

MusaWinx
What is cheating?
What is cheating?
Posts: 1
Joined: Fri May 17, 2024 10:15 am
Reputation: 0

Re: Middle-earth: Shadow of War (SeiKur0)

Post by MusaWinx »

Hi. I think i've messed up with editing appearance of my gear and now the majority of it is invisible. Like, i can't see ranged weapons and daggers on my character and sometimes when i can see them, my armor becomes invisible. I only wanted my marauder armor to look like ringwraith armor and now it's all invisible :( Can someone please help? I didn't find anything about reverting the looks of the gear to its previous state in the net and on this thread and unfortunately i didn't make any save backups

hgavi650
What is cheating?
What is cheating?
Posts: 1
Joined: Fri May 17, 2024 1:47 pm
Reputation: 0

Re: Middle-earth: Shadow of War (SeiKur0)

Post by hgavi650 »

predprey wrote:
Fri Aug 02, 2019 9:20 pm
Flamew1ng wrote:
Fri Aug 02, 2019 6:31 pm
Would it be possible to add a script that changes the wraith appearance, ability colors and such on Celebrimbor Talion to those of Dark Talion? There is already a Dark Talion skin, but not having the proper ability colors and such with it just looks off

Also, is there any way to delete unique items from the inventory? I want to give myself Ringwraith items but i'm afraid what happens when i get them the intended way

Being able to play around with the Ringwraith skills from the get go would also be amazing
Should be possible. I uninstalled the game already, but if I'm not wrong, what you want to do is swap PlayerSkin_DarkTalion_Main with Player_Character_DarkTalion in the Restore Celembrimbor Talion script. If you know Lua you can add the additional symbols in and logic checks into the AA script. Else, swap the lines
registerSymbol("PlayerSkin_Talion_ShadowWar",getEntryBaseFromEntryId(base,"PlayerSkin_Talion_ShadowWar"))
registerSymbol("Player_Character",getEntryBaseFromEntryId(base,"Player_Character"))

with
registerSymbol("PlayerSkin_Talion_ShadowWar",getEntryBaseFromEntryId(base,"PlayerSkin_DarkTalion_Main"))
registerSymbol("Player_Character",getEntryBaseFromEntryId(base,"Player_Character_DarkTalion"))


Items are entire structures in memory so only way is to find the "destroy item" function and call it from CE. Or if the items table is an array and not a list you could try finding the location where it is stored and deleting the item entry off it.
Can someone please make a video turning talion into the ringwraith early game with the ringwraith abilities, a clear step by step guide? Telling you exactly everything, that you need to do because I can't for the life of me get this to work

Post Reply