Page 31 of 96

Re: Nioh 2 Complete Edition CT

Posted: Fri Feb 19, 2021 12:40 am
by Arikado
my [Script v1.7] is out! :)

viewtopic.php?p=177178#p177178

Re: Nioh 2 Complete Edition CT

Posted: Fri Feb 19, 2021 12:43 am
by variante
skyki wrote:
Fri Feb 19, 2021 12:33 am
WHEN I QUIT the Game, i change the gear stats press on manual Save on World Map (i also did save on a mission aka shrine) then i pressed Quit.
Don't do this, until you're sure it's working, you'd want to exit to title screen instead of quitting (checking is faster this way). Also, you might want to re-equip the changed gears, as the game might only save the equipped stats and not the gears' stats.

The game maintains a backup save which it might use to override values in the main save when launched, exiting to title screen seems to influence the backup save too.

Re: Nioh 2 Complete Edition CT

Posted: Fri Feb 19, 2021 12:50 am
by skyki
variante wrote:
Fri Feb 19, 2021 12:43 am
skyki wrote:
Fri Feb 19, 2021 12:33 am
WHEN I QUIT the Game, i change the gear stats press on manual Save on World Map (i also did save on a mission aka shrine) then i pressed Quit.
Don't do this, until you're sure it's working, you'd want to exit to title screen instead of quitting (checking is faster this way). Also, you might want to re-equip the changed gears, as the game might only save the equipped stats and not the gears' stats.

The game maintains a backup save which it might use to override values in the main save when launched, exiting to title screen seems to influence the backup save too.
But the changes DO work, when i go to title screen and back to the game my changes are applied, everything works as suppose to.
The problem is only when i Quit.

Re: Nioh 2 Complete Edition CT

Posted: Fri Feb 19, 2021 1:15 am
by LazyM
Arikado wrote:
Fri Feb 19, 2021 12:40 am
my [Script v1.7] is out! :)

viewtopic.php?p=177178#p177178
Thanks a lot for this
Also is it possible to increase my clan rank? and if it is how do i do that?

Re: Nioh 2 Complete Edition CT

Posted: Fri Feb 19, 2021 1:33 am
by variante
skyki wrote:
Fri Feb 19, 2021 12:50 am
But the changes DO work, when i go to title screen and back to the game my changes are applied, everything works as suppose to.
The problem is only when i Quit.
This suggests that it has nothing to do with the game itself, but rather with Steam. It might have overridden your local save with cloud save, where your changes aren't stored. Maybe try disabling steam cloud sync, then going through the whole edit process again. If it still doesn't work, it might be your copy, cuz no one else seems to have this issue.

Re: Nioh 2 Complete Edition CT

Posted: Fri Feb 19, 2021 5:53 am
by cinnamontoastking
I have a question that I can not seem to figure out. If I don't want to have the max value for the certain effect how do I stop this after changing it? For example: Say I add the break effect, its max is +30 but I know you can get +29. How do I add it without picking max value or max value unlocked? Or is there no way around that? I have tried different things other then as I am typing this copying and pasting the code from a "legit" effect from a dropped armor. Any other changes it always defaults to the max value even after trying to change it as well.

Re: Nioh 2 Complete Edition CT

Posted: Fri Feb 19, 2021 10:13 am
by Arikado
Hi, can anyone can help me to make a script to convert display normal HH:MM format?
Thx in adv. :)

THIS IS FROM v1.26!

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>352332</ID>
      <Description>"Play Time (IDK how to change to HH:MM format)"</Description>
      <LastState Value="" RealAddress=""/>
      <ShowAsSigned>0</ShowAsSigned>
      <Color>000000</Color>
      <VariableType>8 Bytes</VariableType>
      <Address>nioh2.exe+28D8378-70</Address>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

Re: Nioh 2 Complete Edition CT

Posted: Fri Feb 19, 2021 10:35 am
by SpaceMonkeh
Arikado wrote:
Fri Feb 19, 2021 12:40 am
my [Script v1.7] is out! :)

viewtopic.php?p=177178#p177178
How do I make a Soul Core max rarity from white and have it go from Soul Core Rank 9 to 30?

