ya im having the same thingI'm having an issue where I load in the mod, but am unable to find it in game. Nothing extra shows up when I right click people or when I press F8. It's first in my load order - pls help.
- 1
ya im having the same thingI'm having an issue where I load in the mod, but am unable to find it in game. Nothing extra shows up when I right click people or when I press F8. It's first in my load order - pls help.
change index in mod's file located at: common\character_interaction_categories\pcm_character_interaction_categories.txt:
interaction_pcm_main = {
index = 10
i changed it to 10 too but still didn't work, what version did you use?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.
This.All i did was increase the index value by 1 so it didn't conflict with the main game and it works fine now.
Any chance you can update for the latest patch? It doesnt work anymoreMod updated btw :3