Passengers not standing or sitting down correctly

klambert

Ca Plane Pour Moi
I've made myself a carriage and I've included the attachment points as such, where I want the passengers to sit, the attachment points should read: a.standpointx and where the I want the passengers to stand, the attachment points read: a.sitpointx but for some reason I've got the problem where some passengers sit on thin air, and other passengers are standing where they should be sitting. It's a rather annoying problem and how would I go about fixing it? I know I've assembled the attachment points correctly in CMP.
 
I've made myself a carriage and I've included the attachment points as such, where I want the passengers to sit, the attachment points should read: a.standpointx and where the I want the passengers to stand, the attachment points read: a.sitpointx

The standard AFAICT is that where you want the passenger seated your attachment point should be a.sitNN where NN is a two-digit number, creating names like a.sit01, a.sit02 and so on. Other attachment names will be standing passengers. And you must have the tag
passenger-queue 1
in the queue container - just labelling the queue 'passengers' is not sufficient.
 
Back
Top