• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.
If you follow the notes referenced in the compatibility original post it works with the current version if people still get a crash when trying to run it.

Code:
change index in mod's file located at: common\character_interaction_categories\pcm_character_interaction_categories.txt:

interaction_pcm_main = {
    index = 10

in the latest published version that index value is 9, which also appears to be reserved as an index value by the main game currently. It seems like that may be the culprit for causing the game to crash when you right click since it creates a conflict and crashes. All i did was increase the index value by 1 so it didn't conflict with the main game and it works fine now.
 
  • 1
Reactions:
If you follow the notes referenced in the compatibility original post it works with the current version if people still get a crash when trying to run it.

Code:
change index in mod's file located at: common\character_interaction_categories\pcm_character_interaction_categories.txt:

interaction_pcm_main = {
    index = 10

in the latest published version that index value is 9, which also appears to be reserved as an index value by the main game currently. It seems like that may be the culprit for causing the game to crash when you right click since it creates a conflict and crashes. All i did was increase the index value by 1 so it didn't conflict with the main game and it works fine now.
i changed it to 10 too but still didn't work, what version did you use?
 
Mod updated btw :3