Skip to main content
Topic: http://online-dat.simutrans-germany.com/ : Bug? (Read 2326 times) previous topic - next topic

http://online-dat.simutrans-germany.com/ : Bug?

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] )
Quote
UrbanMaglev_loco,UrbanMaglev_wagon
Vehicles afterwards ( separated name by , [comma] )
Quote
UrbanMaglev_wagon,none

It make a .dat with :

constraint[prev][0]=UrbanMaglev_loco
constraint[prev][1]=UrbanMaglev_wagon
constraint[next][0]=UrbanMaglev_wagon
constraint[next][2]=none


And when I test the pak, Simutrans freeze because of the line constraint[next][2]=none

When I fill the Vehicle sequence fields, with :

Vehicles in front ( separated name by , [comma] )
Quote
UrbanMaglev_loco,UrbanMaglev_wagon
Vehicles afterwards ( separated name by , [comma] )
Quote
UrbanMaglev_wagon,none.

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]=none


And then, it work.

Is it a bug?

Thanks