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-13-2020, 02:31 AM #245
i believe i was able to find the scroll i have least the stats in the scroll matched. i modified it but in game i saw nothing changed. i might be missing something.

also how are people changing their attack and defense value with the recent patch. they also able to change their omnyo and ninja value too.
Last edited by ivory7777 ; 08-13-2020 at 02:32 AM.
08-13-2020, 03:02 AM #246
Originally posted by DuncanCradle View Post
Originally posted by johnrare View Post
Originally posted by DuncanCradle View Post
Thanks for the info! Do you happen to have noted a couple of effects? It'd be extremely helpful in starting my research Winky Winky

the effect from the hex sheet will work with the demon scrolls

the notes in the hex sheet has not change

I apologize if this is a dumb question, it's my first time with this and it seems like I'm missing something...

How would I take into account the offset while searching for a specific effect? Let's say I want to find a scroll with Ki recovery speed (E0BB).
If I simply search for E0BB, I'll find every item in my possession which gives Ki recovery speed. How can I identify the scroll amongst them? Where's that "29"?

it best to look for the number instead of the name consider the dlc ID names are not in the sheet list

for example:
Life 244
ki 34
luck 11

look for the hex F4 (244) next you will have to eyeball the next number 23 (34), 0B (11)

follow the equipment tutorial
Last edited by johnrare ; 08-13-2020 at 03:29 AM.

The following user thanked johnrare for this useful post:

DuncanCradle
08-13-2020, 03:03 AM #247
Originally posted by ttdev View Post
Originally posted by johnrare View Post
Originally posted by DuncanCradle View Post
Hi all,
new guy here Smile First of all, thanks to the OP for the amazing work.

I'm pretty new to this and I apologize if I'm doing something wrong... I worked a little on what the OP pointed out, and I'd like to give a small contribution by sharing the codes for graces:

EA7B Fukuroju
E62A Benzaiten
A34F Inari
4FB2 Jurojin
E523 Bishamonten
EBE8 Kuzuryu
1250 Daikokuten
0C59 Hotei
E9B1 Hachiman
CC8C Ebisu

@PedraoManzon it's really simple to up a core's rank to 20, just input "14" (hex for "20") instead of the current value. You find all the relevant instructions in the doc!


Is anyone able to find the demon scrolls? Any tips about editing them?


the demon scroll offset is 29xxx base on the effects you have


Do I need to have at least one item in inventory or can I add a new item?

as far as i understand its kind of like swords/armors where you have to have at least 1 in the inventory
08-13-2020, 10:33 PM #248
Originally posted by johnrare View Post
Originally posted by DuncanCradle View Post
Originally posted by johnrare View Post
Originally posted by DuncanCradle View Post
Thanks for the info! Do you happen to have noted a couple of effects? It'd be extremely helpful in starting my research Winky Winky

the effect from the hex sheet will work with the demon scrolls

the notes in the hex sheet has not change

I apologize if this is a dumb question, it's my first time with this and it seems like I'm missing something...

How would I take into account the offset while searching for a specific effect? Let's say I want to find a scroll with Ki recovery speed (E0BB).
If I simply search for E0BB, I'll find every item in my possession which gives Ki recovery speed. How can I identify the scroll amongst them? Where's that "29"?

it best to look for the number instead of the name consider the dlc ID names are not in the sheet list

for example:
Life 244
ki 34
luck 11

look for the hex F4 (244) next you will have to eyeball the next number 23 (34), 0B (11)

follow the equipment tutorial


Thank you man, you were right: I discovered a few things Smile Since I can't modify the original document, I'll add here what I found.

Scrolls of the Demon are all identified by the prefix 782A. Codes I found are 782A A97F, 782A 584B, 782A DC30 and 782A FE59. I couldn't determine the differences amongst them, but I can say that changes in levels and icons are inconsistent with the changes in codes.

Scrolls of Demon Parade are identified by the prefix 21CD, I had two coded as 21CD A97F.



Affixes in scrolls are different (and have different rarity and "legit" values) from the ones found in the rest of the equipment.
Here's a few codes I found:

3B58 Time Afflicted by Ailments
069E Damage Bonus (Ninjutsu power)
AC5C Dodge Ki Consumption
95D4 Elemental Damage
2E61 Extended Dodge Invulnerability
671B Mid Attack Ki Consumption
49E3 Extended Yokai Shift
F334 Elemental Damage Taken (Guarding)
3D9A Strong Attack Ki Consumption
3DA7 Life
93B3 Item Drop Rate
208E Damage Taken
D247 Luck
0F60 Damage Bonus (Onmyo magic power)
030C Untouched Ninjutsu
A7A0 Life Drain (Melee Kill)
53EA Toughness
EEFB Guard Ki Consumption
FBD9 Untouched Onmyo Magic
B068 Ninjutsu Power
5513 Anima charge
20DB Melee damage
1EE7 Low attack damage
51BC Amrita Gauge Charge
F73D Ki
6110 Active Skill Damage
DD6D Active Skill Ki Damage
0AD4 Melee Attack Ki Consumption
D3EB Onmyo Magic Power
AE4C Active Skill Ki Consumption
83B3 Quick Attack Ki Consumption
FC2E Ranged Damage
413F Elemental Damage Taken
FCC9 High Attack Damage
EB6B Melee Ki Damage
7A3E Ki Recovery Speed
E092 Amrita Earned
5F99 Rarity Inheritance
11D4 Dash ki consumption

Should anyone find more codes... kindly share them!

The following user thanked DuncanCradle for this useful post:

johnrare
08-13-2020, 11:52 PM #249
Originally posted by DuncanCradle View Post

thankyou, this is very helpful. i have a scroll i can later test on again. will see if it works but im guessing the scroll work just like the equipment so making any change will either reset or prevent me from playing. but still it doesn't hurt to try.

Edit: so i tried it and with the info you gave i can confirm the codes i was testing on yesterday were the demon scroll but it seems like i cannot modify them. i even tried to change the B to A- or 4.2% (2A in picture) to 5.0%, nothing worked. i have not tried adding to it but will try later.

You must login or register to view this content.
Last edited by ivory7777 ; 08-14-2020 at 12:32 AM.
08-14-2020, 01:01 PM #250
Mmmm I don't understand why, I can edit them flawlessly now...

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

The following user thanked DuncanCradle for this useful post:

johnrare
08-14-2020, 01:42 PM #251
Footer Hex: 280F02 create a star next to the special effect

dont know but only seem like some special effect may work with it

the effect ID can be changeable but seem like i dont know how to edit the numbers so usually i just leave it empty and sometime it will create the max stats for the effect or the min stats
Last edited by johnrare ; 08-14-2020 at 01:46 PM.
08-15-2020, 05:46 AM #252
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.
08-15-2020, 07:43 AM #253
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

The following user thanked Ashurao for this useful post:

johnrare

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo