Elin
ResidentsExcludedSharedContainers
Residents/Pets taking items out of shared containers
I keep seeing them take a blessed corgon burger out of the 100 slot storage chest (container_magic). This the config file :

[#Exclusions]

ContainerNamesToExclude = NoResidents|container_magic|chest8|chest7|chest6|chest5|chest4|Sales

InvertExclusions = false

SpecificExclusions = Farris-NoFarrisContainer|Kitten-NoKittenContainer

ExcludePetsFromContainer = true

[#Pets]

## Define specific pets to be excluded from specific containers, use the format 'pet1name-container1name|pet2name-container2name', also supports container types, not case sensitive, if you use 'all' in the pet name then it'll include all pets.
# Setting type: String
# Default value: Farris-NoFarrisContainer|Kitten-NoKittenContainer
SpecificExclusions = Farris-NoFarrisContainer|Kitten-NoKittenContainer

## If pets should follow the filter defined in ContainerNamesToExclude as well, respects the InvertExclusions setting as well.
# Setting type: Boolean
# Default value: false
ExcludePetsFromContainer = true

## Inverts the SpecificExclusions filter so instead of pets not taking items out of the defined containers, they'll only take items from those containers, note that if ExcludePetsFromContainer and/or InvertExclusions are used then they apply at the same time.
# Setting type: Boolean
# Default value: false
InvertExclusionsPets = false

[#Residents]

## Name or type of the containers that should exclude residents from taking items out of them, can have multiple names separated by |, not case sensitive.
# Setting type: String
# Default value: NoResidents|_container_magic
ContainerNamesToExclude = NoResidents|container_magic|chest8|chest7|chest6|chest5|chest4|Sales

## Inverts the ContainerNamesToExclude filter so instead of residents not taking items out of the defined containers, they'll only take items from those containers.
# Setting type: Boolean
# Default value: false
InvertExclusions = false
< >
Viser 1-2 af 2 kommentarer
Question 13. feb. kl. 7:20 
This happens even when using your other mod, NoResidentSharedFood. Im pretty sure i dont have any other mods that affect containers...

I also tested for the "sturdy box" (chest6) and the same problem happens, residents/pets can pick up food from the container and eat it as long as it is set to shared mode.

Could you check if the format i am using for the ContainerNamesToExclude is correct?
Sidst redigeret af Question; 13. feb. kl. 7:54
NPOu  [udvikler] 15. feb. kl. 3:48 
I have found a new function that the game is using to separately make resident scan shared containers for food, however, when using NoResidentSharedFood https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=3389359940 it should be properly blocked.
That mod however does not block pets from eating food from containers.
However, due to the how the new method was done, there's no real way for me to tackle it without a complete rewrite.
I'll add support for pets on NoResidentSharedFood and make a note about food in the description of ResidentsExcludedSharedContainers.

I understand in some cases people might want residents to eat specific food out of specific containers but I might need to add a separate functionality to the mod instead of trying to rewrite the game's base method to avoid complications in the future.
Sidst redigeret af NPOu; 15. feb. kl. 4:03
< >
Viser 1-2 af 2 kommentarer
Per side: 1530 50