BVEStation Forums

BVE => BVE/OpenBVE Support => Topic started by: Dr. Subway18 on January 03, 2012, 12:43:42 am

Title: Making train consist longer
Post by: Dr. Subway18 on January 03, 2012, 12:43:42 am
i need alil help making a train longer, its 2 cars long now but i try to edit extentions and nothing happens
Title: Re: Making train consist longer
Post by: SubwayTrainOperator5 on January 03, 2012, 12:50:15 am
Just editing the extensions.cfg is not enough, you have to download Train Editor and edit the number of cars in the Properties (2) tab.
Title: Re: Making train consist longer
Post by: Dr. Subway18 on January 03, 2012, 01:02:53 am
where might i get the train editor? do you have a link?
Title: Re: Making train consist longer
Post by: SubwayTrainOperator5 on January 03, 2012, 01:05:29 am
It can be found at http://trainsimframework.org/develop/index2.html. (http://trainsimframework.org/develop/index2.html.) Just click on "Train editor", under "Tools"
Title: Re: Making train consist longer
Post by: Dr. Subway18 on January 03, 2012, 01:33:37 am
Alright i got it thanks ;D
Title: Re: Making train consist longer
Post by: [CT1660] on January 03, 2012, 12:14:43 pm
Actually, just open the train.dat file in notepad, scroll down to where it says #CAR

you will see something like this:

#CAR
30             ; MotorCarMass
8              ; NumberOfMotorCars
30             ; TrailerCarMass
0              ; NumberOfTrailerCars
18.6           ; LengthOfACar
1              ; FrontCarIsAMotorCar
2.4            ; WidthOfACar
3.2            ; HeightOfACar
1.5            ; CenterOfGravityHeight
5              ; ExposedFrontalArea
1.6            ; UnexposedFrontalArea

Just change the number on where it says "NumberOfMotorcars" to the amount of cars you want. Then just edit the extensions.cfg to match the number of cars specified in the train.dat file.
Title: Re: Making train consist longer
Post by: SubwayTrainOperator5 on January 03, 2012, 12:18:46 pm
Actually, just open the train.dat file in notepad, scroll down to where it says #CAR

you will see something like this:

#CAR
30             ; MotorCarMass
8              ; NumberOfMotorCars
30             ; TrailerCarMass
0              ; NumberOfTrailerCars
18.6           ; LengthOfACar
1              ; FrontCarIsAMotorCar
2.4            ; WidthOfACar
3.2            ; HeightOfACar
1.5            ; CenterOfGravityHeight
5              ; ExposedFrontalArea
1.6            ; UnexposedFrontalArea

Just change the number on where it says "NumberOfMotorcars" to the amount of cars you want. Then just edit the extensions.cfg to match the number of cars specified in the train.dat file.

That too, yes