Total War: WARHAMMER II

Total War: WARHAMMER II

OvN - Chaos Dwarfs (Requires Decos Expanded Roster Mod)
Possible rite/tree bug?
My friend who does not know English well asked me to report something:

There might be a *possible* bug when the state of Chaos Dwarf slave tree does not save or load correctly. It's ok during the campaign but when the game is loaded all is being reset, both visuals and slaves required, though globals values on the UI top still active (upkeep, heroes rank, unclocked stuff)

I did dig some .lua files myself and found an oddity in pj_chorf_panel.lua

cm:add_saving_game_callback( function(context) cm:save_named_value("pj_chorf_panel_tree_unlocks", tree_to_unlocked_tier, context) end ) cm:add_loading_game_callback( function(context) tree_to_unlocked_tier = cm:load_named_value("pj_chorf_panel_tree_unlocks", tree_to_unlocked_tier, context) end )

There seems no variable called "pj_chorf_panel_tree_unlocks" elsewhere outside those 2 calls so it might be really a problem here.

OR he just has some mod conflcts. I just wanted to point it out if it helps.