Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
pen 1: cow, male. disallow all other animals and disallow female (rename it "bulls")
pen 2: you need 2 pen markers.
pen marker #1 cow female, disallow all other animals, disallow male (rename it "cows")
pen marker #2 all other animals except cow (rename it "all others")
Renaming every single pen marker is optional but helps you remember what each of them do
result: https://imgur.com/9CzMhXI
Do you want to have a pen for all animals except male bull and another pen with only male bull?
If it is the case you can try the complex logic described in description (I'll repost it here)
Complex filter logic (vanilla feature)
You can combine several filters putting multiple pen marker in the same pen:
what is really important (and what is indeed saved in savegame) is what you do not allow;
a single marker applies AND logic on all its terms;
if you have multiple markers in the same pen the OR logic is applied between them
For example if you want to keep sterilized males + all females in the same pen you just put:
pen marker 1 -> no females, no unsterilized (so basically only sterilized males);
pen marker 2 -> no males (so basically only females)
if both are in the same pen the applied logic is:
(not female AND not unsterilized) OR (not male)
please note also that the game try its best to keep pens balanced based on numbers of pens and amount of food that can be grown in them.
Maybe Niilo could extend their mod to add this feature, since it's releated to another feature of its own mod: that should be quite easy to do.
Is it possible to add filter for named and nonamed animals?
sorry, this mod does not allow to put a specific number of species in the pen nor to only have there sometimes (but you can disable the pen marker to temporary disable a specific filter)
regarding number, if multiple pens with the same filter are available the game try to balance animals between them, but there's no way to set a specific number.
I should add that adding this feature is outside the scope of this mod.
1 marker, (Disallow without tendable condition) AND (Disallow with all injuries tended)
And now, the only animals in the medical pen are the ones with a disease or injuries, and as soon as they're tended and able to stand they get moved back to the normal pen. :D
Outside pen: 2 markers, (Disallow with tendable condition) OR (Disallow without all injuries tended)
Medical pen: 2 markers, (Disallow without tendable condition) OR (Disallow with all injuries tended)
I thought this would be right, but animals that are healthy are still ending up in the medical pen. What am I doing wrong, please?
@Piprian: I think both features will go toobeyond the scope of this mod.
@arl85 love this mod <3