Immersive Vehicles (Formerly Transport Simulator)

Immersive Vehicles (Formerly Transport Simulator)

4M Downloads

subparts don't work with the door code

DrprofLuigi opened this issue ยท 1 comments

commented

You can still access the luggage

            "pos" : [-0.5, 0.34375, 0.9375],
            "types" : ["seat"],
            "dismountPos" : [-1.5, 0.34375, 0.9375],
            "additionalParts" : [
                {
                    "pos" : [-1.5, 0.34375, 1],//+Z 0.0625
                    "rot" : [0, 90, 0],
                    "types" : ["interactable_crate"],
                    "customTypes" : ["luggage"],
                    "minValue" : 0.0,
                    "maxValue" : 2.0,
                    "linkedDoor": "door_DoorR"
                }
            ],
            "linkedDoor": "door_DoorR"
        }```

Ideally, the subparts would have their own linkedDoor rather than inheriting the parent. It would lead to more possibilities.
commented

Fixed in V19.9.0.