Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Animal subtypes not supported. #9

Open
farmer26 opened this issue May 7, 2023 · 2 comments
Open

Animal subtypes not supported. #9

farmer26 opened this issue May 7, 2023 · 2 comments

Comments

@farmer26
Copy link

farmer26 commented May 7, 2023

I have been using Enhanced Animal System. A recent update now causes off spring to be male and female (example... Steers and heifers). I also use MEAT PROCESSING PLANT V1.0.0.1. The meat processing plant only accepts female animals. I'm not sure if Animal Input Extension is actually needed for the meat processing plant mod to work. If so, do you have plans to change animal input extension to use male and female? Or is this something that moders have to do in their mod? Thank you.

@farmer26
Copy link
Author

farmer26 commented Sep 4, 2023

Ich habe das Enhanced Animal System verwendet. Ein aktuelles Update führt nun dazu, dass die Nachkommen männlich und weiblich sind (Beispiel: Ochsen und Färsen). Ich verwende auch MEAT PROCESSING PLANT V1.0.0.1. Der Fleischverarbeitungsbetrieb akzeptiert nur weibliche Tiere. Ich bin mir nicht sicher, ob die Animal Input Extension tatsächlich benötigt wird, damit der Fleischverarbeitungsanlagen-Mod funktioniert. Wenn ja, planen Sie, die Eingabeerweiterung für Tiere so zu ändern, dass männlich und weiblich verwendet werden? Oder ist das etwas, was Moderatoren in ihrem Mod tun müssen? Danke schön.

@tn4799
Copy link
Owner

tn4799 commented Sep 5, 2023

Hello,
the reason why the male animals wont be accepted is probably because the animal subtype of the male animals is not registered in the production.

Here a little explanation how the system works:
Each animal subtype has its own fillType. these fillTypes are known by the production point. Now, if you have different animal subTypes for each gender, then the production point doesnt know the fillType of some genders (or possibly all of them). That the Processing plant can accept the male and female animals it needs to know both fillTypes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants