After I installed the StackSizeController plugin I edited the config file and changed Food and Resources from 0 to 2, thinking that x2.
Ever since I changed that the Vending Machines at the Outpost only sell 2 of each resources. The price is still the same. For example 5 Scrap for 2 Low Grade. I have since then change the config file back to 0 which i believe is the default but the vending machines didn't change.
How can I fix this?
{
"Settings": {
"CategoryDefaultStack": {
"Ammunition": 0,
"Attire": 0,
"Common": 0,
"Component": 0,
"Construction": 0,
"Food": 2,
"Items": 0,
"Medical": 0,
"Misc": 0,
"Resources": 2,
"Tools": 0,
"Traps": 0,
"Weapon": 0
},
"DefaultStack": 0,
"StackHealthItems": true
}
}Ever since I changed that the Vending Machines at the Outpost only sell 2 of each resources. The price is still the same. For example 5 Scrap for 2 Low Grade. I have since then change the config file back to 0 which i believe is the default but the vending machines didn't change.
How can I fix this?