Re: Nioh 2 Complete Edition CT

Posted: Fri Feb 19, 2021 10:46 am
by Arikado
SpaceMonkeh wrote:
Fri Feb 19, 2021 10:35 am
Arikado wrote:
Fri Feb 19, 2021 12:40 am
my [Script v1.7] is out! :)

viewtopic.php?p=177178#p177178
How do I make a Soul Core max rarity from white and have it go from Soul Core Rank 9 to 30?
Soul Core rarity:
when "Rarity" in white color, that is 255. just change "Rarity" to 5 like a normal item.

Soul Core Rank:
= "Soul Core Lvl"

Re: Nioh 2 Complete Edition CT

Posted: Fri Feb 19, 2021 11:21 am
by SpaceMonkeh
Arikado wrote:
Fri Feb 19, 2021 10:46 am
SpaceMonkeh wrote:
Fri Feb 19, 2021 10:35 am
Arikado wrote:
Fri Feb 19, 2021 12:40 am
my [Script v1.7] is out! :)

viewtopic.php?p=177178#p177178
How do I make a Soul Core max rarity from white and have it go from Soul Core Rank 9 to 30?
Soul Core rarity:
when "Rarity" in white color, that is 255. just change "Rarity" to 5 like a normal item.

Soul Core Rank:
= "Soul Core Lvl"
Thanks! That makes sense, hadn't edited white items before

Re: Nioh 2 Complete Edition CT

Posted: Fri Feb 19, 2021 12:30 pm
by dovahheim
Arikado wrote:
Wed Feb 10, 2021 4:52 am
modify from InfinityArts's ct
update a little bit script...

19 Feb, 2021 [Script v1.7]
++a little bit definition in Special Effect r changed
++listCharaModel r completed, if someone build a character model change script like nioh 1, that u can found this list inside "For Coders"
How do you open the for coders section? Clicking the box does nothing for me.

Re: Nioh 2 Complete Edition CT

Posted: Fri Feb 19, 2021 12:35 pm
by xathu0904
dovahheim wrote:
Fri Feb 19, 2021 12:30 pm
Arikado wrote:
Wed Feb 10, 2021 4:52 am
modify from InfinityArts's ct
update a little bit script...

19 Feb, 2021 [Script v1.7]
++a little bit definition in Special Effect r changed
++listCharaModel r completed, if someone build a character model change script like nioh 1, that u can found this list inside "For Coders"
How do you open the for coders section? Clicking the box does nothing for me.
because it not meant to open on CE, if you want to see it, just open it on notepad

Re: Nioh 2 Complete Edition CT

Posted: Fri Feb 19, 2021 12:35 pm
by Chocophie
How can i unlock hidden skill with CT ?

Re: Nioh 2 Complete Edition CT

Posted: Fri Feb 19, 2021 12:41 pm
by Arikado
xathu0904 wrote:
Fri Feb 19, 2021 12:35 pm
dovahheim wrote:
Fri Feb 19, 2021 12:30 pm
Arikado wrote:
Wed Feb 10, 2021 4:52 am
modify from InfinityArts's ct
update a little bit script...

19 Feb, 2021 [Script v1.7]
++a little bit definition in Special Effect r changed
++listCharaModel r completed, if someone build a character model change script like nioh 1, that u can found this list inside "For Coders"
How do you open the for coders section? Clicking the box does nothing for me.
because it not meant to open on CE, if you want to see it, just open it on notepad
not only notepad to check it :)

Re: Nioh 2 Complete Edition CT

Posted: Fri Feb 19, 2021 12:46 pm
by xathu0904
Arikado wrote:
Fri Feb 19, 2021 12:41 pm
xathu0904 wrote:
Fri Feb 19, 2021 12:35 pm
dovahheim wrote:
Fri Feb 19, 2021 12:30 pm


How do you open the for coders section? Clicking the box does nothing for me.
because it not meant to open on CE, if you want to see it, just open it on notepad
not only notepad to check it :)
i know, i just doubt he can do anything except stare dumbly at it