Posts by 0frankie0

    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.

    Thanks alot!

    Hello! Haven't been playing in Tarkov in years. Saw 3.8.0 and decided to try. I know that 3.8.0 is not officially supported yet, but I got strange error while... compiling? server.

    TypeError: Cannot set properties of undefined (setting 'min')

    at MainSVM.postDBLoad (C:\Escape from Tarkov\user\mods\ServerValueModifier\src\SVM.js:2180:54)


    It is (trader.fence.presetMaxDurabilityPercentMinMax.min = Config.Traders.Fence.FenceGunDurability_Min) in "traders section".

    Does this happens because of version 3.8.0 I'm using or something else? If I disable whole traders section all together, server will compile. This happens with some other sections too, but most other sections work fine.