BEGIN ;start script ; Scene CLASSNAME: BsRailCarBP NAME_ID: 738 DESCRIPTION_ID: 739 VEHICLE_RATING: 2 VEHICLE_VALUE: 7000 ; First add the required components ADD_COMPONENT: Axle1 ADD_COMPONENT: Axle1 SET_COMPONENT: TopChassis1 SET_COMPONENT: TopWheels1 SET_COMPONENT: Engine1 SET_COMPONENT: Brakes1 SET_COMPONENT: TFSteering1 SET_COMPONENT: PROTOPTransmission3 SET_COMPONENT: Suspension1 SET_COMPONENT: TOPVF1 SET_COMPONENT: Input1 SET_COMPONENT: Aero1 SET_COMPONENT: TOPBlock1 SET_COMPONENT: PTOPHeader1 SET_COMPONENT: TOPCarburetor1 SET_COMPONENT: TOPBlower1 ;SET_COMPONENT: TOPNitro5 ; Add any additional non-required add-ons SET_COMPONENT: TOPTweak1 SET_COMPONENT: Avd1 SET_COMPONENT: Chute24 ; Wheels SET_WHEEL_COMPONENT: 1,1,NelsonWheelF SET_WHEEL_COMPONENT: 1,2,NelsonWheelF SET_WHEEL_COMPONENT: 2,1,NelsonWheelR SET_WHEEL_COMPONENT: 2,2,NelsonWheelR ; Suspension springs SET_WHEEL_COMPONENT: 1,1,ProTopSpringF SET_WHEEL_COMPONENT: 1,2,ProTopSpringF SET_WHEEL_COMPONENT: 2,1,ProTopSpringR SET_WHEEL_COMPONENT: 2,2,ProTopSpringR ; Brake components SET_WHEEL_COMPONENT: 1,1,BrakePart1 SET_WHEEL_COMPONENT: 1,2,BrakePart1 SET_WHEEL_COMPONENT: 2,1,BrakePart2 SET_WHEEL_COMPONENT: 2,2,BrakePart2 ; Transmission components SET_WHEEL_COMPONENT: 1,1,TopTransPart1 SET_WHEEL_COMPONENT: 1,2,TopTransPart1 SET_WHEEL_COMPONENT: 2,1,TopTransPart2 SET_WHEEL_COMPONENT: 2,2,TopTransPart2 ; Mods CHASSIS_FILE: CJNelson END ;end script