Community Forum

Slaughterhouse

Forum Overview >> Editor

CategoryEditor
Created03.06.2020 09:06


Jan Vasko (vaskyCZ) 03.06.2020 09:06
Hello i have problem on my map. I tried create slaughterhouse but i have problem with input products(cow and pig) Log is without error, global company shows me it needs to fill cows and pig but when i arrive with this animals trigger not accept this. In filltypes i added all cows and pig types also. Here is my xml, if somebody has idea how to do it. thanks.

<registerInputProducts headerTitle="FS19_Polipsy_Jatka_HeaderInput">

<inputProduct name="IP_ANIMAL1" capacity="1000000" title="FS19_Polipsy_Jatka_Kravy">
<fillTypes>
<fillType name="COW_TYPE_BROWN" />
<fillType name="COW_TYPE_BROWN_WHITE" />
<fillType name="COW_TYPE_BLACK" />
<fillType name="COW_TYPE_BLACK_WHITE" />
<fillType name="COW_TYPE_BRAHMAN_BROWN" />
<fillType name="COW_TYPE_BRAHMAN_WHITE" />
<fillType name="COW_TYPE_BRAHMAN_LIGHT_BROWN" />
<fillType name="COW_TYPE_BRAHMAN_GREY" />
</fillTypes>

<inputMethods>
<unloadingTrigger name="UnloadingTrigger_1" />
</inputMethods>

<digitalDisplays>
<display displayType="LEVEL" numbers="IN_Display1" emptyNumberColor="1 0 0 1" numberColor="1 1 0 1" fullNumberColor="0 1 0 1"/>
</digitalDisplays>
</inputProduct>

<inputProduct name="IP_ANIMAL2" capacity="1000000" title="FS19_Polipsy_Jatka_Prasata">
<fillTypes>
<fillType name="PIG_TYPE_RED" />
<fillType name="PIG_TYPE_WHITE" />
<fillType name="PIG_TYPE_BLACK_WHITE" />
<fillType name="PIG_TYPE_BLACK" />
</fillTypes>

<inputMethods>
<unloadingTrigger name="UnloadingTrigger_2" />
</inputMethods>

<digitalDisplays>
<display displayType="LEVEL" numbers="IN_Display2" emptyNumberColor="1 0 0 1" numberColor="1 1 0 1" fullNumberColor="0 1 0 1"/>
</digitalDisplays>
</inputProduct>

<inputProduct name="IP_EMPTYPALLET" capacity="1000000" title="FS19_Polipsy_jatka_Palety">
<fillTypes>
<fillType name="emptyPallet" />
</fillTypes>

<purchase useSellPointPrice="emptyPallet" purchaseMultiplier="1.0"/>

Bilbo Beutlin (BBeutlin) 03.06.2020 17:17
Since it's very special to this mod, better ask in the "Global Company" support forum.
I'm using vanilla stuff, so I can't help very much. ;)


Note: Log in to post. Create a new account here.