If you have discord you can send me your username and I'll help you with the code. Or just do it for you :3
Posts by cwhandersen
-
-
If you go into "aSmallCases - src - mod.ts" and comment out the stuff that adds the cases to bots.
It will fix gluhar so he can spawn again. And you can modify the cases as much as you want.
Code to comment out:const botTypes = [
"usec",
"bear",
"exusec",
"followerbully",
"pmcbot",
"followersanitar",
"followertagilla",
"followergluharassault",
"followergluharsecurity",
"followergluharscout",
"followergluharsnipe",
"followerkojaniy",
"assault"
];
for (const bot in tables.bots.types)
{
for (const lootSlot in tables.bots.types[bot].inventory.items)
if (botTypes.includes(bot))
{
{
if (tables.bots.types[bot].inventory.items[lootSlot].includes("5783c43d2459774bbe137486"))
{
tables.bots.types[bot].inventory.items.Backpack.push(itemID);
tables.bots.types[bot].inventory.items.TacticalVest.push(itemID);
// console.log(`Successfully added item ${itemID} to backpack and tactical vest of ${bot}.`) .........
}
}
}
}
-
There is a "Insurancedisabled" option in the config for fannypack and small cases. That might help.
-
Glad to help. And nice that you're figuring out stuff.
I love the med pouch form the small cases mod. Makes life so much easier. -
I had the exact same problem. And after lots of trial and error and a lot of troubleshooting.
I found that modifying the Fannypack mod somehow fucks with SWAG.
If you delete "aFannyPack" and "aSmallCases" SWAG should work as intended.
You can the reinstall the Fannypack mod. But there's no guarantee SWAG will work if modify the Fannypack mod.
Hope this helps you aswell. I used a lot of hours to fix this issue for myself.
Happy playing :3