BEGIN ;start script ; Scene CLASSNAME: BsFunnyCarBP NAME_ID: 848 DESCRIPTION_ID: 849 VEHICLE_RATING: 2 VEHICLE_VALUE: 7000 ; First add the required components ADD_COMPONENT: Axle1 ADD_COMPONENT: Axle1 ;SET_COMPONENT: FunWheelieBar SET_COMPONENT: Chassis1 SET_COMPONENT: FunWheels1 SET_COMPONENT: Engine1 SET_COMPONENT: Brakes1 SET_COMPONENT: FCSteering1 SET_COMPONENT: PFUNTransmission5 SET_COMPONENT: Suspension1 SET_COMPONENT: FUNVF1 SET_COMPONENT: Input1 SET_COMPONENT: Aero1 SET_COMPONENT: FUNBlock5 SET_COMPONENT: PFUNHeader3 SET_COMPONENT: FUNCarburetor1 SET_COMPONENT: PFUNBlower5 ;SET_COMPONENT: FUNNitro5 ; Add any additional non-required add-ons SET_COMPONENT: FUNTweak1 SET_COMPONENT: Avd1 SET_COMPONENT: Chute12 ; Wheels SET_WHEEL_COMPONENT: 1,1,AtchisonWheelF SET_WHEEL_COMPONENT: 1,2,AtchisonWheelF SET_WHEEL_COMPONENT: 2,1,AtchisonWheelR SET_WHEEL_COMPONENT: 2,2,AtchisonWheelR ; Suspension springs SET_WHEEL_COMPONENT: 1,1,PFUNSpring1 SET_WHEEL_COMPONENT: 1,2,PFUNSpring1 SET_WHEEL_COMPONENT: 2,1,PFUNSpring2 SET_WHEEL_COMPONENT: 2,2,PFUNSpring2 ; 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,funtranspart1 SET_WHEEL_COMPONENT: 1,2,funtranspart1 SET_WHEEL_COMPONENT: 2,1,funtranspart2 SET_WHEEL_COMPONENT: 2,2,funtranspart2 ; Mods CHASSIS_FILE: RobAtchison END ;end script