安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






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