Posts by lucianfallen

    Got this wired error when I try to start a raid. I'm stuck in loading screen


    Missing caliber data for: Caliber9x19PARA, 1143x234ACP

    Unable to pick a cartridge for caliber Caliber9x19PARA, 1143x234ACP, chosen staticAmmoDist data is not an array: undefined

    TypeError: ammos is not iterable

    TypeError: ammos is not iterable

    at ItemHelper.drawAmmoTpl (C:\snapshot\src\helpers\ItemHelper.ts:1339:27)

    at ItemHelper.fillMagazineWithRandomCartridge (C:\snapshot\src\helpers\ItemHelper.ts:1205:35)

    at LocationGenerator.createStaticLootItem (C:\snapshot\src\generators\LocationGenerator.ts:1058:33)

    at LocationGenerator.addLootToContainer (C:\snapshot\src\generators\LocationGenerator.ts:436:49)

    at LocationGenerator.generateStaticContainers (C:\snapshot\src\generators\LocationGenerator.ts:235:48)

    at LocationController.generate (C:\snapshot\src\controllers\LocationController.ts:108:51)

    at LocationController.get (C:\snapshot\src\controllers\LocationController.ts:72:21)

    at LocationController.get (D:\EFT\SPT 3.8\user\mods\bakahashi-pityloot\src\mod.ts:128:39)

    at LocationCallbacks.getLocation (C:\snapshot\src\callbacks\LocationCallbacks.ts:37:66)

    at RouteAction.action (C:\snapshot\src\routers\dynamic\LocationDynamicRouter.ts:16:51)

    TypeError: ammos is not iterable

    TypeError: ammos is not iterable

    at ItemHelper.drawAmmoTpl (C:\snapshot\src\helpers\ItemHelper.ts:1339:27)

    at ItemHelper.fillMagazineWithRandomCartridge (C:\snapshot\src\helpers\ItemHelper.ts:1205:35)

    at LocationGenerator.createStaticLootItem (C:\snapshot\src\generators\LocationGenerator.ts:1058:33)

    at LocationGenerator.addLootToContainer (C:\snapshot\src\generators\LocationGenerator.ts:436:49)

    at LocationGenerator.generateStaticContainers (C:\snapshot\src\generators\LocationGenerator.ts:235:48)

    at LocationController.generate (C:\snapshot\src\controllers\LocationController.ts:108:51)

    at LocationController.get (C:\snapshot\src\controllers\LocationController.ts:72:21)

    at LocationController.get (D:\EFT\SPT 3.8\user\mods\bakahashi-pityloot\src\mod.ts:128:39)

    at LocationCallbacks.getLocation (C:\snapshot\src\callbacks\LocationCallbacks.ts:37:66)

    at RouteAction.action (C:\snapshot\src\routers\dynamic\LocationDynamicRouter.ts:16:51)

    Hello
    Where is OtherTweaks.Remove_Backpack_Restrictions

    I want to add custom ammo pouch to kappa/gamma containers

    The maker for that ammo pouch said that it's compatible with kappa/gamma containers but I can't put it


    if (config.OtherTweaks.Remove_Backpack_Restrictions.enabled) {
                    // Remove backpack restrictions (for containers [ammo, med, etc] mostly).
                    // Never again I'll see an unlootable medcase in 314...
                    for (const itemID in items) {
                        const item = items[itemID];
                        if (item._type == "Item" && item._props?.Grids?.length > 0) {
                            if (JSON.stringify(item._props.Grids[0]).indexOf("ExcludedFilter") > -1) {
                                // JS safety tricks strike again.
                                // console.log("Key Found");
                                // log(getItemName(item._id))
                                let filtered;
                                try {
                                    // Safety level 2
                                    filtered = item._props.Grids[0]._props?.filters[0]?.ExcludedFilter;
                                    if (filtered?.includes(Items.CONTAINER_MEDICINE)) {
                                        // log(getItemName(item._id))
                                        item._props.Grids[0]._props.filters[0].ExcludedFilter = [];
    }
    }
                                catch (error) {
                                    logger.warning(`\nOtherTweaks.Remove_Backpack_Restrictions failed bacause of the other mod removed default item filter property (like Valens AIO or SVM). Send bug report. Continue safely.`);
                                    // log(error)
    }
    }
    }
    }
    }

    hello good sir
    I got this error and the only thing I did was some changes in config

    TypeError: Cannot read properties of undefined (reading 'base')

    TypeError: Cannot read properties of undefined (reading 'base')

    at BrokerPriceManager.getTradersMetaData (D:\EFT\SPT\user\mods\nightingale-broker_trader-1.3.2\src\broker_price_manager.ts:303:57)

    at BrokerPriceManager.initializeLookUpTables (D:\EFT\SPT\user\mods\nightingale-broker_trader-1.3.2\src\broker_price_manager.ts:160:38)

    at BrokerTrader.postAkiLoad (D:\EFT\SPT\user\mods\nightingale-broker_trader-1.3.2\src\mod.ts:161:51)

    at PostAkiModLoader.executeMods (C:\snapshot\project\src\loaders\PostAkiModLoader.ts:72:46)

    at PostAkiModLoader.load (C:\snapshot\project\src\loaders\PostAkiModLoader.ts:35:13)

    at ModCallbacks.onLoad (C:\snapshot\project\src\callbacks\ModCallbacks.ts:34:13)

    at App.load (C:\snapshot\project\src\utils\App.ts:56:13)

    TypeError: Cannot read properties of undefined (reading 'base')

    TypeError: Cannot read properties of undefined (reading 'base')

    at BrokerPriceManager.getTradersMetaData (D:\EFT\SPT\user\mods\nightingale-broker_trader-1.3.2\src\broker_price_manager.ts:303:57)

    at BrokerPriceManager.initializeLookUpTables (D:\EFT\SPT\user\mods\nightingale-broker_trader-1.3.2\src\broker_price_manager.ts:160:38)

    at BrokerTrader.postAkiLoad (D:\EFT\SPT\user\mods\nightingale-broker_trader-1.3.2\src\mod.ts:161:51)

    at PostAkiModLoader.executeMods (C:\snapshot\project\src\loaders\PostAkiModLoader.ts:72:46)

    at PostAkiModLoader.load (C:\snapshot\project\src\loaders\PostAkiModLoader.ts:35:13)

    at ModCallbacks.onLoad (C:\snapshot\project\src\callbacks\ModCallbacks.ts:34:13)

    at App.load (C:\snapshot\project\src\utils\App.ts:56:13)

    hi I got a tiny problem, when I do barters or craft something for some reason the hole stack is being used.

    Can you make something to prevent this? ty in advance