Post: Nioh 2 Advanced Mode
03-18-2020, 10:33 PM #1
syizm
Rookie
(adsbygoogle = window.adsbygoogle || []).push({}); LINK: You must login or register to view this content.


Hey guys. Been messing around with the Nioh 2 save in advanced mode and have discoverd most of the values for the equipment modifiers (ie Item Drop Rate vs. Yokai, Imbue Fire, Unlimited Ninjutsu, etc.) I've posted a link to a Google sheet below with most of my research. There is a step by step tutorial below. I'll try to make it more clear as time goes on, but for now, this is it.


Here is what a basic effect looks like in Advanced moe:

GENERAL FORMAT OF ITEM EFFECTS[/u]
aa aa aa aa bb bb bb bb xx xx cc xx

LIFE +44 EXAMPLE:
D8 BF 00 00 2C 00 00 00 2F 73 02 00

EMPTY EFFECTS SLOT SET:
FF FF FF FF 00 00 00 00 00 00 00 00

UNLIMITED NINJUTSU 100%:
28 02 00 00 E8 03 00 00 2F 73 02 00




For example, if you have a piece of armor that has Life +44, you would see the following in the code:
D8 BF 00 00 2C 00 00 00 2F 73 02 00

The aa part is [D8BF0000] which is "Life"
The bb part is [2C000000] which is 44 in decimal. You can set this to ridiculously high values.
The xc part is [2F730200] which doesn't seem to matter except the '02' digit controls icon.

So what you would do is try to find that in your hex editor of choice, then edit the effect type to what you want, and change the value to something appropriate. With these codes you can easily give yourself so much life, ki, and toughness that you're essentially invincible. You can also have unlimited bullets, ninjutsu, and onmyo magic. You can even add effects to the blank slots by replacing the empty data set with the code. The footer section [xx xx cc xx] is mostly irrelevant, but be sure to make cc=02.

Also note that some item effects are percentages with a single decimal point, so 100% is 100.0% in the game, and this is '1000' as far as the data is concerned, and 1000 in hex is 03E8, and in Little Endian for our purposes its E803. So to make a percentage based effect (ulimited magic, unlimited projectiles, etc.) always trigger, you make it 1000... 100.0%, or E803. I hope that makes sense.

If you've any experience at all in hex editing this sheet should be plenty to get you started. As a bonus, it seems the armor, weapon, and yokai effect IDs work on any type of equipment, although it would be useless to imbue some gloves with fire.


Here is a link to the Google Sheet listing what I've found so far:

LINK: You must login or register to view this content.



Cheers,
S.T.
Last edited by syizm ; 03-20-2020 at 02:35 AM.

The following 61 users say thank you to syizm for this useful post:

Alex Uyutov, alex123098, Alexsandr194, alyshusband2013, Ashina Traveler, Atma-Weapon, Bawbaw, darkking2022**, Darklite, Demonchild901, Dojima, dragun619, DuncanCradle, EduReptilia, Garret, gledson, gledsonfalcao, gowhawx, gr82b61, HAGH, hanahowl, hawkxt, Hunter19285, Infonet07, joker.101, Kaissolbadguy, Kaitsja, kjmhehe, korazx, lcf9982, legendarythug, letmesignup, Leytonsroom, Llockedown, Loki-Roswaals, lucianonery, luix, Magicarp19, mohammed-121, MrEightEyes, NexusPolaris, NinjaCalux, PascoalM, pr_andrade, Randomico, [email protected], ryscape, Spcedead678, SpiritoSancti, starkjim87, suhail12, Supachai-Wilavan, thekool12345, UpsideUp88, Vicious, Vicious0ne, Vicodin10, WeAreTekken, Westoooz, Wosley, Xayax

The following user groaned syizm for this awful post:

Charles Manson
08-18-2020, 05:43 AM #263
Originally posted by ramspeedkill View Post
Originally posted by DuncanCradle View Post
Mmmm I don't understand why, I can edit them flawlessly now...

Also, let me add
42A8 Increased attack (Winded enemy)

Mine sharing your game save? I am just not getting all this hex stuff, even though I tried..lol
I am just looking to have an armour or matagama with Max Life, so that I don't have to worry about dying much in Demon....

D8BF only gives 54 Life points.
Use any of these 4 choices instead which gives at least 194 Life points:
0ADA
560E
5C0E
C5CA

So example 560E 0000 C200 0000 1067 0200
C2 in hex is equivalent to 194 in decimal
Not sure about the 1067
But the 0200 is necessary footer, can also change to 0600 to make it orange inheritable

Important: You can stack multiple Life effects in one equipment (melee, ranged, armor, accessory, soul core).
So from maximum of 7 effect slots, if you have 4 slots that you absolutely need to have, why not stack 3 Lifes.
Also consider this effect DAE9 0000 0000 0000 1067 0200 which gives Faster Winded Recovery... self explanatory I hope.

Hope this helps

Edit:

Also... consider using the three Soul Cores in your guardian spirit.
In game you can have max of 5 effect slots per soul core, actually you have 7 effect slots and they CAN STACK.
So, if you use 2 slots from each soul core, total 6 x 194 life points... or if you want more use 4 slots from each soul core, plus few slots from both accessories, plus few slots from each armor pieces... you can imagine.
If you want to be more creative, you can put one Divine Grace (remember each divine grace having 2 pieces typically gives 200+ life points) effect into each effect slot, whilst having magatama -1 special effect... so 6 divine graces x 200+ llife points...
Last edited by Ashurao ; 08-18-2020 at 05:51 AM.
08-18-2020, 11:55 AM #264
Originally posted by Ashurao View Post


or he can also use this 3DA7 which gives 360 life

3DA7 0000 1680 0000 007F 0200

i may be wrong with putting life in hex code. i know 360 is 168 in hex, but not sure if it will be 1680 or 0168 (some one correct me on this).
Last edited by ivory7777 ; 08-18-2020 at 11:56 AM.

The following user thanked ivory7777 for this useful post:

Ashurao
08-18-2020, 12:35 PM #265
Originally posted by ivory7777 View Post
Originally posted by Ashurao View Post


or he can also use this 3DA7 which gives 360 life

3DA7 0000 1680 0000 007F 0200

i may be wrong with putting life in hex code. i know 360 is 168 in hex, but not sure if it will be 1680 or 0168 (some one correct me on this).

well your close enough, the Hex for 360 would be 6801
Last edited by johnrare ; 08-18-2020 at 12:41 PM.
08-18-2020, 01:42 PM #266
Great work you all are doing.

Any1 able to update the hex sheet(doc)?

and i am looking for the ID of NUE soul core

any help would be great
08-18-2020, 11:00 PM #267
Originally posted by johnrare View Post
Originally posted by ivory7777 View Post
Originally posted by Ashurao View Post


or he can also use this 3DA7 which gives 360 life

3DA7 0000 1680 0000 007F 0200

i may be wrong with putting life in hex code. i know 360 is 168 in hex, but not sure if it will be 1680 or 0168 (some one correct me on this).

well your close enough, the Hex for 360 would be 6801

oh yeah it is swapped


Originally posted by Pogodemonkey View Post
Great work you all are doing.

Any1 able to update the hex sheet(doc)?

and i am looking for the ID of NUE soul core

any help would be great


for Nue try 6EA4
08-19-2020, 02:01 PM #268
Big thanks for the 3DA7 giving 360 life.

Do you have max info on Defense and Imbue Lightning?
08-19-2020, 05:45 PM #269
Defense BC0E max is 132
Attack D086 max is 71
Increased Attack & Defence (Sword) 7B2B max is 35
Damage Taken 208E -3.0% (still looking for -5.0%)
Melee Damage AEEB max is 8.0%

Imbue Lightning is A3BE (14 is max for all)
for water 618F
for fire 7912

Imbued purity BFA7 (100 is max)

Damage Bonus (Familiarity) E4F8 AAA-
Damage Bonus (Agility) 4886 AAA-
Damage Bonus (Onmyo Magic Power) 8434 AAA-
Damage Bonus (Ninjutsu Power) 5893 AAA-
Damage Bonus (Equipment Weight) 7E95 AAA-
Damage Bonus (Luck) 24BE AAA+

Attack Bonus (Heart) A8A9 AA+
Attack Bonus (Skill) A70F AA+

would like to know AAA+ for all of the above one
Last edited by ivory7777 ; 08-19-2020 at 05:47 PM.

The following 2 users say thank you to ivory7777 for this useful post:

gledson, johnrare
08-20-2020, 07:02 AM #270
The French hex sheet has updated Smile

Edit:
Oh, and the XDG quick codes have also been updated to work with 1.13
Last edited by Ashurao ; 08-20-2020 at 07:07 AM.
08-20-2020, 02:02 PM #271
MR-QHR
Rookie
I need a ready-made file and a powerful merge weapon 999999

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo