Seeing the train exterior

Pages: << < (3/4) > >>

ipaclansite:

You would keep going down with the numbers, 0 represents the first car, 1 represents the second car, etc.

GoYankees:

oh ok thanks ;D but the train only has one car :( heres the code for extensions and just in case i have the car folder in zip format

Code:
--
[exterior]
0 = car\Front.b3d
1 = car\Center.b3d
2 = car\Center.b3d
3 = car\Center.b3d
4 = car\Center.b3d
5 = car\Center.b3d
6 = car\Center.b3d
7 = car\Center.b3d
8 = car\Center.b3d
9 = car\Rear.b3d
; trainfolder = C:/ProgramFiles/BVE/Train/R142
--


ipaclansite:

In your code you put

1 = car\Center.b3d

However, in the zip file you provided, there is no file named Center.b3d, I believe you meant Middle.b3d.  Make sure your cfg file matches with the files in the directory.

GoYankees:

Quote from: ipaclansite on April 29, 2009, 04:08:08 PM
--
In your code you put

1 = carCenter.b3d

However, in the zip file you provided, there is no file named Center.b3d, I believe you meant Middle.b3d.  Make sure your cfg file matches with the files in the directory.

--
ok but i tried to make the exterior for the R160B.. the train has no roof but the is a image file for the roof.. can i combine it with the b3d file so the train would have roofs? i have the 3 b3d files so can a routebuilder help me add the roofs then post it here again? i asked error for the files so these are from him so youll need permisson from him
Post Merge: April 30, 2009, 07:27:17 PMhere is a error i get from the R160B.. the log

The car index 8 does not reference an existing car at line 11 in file C:\Program Files\BVE\Train\R160B\extensions.cfg
The car index 9 does not reference an existing car at line 12 in file C:\Program Files\BVE\Train\R160B\extensions.cfg

and the cfg code the 3 b3d files are up in a other post

Code:
--
[exterior]

0 = cars\R160Acar2.b3d
1 = cars\R160Acar1.b3d
2 = cars\R160Bcar.b3d
3 = cars\R160Acar1.b3d
4 = cars\R160Bcar.b3d
5 = cars\R160Acar1.b3d
6 = cars\R160Acar2.b3d
7 = cars\R160Acar1.b3d
8 = cars\R160Bcar.b3d
9 = cars\R160Acar1.b3d

--


ipaclansite:

The R160B you may be trying to use is only set for 8 cars, and therefore you get the error at the last two cars.  The train.dat file can fix that, but I am not good with that file.

Pages: << < (3/4) > >>