Hey Fin!
I tried the new "miscellaneous_items_to_add_to_bot_inventories" section with adding this line (hope that's the right way to do it):
"miscellaneous_items_to_add_to_bot_inventories": {
"assaultgroup": {"TacticalVest, Pockets, Backpack": {"item_id": "5c94bbff86f7747ee735c08f", "weight": 1}}
}
Sadly I get several problems with that, this warning pops up below the debug hash at server start:
DEBUG HASH !!If you're asking for help with FAIT, please copy and paste this in to your help request, or you probably won't be helped!!:
==========NOT=AN=ERROR========Start Debug Hash=========NOT=AN=ERROR=========
xĀā,7021819232282671,Đ54č5017413973,89ĞĖ6496200310,16ij3ĈěĆđ59ı3ľĤ08ą775ć1ēĬĶĴ534Ĉ0ŅŁ,465786ļ0ņĚō8ŔĠ4ğĊ55ķ1ċĔĄĆ5Ĵ0ţĖŦ5,|ıŷIJŵassaultŵpmcboƁfollowergluharŻŽſƈƊƌƎƐƒƔrscouƚƋƍƏƑƓƕsecurity,ƉƧƝƪƠsnipeƵƛƨrkojaƼƴƶƜƏŽƼtƕǀƷƏbſlƴ||ƗžƀgrƤp,beǐuƭcŵı-2,-ēıēǰŹDZdzIJ.Ǯ.Ģ0.ŠĆǯĔǾǾǮ,PMCs,ŸǙżǛtǝǟǡǣr,ǥƮŵǴȗȈDzșŸȘǫĢǴȉǚƙŵ|ƃƅƇǑNjƞƫƖȋȣNJǂƹƬƣƥȩȱƟƬƮưƲljǁƸȸơƼƾȤǢǤǦ,ȢǜǞuǠ|Ƞ.6,ĢęĔŴŶɒıǘǯəɎŔȤēĢǘɠɞǫDZɎĽɖ|4Ŵ8ɩ4ıłȤǘɫģɮɰɜ|3Ŵ2ɩı4ȤȞȤǭIJɑɝȂ|ȤǨșDZ7Ȉǻă,ɔɔɧŔɜĽɜɓȤĢɿɢȚɿɥŵʒɜŦ,ļȤʤʦǘǘʨʣŴʩǘĬʕʀɞʰĔʂʼnəDZəʉɗȁIJıɥʗăɖǫʅɝˆʁɿĢʠ|ɔŅȤŖʿɜˏňɸ|ˑİ˓Ŵ˕ɲŪʓ|ʱ˟ı6ɜɣʵɩʃ2ʜʠɖpumɍʈʆŹȜŹˍd52cc5ba4b93đɯɭĭ0īʑcdebč9d7fĭċe7ceěʜəmapnameshƏƿƭƾƖtețmwƲhƣm̞ȇʽʋț̺Ÿ̼̹Ŷʏdz.ɥ͂ȚǺʅēɯ̹ǫǾǹŹ͋ʶ͏ǫǫɔıŴŴˀɘ͚̽ǿ͛Ŝ:Ŧ:ĭŹaƋɈͥͤlͦͩͨͪ˴,
==========NOT=AN=ERROR=========End Debug Hash==========NOT=AN=ERROR=========
Server is running. Happy playing!!
(node:14792) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'slots' of undefined
at AITweaks.addMiscItems (G:\Spiele\EFT SPTarkov 3.0.0\user\mods\zFin-AITweaks\src\mod.js:6956:106)
at AITweaks.startGearchanging (G:\Spiele\EFT SPTarkov 3.0.0\user\mods\zFin-AITweaks\src\mod.js:9232:26)
at AITweaks.main (G:\Spiele\EFT SPTarkov 3.0.0\user\mods\zFin-AITweaks\src\mod.js:5049:18)
at AITweaks.delayedLoad (G:\Spiele\EFT SPTarkov 3.0.0\user\mods\zFin-AITweaks\src\mod.js:26:14)
at DelayedModLoader.executeMods (G:\Spiele\EFT SPTarkov 3.0.0\obj\bundle.js:12313:21)
at DelayedModLoader.load (G:\Spiele\EFT SPTarkov 3.0.0\obj\bundle.js:12302:14)
at ModCallbacks.onLoad (G:\Spiele\EFT SPTarkov 3.0.0\obj\bundle.js:1846:24)
at App.load (G:\Spiele\EFT SPTarkov 3.0.0\obj\bundle.js:16016:59)
at G:\Spiele\EFT SPTarkov 3.0.0\obj\bundle.js:17694:47
at processTicksAndRejections (internal/process/task_queues.js:93:5)
(Use `Aki.Server --trace-warnings ...` to show where the warning was created)
(node:14792) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.htm…unhandled_rejections_mode). (rejection id: 1)
(node:14792) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
When I start a Raid and when Bots are supposed to spawn in, I get a looooot of these and it seems like no Scavs are spawning:
Bot with node of assault and role of assault spawned without a valid weapon
Length of FP, SP, H node slots = 0, 0, 0
And no progress is saved in my profile. When I complete a Raid and close the game & server and restart everything, my inventory is in the pre-raid state again xD
If I remove my line and leave the misc items array empty, everything works great