| Category | Farming Simulator 25 |
| Created | 17.01.2025 18:21 |
| Lord Lahmi (Lahmi) | 17.01.2025 18:21 |
|---|---|
| Hi, I would like to create a placeable production for TMR with the following entries. <productionPoint> <productions> <production id="forage_" name="%s" params="$l10n_fillType_forage" cyclesPerHour="750" costsPerActiveHour="75"> <inputs> <input fillType="STRAW" amount="20" /> <input fillType="SILAGE" amount="50" /> <input fillType="DRYGRASS_WINDROW" amount="20" mix="1" /> <input fillType="MINERAL_FEED" amount="10" mix="boost" boostfactor="0.2" /> </inputs> <outputs> <output fillType="FORAGE" fillTypeCategory="BULK" amount="100" /> </outputs> </production> </productions> <storage isExtension="false" fillLevelSyncThreshold="100"> <capacity fillType="STRAW" capacity="20000" /> <capacity fillType="SILAGE" capacity="50000" /> <capacity fillType="DRYGRASS_WINDROW" capacity="20000" /> <capacity fillType="MINERAL_FEED" capacity="10000" /> <capacity fillType="FORAGE" capacity="100000" /> </storage> <sellingStation node="sellingStation" supportsExtension="false" appearsOnStats="true" allowMissions="false" > <unloadTrigger triggerNode="exactFillRootNode" aiNode="unloadTriggerAINode" fillTypes="SILAGE DRYGRASS_WINDROW STRAW MINERAL_FEED" /> <baleTrigger triggerNode="baleTrigger" aiNode="unloadTriggerAINode" fillTypes="SILAGE DRYGRASS_WINDROW STRAW MINERAL_FEED" deleteLitersPerSecond="4000" /> </sellingStation> If I comment out the pallet spowner, which I do NOT need anyway, I get the following log entry. Error (Mixing.xml): No loading station or pallet spawner for production point Error (Mixing.xml): Placeable loading failed! Warning: Failed to load placeable If I have the pallet spooler active, I get this warning. Warning (Mixing.xml): Output filltype 'FORAGE' is not supported by loading station or pallet spawner Where is my mistake, please? |
|
| Johan Zee (catfishfreak9) | 18.01.2025 14:41 |
|---|---|
| what i am not seeing in that part of the code would be a loading station. example: <LoadingStation node="loadingStation"> <loadTrigger triggerNode="loadingTrigger" fillTypes="FILLTYPEHERE" fillLitersPerSecond="XXXXSPEED" aiNode="aiNodeLoading"> </loadTrigger> <fillType name="XXXXFILTYPES"/> </LoadingStation> |
|
| Lord Lahmi (Lahmi) | 19.01.2025 10:07 |
|---|---|
| Thank you very much, that was exactly what I was missing. |
|
| Depner László (hengelhoffer) | 27.01.2025 12:01 |
|---|---|
| Hi! I want to convert a carpentry workshop so that the outgoing wood chips are not put on pallets. How can I disable in .xml that certain product is not put out on pallet but only comes out on the pipe? |
|
Note: Log in to post. Create a new account here.