You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 23, 2023. It is now read-only.
I am facing an issue with Mode 1 and 2. The tipping doesn't work for the Farm Silo if the current fill level is at max. In my case i have a Farm Silo with a capacity of 900000 l and extensions of 1.5 Million l. Courseplay starts the course and goes for the silo but doesn't tip. I found the following line in the log using the Dev Channels.
If i read these lines correctly it says, that Courseplay detects a full Silo and skips tipping due to max capacity. At least in my case this is just half the truth due to i have an extension storage of 1.5 Milion Liters in Range of that Station. I just emptied the station to contain less than 900000 Liters of canola and tada tipping works fine.
The text was updated successfully, but these errors were encountered:
I am facing an issue with Mode 1 and 2. The tipping doesn't work for the Farm Silo if the current fill level is at max. In my case i have a Farm Silo with a capacity of 900000 l and extensions of 1.5 Million l. Courseplay starts the course and goes for the silo but doesn't tip. I found the following line in the log using the Dev Channels.
2019-01-30 00:16 :30 [dbg1 lp4049] PHOENIX 6x6 Agro-Truck (#1): call tipTrigger raycast (fwd) #1
2019-01-30 00:16 :30 [dbg1 lp4049] PHOENIX 6x6 Agro-Truck (#1): found exactFillRootNode
2019-01-30 00:16 :30 [dbg1 lp4049] PHOENIX 6x6 Agro-Truck (#1): transformId=96330: exactFillRootNode
2019-01-30 00:16 :30 [dbg1 lp4049] PHOENIX 6x6 Agro-Truck (#1): transformId 96330 is in tipTriggers (#8) (triggerId=96330)
2019-01-30 00:16 :30 [dbg1 lp4049] trailerFillType=5 CANOLA
2019-01-30 00:16 :30 [dbg1 lp4049] trigger (96330) accepts trailerFillType
2019-01-30 00:16 :30 [dbg1 lp4049] trigger (96330) fillLevel=900000, capacity=900000 -> abort
2019-01-30 00:16 :30 [dbg14 lp4049] PHOENIX 6x6 Agro-Truck (#1): Searching for Tip Trigger
2019-01-30 00:16 :30 [dbg1 lp4050] PHOENIX 6x6 Agro-Truck (#1): call tipTrigger raycast (fwd) #1
2019-01-30 00:16 :30 [dbg1 lp4050] PHOENIX 6x6 Agro-Truck (#1): found exactFillRootNode
2019-01-30 00:16 :30 [dbg1 lp4050] PHOENIX 6x6 Agro-Truck (#1): transformId=96330: exactFillRootNode
2019-01-30 00:16 :30 [dbg1 lp4050] PHOENIX 6x6 Agro-Truck (#1): transformId 96330 is in tipTriggers (#8) (triggerId=96330)
If i read these lines correctly it says, that Courseplay detects a full Silo and skips tipping due to max capacity. At least in my case this is just half the truth due to i have an extension storage of 1.5 Milion Liters in Range of that Station. I just emptied the station to contain less than 900000 Liters of canola and tada tipping works fine.
The text was updated successfully, but these errors were encountered: