KeiranY / tarkov-bronzeman

Inspired by Gudi's OSRS gamemode of the same name, Bronzeman mode is a gamemode that requires players to have "earned" an item through normal means before being able to purchase it.
The Unlicense
0 stars 2 forks source link

Bronzeman mod affecting weapon presets in traders #2

Open schkuromi opened 1 month ago

schkuromi commented 1 month ago

SPT-Aki - version 3.8.3 Bronzeman mod - version 1.1.2

I've noticed that the mod is affecting weapon presets that are offered by traders, possibly only custom traders? It could also be only affecting weapon presets that are barter trades, but I haven't tested that enough yet to figure it out.

An example without Bronzeman. (Custom trader "Lotus") image

Same exact trade with Bronzeman loaded, you can also see it affecting other weapon presets. image

And at least for the G36, I have the weapon in my stash already, and it still appears to be locked? I have made sure to restart the client and server just in case, since I obtained it from a Sealed Weapon Crate.

This is my config file, if it helps.

{
    "unlocks": {
        "raidRunThrough": true,
        "raidDeath": false,
        "inventory": true,
        "quests": true,
        "foundInRaidOnly": false
    },
    "hideItems": false,
    "allTraders": true,
    "traders": [
        "54cb50c76803fa8b248b4571",
        "54cb57776803fa99248b456e",
        "579dc571d53a0658a154fbec",
        "58330581ace78e27b8b10cee",
        "5935c25fb3acc3127c3d8cd9",
        "5a7c2eca46aef81a7ca2145d",
        "5ac3b934156ae10c4430e83c",
        "5c0647fdd443bc2504c2d371"
    ],
    "includeRagfair": true,
    "ignoreCategories": {
        "keys": true,
        "specialEquipment": true,
        "secureContainers": true,
        "maps": true,
        "money": true,
        "foodAndDrink": false,
        "barterItems": false,
        "meleeWeapons": false,
        "throwables": false,
        "infoItems": false,
        "meds": false,
        "backpacks": false,
        "rigs": false,
        "weaponParts": false,
        "guns": false,
        "armourHelmet": false,
        "headphones": false,
        "armBands": false,
        "ammo": false,
        "ammoBoxes": false,
        "containers": true
    },
    "ignoreItems": [
        "5991b51486f77447b112d44f",
        "591094e086f7747caa7bb2ef",
        "5f4f9eb969cdc30ff33f09db",
        "5910959486f7747d96753485",
        "544fb5454bdc2df8738b456a",
        "5ac78a9b86f7741cca0bbd8d",
        "5b4391a586f7745321235ab2",
        "5910968f86f77425cf569c32",
        "Collectors_Case",
        "Trophy_Case"
    ],
    "requireUnlockComponents": true,
    "debug": false
}
KeiranY commented 2 weeks ago

Hey-o, apologies like you've noted in the SPT disc I'm not super active on this mod. Bursts of activity whenever I can manage.

If you set debug to `true in the mods config it will output any items that are allowed/filtered in the SPT console like this: image

This should help with understanding why an item may be filtered, as since you've got requireUnlockComponents set to true it could be that the G36 you've unlocked doesn't have a mod on it that the preset does.

If that isn't helping then drop the SPT log here and I'll try and take a look if I get time in the future.