MinecraftTransportSimulator icon indicating copy to clipboard operation
MinecraftTransportSimulator copied to clipboard

Connection Variables glitch when there are multiple connections

Open DrprofLuigi opened this issue 6 months ago • 2 comments

In the following screenshots, the trailer stand has the following animation:

			{
				"objectName": "$Stand",
				"animations": [
					{
						"animationType": "translation",
						"variable": "!connection_1_1_connected",
						"axis": [0, -0.375, 0]
					}
				]
			}

There is an invisiwheel that applies after this part to hold the trailer when no truck is connected.

When the trailer is by itself, everything works as it should:

2024-08-24_18 10 38 2024-08-24_18 10 43

However, when there is a dolly connected to the bumper part on the trailer, the variable connection_1_1_connected seems to get confused and not work properly:

2024-08-24_18 10 14 2024-08-24_18 10 20

I believe this is because somehow connection_1_1_connected is pulling from the bumper part, rather than the trailer:

2024-08-24_18 14 36 2024-08-24_18 14 40

DrprofLuigi avatar Aug 25 '24 01:08 DrprofLuigi