The International Simutrans Forum

Development => Patches & Projects => Incorporated Patches and Solved Bug Reports => Topic started by: seb444 on January 13, 2010, 11:23:01 pm

Title: http://online-dat.simutrans-germany.com/ : Bug?
Post by: seb444 on January 13, 2010, 11:23:01 pm
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
Title: Re: http://online-dat.simutrans-germany.com/ : Bug?
Post by: Frank on January 13, 2010, 11:29:00 pm
yes, is a bug

I hope fixed
Title: Re: http://online-dat.simutrans-germany.com/ : Bug?
Post by: seb444 on January 14, 2010, 02:48:29 pm
Yes it work now

Thank you  ;)