Page 41 of 96

Re: Nioh 2 Complete Edition CT

Posted: Thu Feb 25, 2021 8:55 pm
by Arikado
Master_Builder wrote:
Thu Feb 25, 2021 8:34 pm
Asura wrote:
Thu Feb 25, 2021 6:03 pm
Currently in the equipment editor is there any way we can give a value less than max, for example if soul core drop rate max is 5%, how can we make it so that it gets a 3% roll. Currently we can set it only for max values. I would like to keep things a bit realistic as well. Without having max values for all the rolls
The "Efficiency" part in the footer controls the intensity. 0 is min value, 3FFF (fourteen 1s, 16383 in dec) is max value.
Change that to anything in between. Consider it a scale of 0% = 0, 3FFF = 100%, and pick any value you want.
Just do the math to figure out the rest.
SinGul4ritY wrote:
Thu Feb 25, 2021 8:01 pm
tbh seeing that there's no support from this community except of thumbs up from the one who's updating the table
i just won't participate any further... don't have the time anyway
I have been reading and doing what I can, at least for what I can. It's why I made the skill ptr scripts in the first place.
I honestly had trouble following what you were asking for with the ultimate effects. What's there is very different from the skill system.

I don't know if the scroll itself works if you edit the strength / efficiency to its min. As far as I'm aware, only the soul cores work with edited values like that, even if it looks OK on the armor/weapon. (Though you do have to edit the strength each time.)

I suppose I could look into what constrains the strength and see if I can keep it unlocked, but it's complex, and reading decompiled assembly is slow work.
I knew, it is hard work to find "bypass chara's stats to active".
anyway, TY ;)

Re: Nioh 2 Complete Edition CT

Posted: Fri Feb 26, 2021 4:07 am
by Aetherfire
The model swap a couple pages back is a godsend. Thank you.

Now for one more thing. Any way to unlock hidden skills that are dropped from bosses? I'm mostly looking for the Izuna Drop, though.

Re: Nioh 2 Complete Edition CT

Posted: Fri Feb 26, 2021 9:19 am
by Asura
Master_Builder wrote:
Thu Feb 25, 2021 8:34 pm
Asura wrote:
Thu Feb 25, 2021 6:03 pm
Currently in the equipment editor is there any way we can give a value less than max, for example if soul core drop rate max is 5%, how can we make it so that it gets a 3% roll. Currently we can set it only for max values. I would like to keep things a bit realistic as well. Without having max values for all the rolls
The "Efficiency" part in the footer controls the intensity. 0 is min value, 3FFF (fourteen 1s, 16383 in dec) is max value.
Change that to anything in between. Consider it a scale of 0% = 0, 3FFF = 100%, and pick any value you want.
Just do the math to figure out the rest.
Thanks for the update, will try and do that

Edit - I tried doing it but the efficiency field does not take manual input, we need to select the options from drop down. How to enable manual input?

Re: Nioh 2 Complete Edition CT

Posted: Fri Feb 26, 2021 9:55 am
by keiwaiyu
is there a way to separate the max drop rate and item rarity cheat options?

Re: Nioh 2 Complete Edition CT

Posted: Fri Feb 26, 2021 11:15 am
by KS212
Aetherfire wrote:
Fri Feb 26, 2021 4:07 am
The model swap a couple pages back is a godsend. Thank you.

Now for one more thing. Any way to unlock hidden skills that are dropped from bosses? I'm mostly looking for the Izuna Drop, though.
Use the equipment editor for that, do the following:

1) Either craft/buy some random gear or just play and pick some drops up
2) Go into equipment menu, highlight an item you don't want and pick it, highlight 'Drop Item' but do not actually drop it, leave it on that menu option
3) Alt tab to equip editor, change the item to whatever 'Art of Combat' item you want, make sure you change BOTH the item ID and the appearance
4) Alt tab back to game and NOW drop the item... then pick it up, and you will pick up the 'art of combat' and unlock the skill.

This can also be done for Smithing texts.

Re: Nioh 2 Complete Edition CT

Posted: Fri Feb 26, 2021 2:46 pm
by Messy6666
dunno how to call this
Special Effect Strenght Enforcer ( works with loading / continue )
* You still need to have that Special Effect equipped somewhere
** Ofcourse enable before loading / continue

in the script below i added all Scrolls and Ultimate effects
so they require 1 stat point
You can add your own into the list.. just don't touch the EOL marker at the end

** when you change for example an Ultimate effect in the equipment editor, you do have to save before it will show in the extra Stats menu
Image

* Credit to Arikado for the data
** doesn't seem to have effect on setting the the # set decrease to -7:
dd 03045 00009A06 1 7 // Yasakani Magatama - Set Bonus Requirements Reduced

Re: Nioh 2 Complete Edition CT

Posted: Fri Feb 26, 2021 2:49 pm
by Scan21
Greetings to all, please tell me how you need to edit the stats on armor and weapons after restarting the game, for example, putting 35 attacks, and after restarting the game it became 5.

Re: Nioh 2 Complete Edition CT

Posted: Fri Feb 26, 2021 2:51 pm
by AeroShok999
SinGul4ritY wrote:
Fri Feb 26, 2021 2:46 pm
dunno how to call this
Special Effect Strenght Enforcer ( works with loading / continue )
* You still need to have that Special Effect equipped somewhere
** Ofcourse enable before loading / continue

