You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe I've found a bug related to the mod, LewdCrestX in KKS.
When attempting to add LewdCrestX data to a card, or modify existing LewdCrestX data on a card, changes do not show up in the in-game character creator.
I am confident that I am inserting the correct data, [1, {'CurrentCrest': 29}], because if you take a card with LewdCrestX data, that is what the following line outputs:
other_card['KKEx']['LewdCrestX']
I've tried this on multiple cards and multiple crests, and all display this behavior.
Are you familiar with this at all? Thanks!
The text was updated successfully, but these errors were encountered:
I tried LewdCrestX(1.4.0) in the same way as you did and confirmed that a same bug occurs.
The values are actually being changed correctly, but for some reason it seems the mod is unable to read them.
I've attached the relevant part of the output_log.txt below.
[Error :LewdCrestX] System.InvalidCastException: Specified cast is not valid.
at KK_LewdCrestX.Extensions.ReadFromData[T] (System.Object settingContainer, ExtensibleSaveFormat.PluginData data, System.String propName, T defaultValue) [0x00035] in <8ae120a8d7b745c6be5605acd5184441>:0
[Error :Modding API] System.InvalidCastException: Specified cast is not valid.
at AdvIKPlugin.Algos.IKResizeAdjustment.LoadConfig (ExtensibleSaveFormat.PluginData data) [0x00014] in <943e93b56d6942cd914c2df249019717>:0
at AdvIKPlugin.AdvIKCharaController.OnReload (KKAPI.GameMode currentGameMode, System.Boolean maintainState) [0x00257] in <943e93b56d6942cd914c2df249019717>:0
at KKAPI.Chara.CharaCustomFunctionController.OnReloadInternal (KKAPI.GameMode currentGameMode) [0x00038] in <553e7659af42417fb789ce11975b2c52>:0
This is likely due to some issue when casting values with messagepack, causing them to become unreadable values.
I'd like to investigate this further, so I'd appreciate some more time.
Hello!
I believe I've found a bug related to the mod, LewdCrestX in KKS.
When attempting to add LewdCrestX data to a card, or modify existing LewdCrestX data on a card, changes do not show up in the in-game character creator.
I am confident that I am inserting the correct data,
[1, {'CurrentCrest': 29}]
, because if you take a card with LewdCrestX data, that is what the following line outputs:other_card['KKEx']['LewdCrestX']
I've tried this on multiple cards and multiple crests, and all display this behavior.
Are you familiar with this at all? Thanks!
The text was updated successfully, but these errors were encountered: