Hey, boys, I have a modding question. Don't know if it's a right thread. So, I managed to launch this mod on 3.7.6, modded Hunk's helmet stats for my noob needs: durability, coverage, stuff like that. I also changed model to shattered mask, because I like how it looks. But then I remembered about helmet flashlights. Using ZENTURIO as an example, I added these lines:
this.kmcApi.items.addItemSlot("HUNK_HELMET", "mod_mount", [
"5a398b75c4a282000a51a266",
"5a398ab9c4a282000c5a9842" // Ops-Core Single Clamp Rail Adapter mount
]);
Now I can add rails and flashlights, but I can't turn them on by "H". What should I add or is it a problem because I changed the model of helmet to shattered mask?
Model was changed by changing prefab path. I'm noob to modding as I'm to the game.