Page 5 of 126

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

Posted: Mon Oct 16, 2017 3:24 am
by Krius01
For the dropdown, how do i copy and paste for slots? If I tried copy pasting it the new copy pasted adress also affects the old one

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

Posted: Mon Oct 16, 2017 3:34 am
by nakint
Great work!

The legendary Uruk from change still drop White gear.
Need to modify other stuff?

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

Posted: Mon Oct 16, 2017 4:03 am
by Carrnage
adamj200 wrote:
Mon Oct 16, 2017 2:03 am
You can edit everything fine now. Legendary, appearance, tribe, everything I think. You just need to know how to use his scripts.
Okay, How?

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

Posted: Mon Oct 16, 2017 4:15 am
by FraggerDaddy
The only thing i wasnt able to change were the abilities, did i just do something wrong or do i have to do it a different way?

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

Posted: Mon Oct 16, 2017 4:44 am
by Krius01
Can someone ELI5 for the uruk editing on rarity and traits?

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

Posted: Mon Oct 16, 2017 9:05 am
by nakint
Can we change Class like Slayer, Destroyer, Assassin, Marksman, Tracker, Tank, Berserker, Commander or Trickster?
I can't find them in the table.

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

Posted: Mon Oct 16, 2017 10:28 am
by professorcookie
Could someone make a video of how to do all these?
Because for some reason whatever I changes never stays.

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

Posted: Mon Oct 16, 2017 10:30 am
by minikanyas
nakint wrote:
Mon Oct 16, 2017 9:05 am
Can we change Class like Slayer, Destroyer, Assassin, Marksman, Tracker, Tank, Berserker, Commander or Trickster?
I can't find them in the table.
To change the specialization you must look for
- Abilities Perks - Picker_BaseStrength_WhateverTheSpecializationIs
- Abilities Dynamic - Marker_Specialization_WhateverTheSpecializationIs

Example (Destroyer Specialization):
- Abilities Perks - Picker_BaseStrength_Destroyer
- Abilities Dynamic - Marker_Specialization_Destroyer

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

Posted: Mon Oct 16, 2017 11:14 am
by Original Boss
Sadly changing an enemy to Legendary status does not make it so he drops Legendary items :(

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

Posted: Mon Oct 16, 2017 11:21 am
by minikanyas
Original Boss wrote:
Mon Oct 16, 2017 11:14 am
Sadly changing an enemy to Legendary status does not make it so he drops Legendary items :(
To make an enemy Legendary you must change the ability pointers related to the rarity, which are these:
- Abilities Perks - Picker_OrcRarity_Rarity
- Abilities Dynamic - Marker_OrcRarity_Rarity

Code: Select all

Abilities Perks
- Picker_OrcRarity_Legendary
- Picker_OrcRarity_Epic
- Picker_OrcRarity_Common

Abilities Dynamic
- Marker_OrcRarity_Legendary
- Marker_OrcRarity_Epic
- Marker_OrcRarity_Common
(You must find the 8-byte value of these from an existing Legendary, and copy it, not changing the string)

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

Posted: Mon Oct 16, 2017 11:23 am
by nakint
Edit:
minikanyas wrote:
Mon Oct 16, 2017 11:21 am
Original Boss wrote:
Mon Oct 16, 2017 11:14 am
Sadly changing an enemy to Legendary status does not make it so he drops Legendary items :(
To make an enemy Legendary you must change the ability pointers related to the rarity, which are these:
- Abilities Perks - Picker_OrcRarity_Rarity
- Abilities Dynamic - Marker_OrcRarity_Rarity

Code: Select all

Abilities Perks
- Picker_OrcRarity_Legendary
- Picker_OrcRarity_Epic
- Picker_OrcRarity_Common

Abilities Dynamic
- Marker_OrcRarity_Legendary
- Marker_OrcRarity_Epic
- Marker_OrcRarity_Common
(You must find the 8-byte value of these from an existing Legendary, and copy it, not changing the string)
I change all 3 to:

Code: Select all

OrcRarity_Legendary
Picker_OrcRarity_Legendary
Marker_OrcRarity_Legendary
They still drop normal gear, need save and load or advande time to apply?

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

Posted: Mon Oct 16, 2017 11:40 am
by qz8880882
Im a super noob, could you write down the steps for how to changing uruks abilities? Thank you so much

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

Posted: Mon Oct 16, 2017 11:42 am
by minikanyas
nakint wrote:
Mon Oct 16, 2017 11:23 am
Edit:
minikanyas wrote:
Mon Oct 16, 2017 11:21 am
Original Boss wrote:
Mon Oct 16, 2017 11:14 am
Sadly changing an enemy to Legendary status does not make it so he drops Legendary items :(
To make an enemy Legendary you must change the ability pointers related to the rarity, which are these:
- Abilities Perks - Picker_OrcRarity_Rarity
- Abilities Dynamic - Marker_OrcRarity_Rarity

Code: Select all

Abilities Perks
- Picker_OrcRarity_Legendary
- Picker_OrcRarity_Epic
- Picker_OrcRarity_Common

Abilities Dynamic
- Marker_OrcRarity_Legendary
- Marker_OrcRarity_Epic
- Marker_OrcRarity_Common
(You must find the 8-byte value of these from an existing Legendary, and copy it, not changing the string)
I change all 3 to:

Code: Select all

OrcRarity_Legendary
Picker_OrcRarity_Legendary
Marker_OrcRarity_Legendary
They still drop normal gear, need save and load or advande time to apply?
You must obtain the 8-byte value of the rarity object pointers from an existing orc, and replace it on the orc u want to change, not replace the strings. (Which u get copying, and editing the desired pointer - Remove 2 Offsets - Turn to 8-bytes)
After that, u must reload the game after saving it (Changing Inventory forces a save).

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

Posted: Mon Oct 16, 2017 11:44 am
by xseb18
Hello,

I don't know how the editor works
How to add a skill to an uruk or remove a fear for example?
what is the instruction ?

Thanks.

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

Posted: Mon Oct 16, 2017 11:47 am
by nakint
minikanyas wrote:
Mon Oct 16, 2017 11:42 am
You must obtain the 8-byte value of the rarity object pointers from an existing orc, and replace it on the orc u want to change, not replace the strings. (Which u get copying, and editing the value of the desired pointer - Remove 2 Offsets - Turn to 8-bytes)
After that, u must reload the game after saving it (Changing Inventory forces a save).
Thanks, it worked,