安装 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)