I have test the vehicle Pak Creator of the site http://online-dat.simutrans-germany.com/ and i notice that there is probably a bug.
When I fill the Vehicle sequence fields, with :
Vehicles in front ( separated name by , [comma] )Vehicles afterwards ( separated name by , [comma] )It make a .dat with :
constraint[prev][0]=UrbanMaglev_loco
constraint[prev][1]=UrbanMaglev_wagon
constraint[next][0]=UrbanMaglev_wagon
constraint[next][2]=noneAnd when I test the pak, Simutrans freeze because of the line
constraint[next][2]=noneWhen I fill the Vehicle sequence fields, with :
Vehicles in front ( separated name by , [comma] )Vehicles afterwards ( separated name by , [comma] )CHANGE : The point next to none
It make a .dat with :
constraint[prev][0]=UrbanMaglev_loco
constraint[prev][1]=UrbanMaglev_wagon
constraint[next][0]=UrbanMaglev_wagon
constraint[next][1]=noneAnd then, it work.
Is it a bug?
Thanks