Moin zusammen,
gibt es denn die Möglichkeit im LS 22 bei den Produktionen mehrere Inputproduktionen als Alternative einzufügen?
Habe es wie unten im Quellcode angegeben versucht, bekomme aber Fehler in die Log.
XML und Logfehler
Code: LogFehler
2022-08-09 18:45 Error (C:/Users/Nabi/Documents/My Games/FarmingSimulator2022/mods/FS22_Animal_Food_Factory/Food_Factory/FoodFactory.xml): Unable to load fillType 'SUGARBEET POTATO' for 'placeable.productionPoint.productions.production(1).inputs.input(0)'
2022-08-09 18:45 Error (C:/Users/Nabi/Documents/My Games/FarmingSimulator2022/mods/FS22_Animal_Food_Factory/Food_Factory/FoodFactory.xml): Unable to load fillType 'SUNFLOWER SOYBEAN CANOLA' for 'placeable.productionPoint.productions.production(1).inputs.input(1)'
2022-08-09 18:45 Error (C:/Users/Nabi/Documents/My Games/FarmingSimulator2022/mods/FS22_Animal_Food_Factory/Food_Factory/FoodFactory.xml): Unable to load fillType 'MAIZE SORGHUM' for 'placeable.productionPoint.productions.production(1).inputs.input(2)'
2022-08-09 18:45 Error (C:/Users/Nabi/Documents/My Games/FarmingSimulator2022/mods/FS22_Animal_Food_Factory/Food_Factory/FoodFactory.xml): Unable to load fillType 'WHEAT BARLEY OAT' for 'placeable.productionPoint.productions.production(1).inputs.input(3)'
2022-08-09 18:45 Error (C:/Users/Nabi/Documents/My Games/FarmingSimulator2022/mods/FS22_Animal_Food_Factory/Food_Factory/FoodFactory.xml): No inputs for production 'placeable.productionPoint.productions.production(1)'
2022-08-09 18:45 Warning (C:/Users/Nabi/Documents/My Games/FarmingSimulator2022/mods/FS22_Animal_Food_Factory/Food_Factory/FoodFactory.xml): storage fillType 'SORGHUM' not used as a production input or ouput
2022-08-09 18:45 Warning (C:/Users/Nabi/Documents/My Games/FarmingSimulator2022/mods/FS22_Animal_Food_Factory/Food_Factory/FoodFactory.xml): storage fillType 'MAIZE' not used as a production input or ouput
2022-08-09 18:45 Warning (C:/Users/Nabi/Documents/My Games/FarmingSimulator2022/mods/FS22_Animal_Food_Factory/Food_Factory/FoodFactory.xml): storage fillType 'POTATO' not used as a production input or ouput
2022-08-09 18:45 Warning (C:/Users/Nabi/Documents/My Games/FarmingSimulator2022/mods/FS22_Animal_Food_Factory/Food_Factory/FoodFactory.xml): storage fillType 'PIGFOOD' not used as a production input or ouput
Code
<production id="PIGFOOD" name="$l10n_fillType_pigFood" cyclesPerHour="70" costsPerActiveHour="4">
<inputs>
<input fillType="SUGARBEET POTATO" amount="2" />
<input fillType="SUNFLOWER SOYBEAN CANOLA" amount="2" />
<input fillType="MAIZE SORGHUM" amount="1" />
<input fillType="WHEAT BARLEY OAT" amount="2" />
</inputs>
<outputs>
<output fillType="PIGFOOD" amount="7" />
</outputs>
</production>
</productions>
Alles anzeigen
Hoffe ihr könnt mir hier weiterhelfen. Danke schon mal