in the script below i added all Scrolls and Ultimate effects
so they require 1 stat point
You can add your own into the list.. just don't touch the EOL marker at the end

** when you change for example an Ultimate effect in the equipment editor, you do have to save before it will show in the extra Stats menu
Image

* Credit to Arikado for the data
** doesn't seem to have effect on setting the the # set decrease to -7:
dd 03045 00009A06 1 7 // Yasakani Magatama - Set Bonus Requirements Reduced
I assume upon reset/ restart the effect is gone?

Re: Nioh 2 Complete Edition CT

Posted: Fri Feb 26, 2021 2:51 pm
by AeroShok999
Scan21 wrote:
Fri Feb 26, 2021 2:49 pm
Greetings to all, please tell me how you need to edit the stats on armor and weapons after restarting the game, for example, putting 35 attacks, and after restarting the game it became 5.
Game has insanity check.

Re: Nioh 2 Complete Edition CT

Posted: Fri Feb 26, 2021 2:54 pm
by Arikado
SinGul4ritY wrote:
Fri Feb 26, 2021 2:46 pm
dunno how to call this
Special Effect Strenght Enforcer ( works with loading / continue )
* You still need to have that Special Effect equipped somewhere
** Ofcourse enable before loading / continue

in the script below i added all Scrolls and Ultimate effects
so they require 1 stat point
You can add your own into the list.. just don't touch the EOL marker at the end

** when you change for example an Ultimate effect in the equipment editor, you do have to save before it will show in the extra Stats menu
Image

* Credit to Arikado for the data
** doesn't seem to have effect on setting the the # set decrease to -7:
dd 03045 00009A06 1 7 // Yasakani Magatama - Set Bonus Requirements Reduced
Yasakani Magatama is fixed effect, that i knew it from NIOH 1. ;)
anyway, script checking :)

line 123:
dd 00CF4 0000DAC2 #150 0 // Scroll of the Nioh - Ultimate Constitution
force to 0 is ok? :)

Re: Nioh 2 Complete Edition CT

Posted: Fri Feb 26, 2021 3:02 pm
by Messy6666
AeroShok999 wrote:
Fri Feb 26, 2021 2:51 pm
I assume upon reset/ restart the effect is gone?
ehhhh ?
SinGul4ritY wrote:
Fri Feb 26, 2021 2:46 pm
( works with loading / continue )
** Ofcourse enable before loading / continue
Arikado wrote:
Fri Feb 26, 2021 2:54 pm
line 123:
dd 00CF4 0000DAC2 #150 0 // Scroll of the Nioh - Ultimate Constitution
force to 0 is ok? :)
yes but this won't ADD effects not currently equiped.
ah i see... yeah i was testing that one

ps. i'm not sure about the #150 default strenght for scrolls below Nioh

ps @AeroShok999
still not being able to disable all those checks... so this a work around

@myself
learn to type english

Re: Nioh 2 Complete Edition CT

Posted: Fri Feb 26, 2021 3:25 pm
by Arikado
my [Script v1.13] is out! :)

viewtopic.php?p=177178#p177178

Re: Nioh 2 Complete Edition CT

Posted: Fri Feb 26, 2021 3:38 pm
by Arikado
SinGul4ritY wrote:
Fri Feb 26, 2021 3:02 pm
yes but this won't ADD effects not currently equiped.
ah i see... yeah i was testing that one

ps. i'm not sure about the #150 default strenght for scrolls below Nioh
im not sure, the Ultimate~ series can appear at Wise's scrolls or not.:mellow:

Script is working, it will auto checking equipped scroll,
AND pointed scroll that had Ultimate~ series effect.

Re: Nioh 2 Complete Edition CT

Posted: Fri Feb 26, 2021 4:28 pm
by Master_Builder
Asura wrote:
Fri Feb 26, 2021 9:19 am
Master_Builder wrote:
Thu Feb 25, 2021 8:34 pm
...
Thanks for the update, will try and do that

Edit - I tried doing it but the efficiency field does not take manual input, we need to select the options from drop down. How to enable manual input?
Go into the "For Coders" section. (Right click, group config, uncheck hide children when deactivated.)
Right click "listEfficiency", set/change drop down options, uncheck disallow manual user input.

Also keep save backups.

Re: Nioh 2 Complete Edition CT

Posted: Fri Feb 26, 2021 6:32 pm
by gunbalde60
Arikado wrote:
Fri Feb 26, 2021 2:54 pm
SinGul4ritY wrote:
Fri Feb 26, 2021 2:46 pm
dunno how to call this
Special Effect Strenght Enforcer ( works with loading / continue )
* You still need to have that Special Effect equipped somewhere
** Ofcourse enable before loading / continue

in the script below i added all Scrolls and Ultimate effects
so they require 1 stat point
You can add your own into the list.. just don't touch the EOL marker at the end

** when you change for example an Ultimate effect in the equipment editor, you do have to save before it will show in the extra Stats menu
Image

* Credit to Arikado for the data
** doesn't seem to have effect on setting the the # set decrease to -7:
dd 03045 00009A06 1 7 // Yasakani Magatama - Set Bonus Requirements Reduced
Yasakani Magatama is fixed effect, that i knew it from NIOH 1. ;)
anyway, script checking :)

line 123:
dd 00CF4 0000DAC2 #150 0 // Scroll of the Nioh - Ultimate Constitution
force to 0 is ok? :)
What does this do exactly?