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-16-2020, 12:18 AM #254
Originally posted by ivory7777 View Post
As far as demon scroll goes it seems like you cannot change what is already in it, but you can add more to it. just like any part of your gear, you can only add the max value of what the game allows, putting anything beyond that will reset the value to something low.

its possible to change the stats of the demon scrolls but the ??? must be unlocked before editing it
08-16-2020, 09:28 AM #255
Originally posted by johnrare View Post
Originally posted by ivory7777 View Post
As far as demon scroll goes it seems like you cannot change what is already in it, but you can add more to it. just like any part of your gear, you can only add the max value of what the game allows, putting anything beyond that will reset the value to something low.

its possible to change the stats of the demon scrolls but the ??? must be unlocked before editing it

i have not tried before unlocking it. i think the game wont even let you equip it since you need to purify it first. after unlocking, you can add the stats but cannot change the one you have already. least i wasnt able to. but i had 4 empty slots where i added my own stats

Also does any one know the Damage Taken -5? i know -3 is 208E wondering if there is more then -5
Last edited by ivory7777 ; 08-16-2020 at 09:46 AM.
08-16-2020, 04:00 PM #256
Originally posted by Ashurao View Post
Code - Effect - Max value found so far - Footer
--------------------------------------------------------------------------
97EF Quick Attack Damage, +6.0%, footer 8C0A 0200
3540 Strong Attack Damage, +7.2%, footer D615 0200
5CCC Low Attack Ki Consumption, -3.9%, footer 8E12 0200
8481 Equipment Drop Rate, +4.4%, footer E80D 0300
0518 Mid Attack Damage, +5.8%, footer 201C 0300


9A09 Melee vs. Zero Ki Damage, footer E01F 0200

I am having a hard time finding active skill damage and melee ki damage which are the two i really want to add to my gear pieces
08-16-2020, 08:17 PM #257
Originally posted by Papabear1608 View Post
Originally posted by Ashurao View Post
Code - Effect - Max value found so far - Footer
--------------------------------------------------------------------------
97EF Quick Attack Damage, +6.0%, footer 8C0A 0200
3540 Strong Attack Damage, +7.2%, footer D615 0200
5CCC Low Attack Ki Consumption, -3.9%, footer 8E12 0200
8481 Equipment Drop Rate, +4.4%, footer E80D 0300
0518 Mid Attack Damage, +5.8%, footer 201C 0300


9A09 Melee vs. Zero Ki Damage, footer E01F 0200

I am having a hard time finding active skill damage and melee ki damage which are the two i really want to add to my gear pieces


actually, finally found them...

Melee Ki Damage 110F0000 3A000000 3C630200

Active Skill Damage 62B40000 3A000000 04640200

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

Ashurao, johnrare
08-16-2020, 09:36 PM #258
also about the footer. if you use 007F, it usually set the value to what ever the max cap is that is if you put the max value. and the last 0200 is for regular, 0300 is for locked effect and 0600 i believe for orange inherent. Melee ki damage is 0302 for max 12% value. Active skill damage 2B78 for 8.0% as max cap.

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

Ashurao, johnrare
08-17-2020, 08:49 PM #259
Hi Guys,

I am very new to this, I am very confused. Anyways what I am trying is just simply add Max Life stat on Magatama so I can simply just enjoy it and not worrying about getting killed so much on Dream of Demon.

What i've done is went to Save Wizard - Advance mode - search for Magatama (1725) - i tried search for stats to make sure i have the right one but i am having hardtime finding it, anways, my save only shows I have 2 magatama so I just went with the first 1725 id i saw and looked for FFFFFFFF 00000000 00000000 and changed to Life which is D8BF, and changed to D8BF0000 FFFF0000 0000, is this correct??
08-17-2020, 09:07 PM #260
Grades: 1A 00 00 00=AA-
08-17-2020, 11:01 PM #261
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....
08-18-2020, 02:59 AM #262
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....

after the patches, you can't add more than the what the game caps anymore. in other words the highest life you can add to your magatama is i think around 360. which is not enough to keep you alive in demon difficulty. so this all the stuff you see in the top of this topic where you can add unlimited stats to your gear is outdated since patch 1.08. but the method of adding stuff still works, you just can't add insane amount of points in your stats. you can only do it in patch 1.00 but you can't play dream of the demon in that version.

but let say you still want to add life, the topic gave you a tutorial. when you added this D8BF0000 FFFF0000 00000000, you simply just added life. you have to set how much life you want to add in hex. this is where the next 8 digit (middle section). after that you have to set the magnitude, which is the next 4 digits are (in last section). lastly you have to set the icon which is the last 4 digits (last section). its all explain on the top of this topic.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo