News:

Simutrans.com Portal
Our Simutrans site. You can find everything about Simutrans from here.

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

Started by seb444, January 13, 2010, 11:23:01 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

seb444

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