If you created a configuration mod for certain official vehicles before version 0.8, you may find some of them have missing transfercases or driveshafts. This is because we had to change the layout of the components to suit the new Powertrain system. The following vehicles may be affected:
- D-Series
- ETK800 (transfer case, incorrect fuel tank with diesels)
- ETK-K (transfer case, incorrect fuel tank with diesels)
- ETKI
- H-Series
- Pessima (early)
- Pigeon (Incorrect fuel tank with 600 engine)
- Roamer
- SBR4
- Semi
- Sunburst
The simplest way to solve this problem is to load your configuration, add the correct parts back in the parts menu, and overwrite the configuration. If you have a lot of configurations, this might be too time consuming, so instead you can use a text editor on your .pc files. Scroll down to the relevant vehicle and check out which lines to add to a .pc
Procedure
1) If there is an item in the table, add a line composed of "Slot to Add" : "Slot Option", to your .pc file. "Slot to Add" is the slot name in the table. "Slot Option" is one of the options in the table. Check out the notes, some options are only useful in certain situations.
Example from D-Series:
If you want an awd transfer case, add this line:
"pickup_transfer_case":"pickup_transfer_case_AWD",
D-Series
Slots to Add |
Slot Options |
Notes
|
"pickup_transfer_case" |
"pickup_transfer_case_4WD", "pickup_transfercase_AWD", "pickup_transfercase_RWD" |
|
"pickup_driveshaft_F" |
"pickup_driveshaft_F" |
Add this if config uses independent front suspension
|
"pickup_driveshaft_SFA" |
"pickup_driveshaft_SFA" |
Add this if config uses solid axle front suspension
|
"pickup_driveshaft_R" |
"pickup_driveshaft_R", "pickup_driveshaft_R_ext" |
Add "pickup_driveshaft_R_ext" for extended cab
|
ETK800
Slots to Add |
Slot Options |
Notes
|
"etk_transfer_case" |
"etk_transfer_case_RWD", "etk_transfer_case_AWD" |
|
"etk800_fueltank" |
"etk800_fueltank", "etk800_fueltank_diesel" |
Note: Configurations with gasoline engines will be fine, configurations with diesel engines need the diesel fuel tank!
|
ETK-K
Slots to Add |
Slot Options |
Notes
|
"etk_transfer_case" |
"etk_transfer_case_RWD", "etk_transfer_case_AWD" |
|
"etkc_fueltank" |
"etkc_fueltank", "etkc_fueltank_diesel" |
Note: Configurations with gasoline engines will be fine, configurations with diesel engines need the diesel fuel tank
|
ETKI
Slots to Add |
Slot Options |
Notes
|
"etki_transfer_case" |
"etki_transfer_case_RWD", "etki_transfer_case_AWD" |
|
H-series
Slots to Add |
Slot Options |
Notes
|
"van_transfer_case" |
"van_transfer_case_4WD", "van_transfercase_RWD" |
|
"van_driveshaft_F" |
"van_driveshaft_F" |
Add this if config uses independent front suspension
|
"van_driveshaft_SFA" |
"van_driveshaft_SFA" |
Add this if config uses solid axle front suspension
|
"van_driveshaft_R" |
"van_driveshaft_R", "van_driveshaft_R_heavy" |
Add "van_driveshaft_R_heavy" for vehicle with heavy frame
|
Pessima (early)
Slots to Add |
Slot Options |
Notes
|
"pessima_transfer_case" |
"pessima_transfer_case_FWD", "pessima_transfer_case_AWD", "pessima_transfer_case_AWD_race" |
|
Pigeon
Slots to Add |
Slot Options |
Notes
|
"pigeon_fueltank" |
"pigeon_fueltank", "pigeon_fueltank_gasoline" |
Note: Configurations with diesel engines will be fine, configurations with 600 engines need the gasoline fuel tank!
|
Roamer
Slots to Add |
Slot Options |
Notes
|
"pickup_transfer_case" |
"pickup_transfer_case_4WD", "pickup_transfercase_AWD", "pickup_transfercase_RWD" |
|
"pickup_driveshaft_F" |
"pickup_driveshaft_F" |
Add this if config uses independent front suspension
|
"pickup_driveshaft_SFA" |
"pickup_driveshaft_SFA" |
Add this if config uses solid axle front suspension
|
"pickup_driveshaft_R" |
"pickup_driveshaft_R", "pickup_driveshaft_R_ext" |
Add "pickup_driveshaft_R_ext" for extended cab
|
SBR4
Slots to Add |
Slot Options |
Notes
|
"sbr_transfer_case" |
"sbr_transfer_case_RWD", "sbr_transfer_case_AWD", "sbr_transfer_case_AWD_race" |
|
"sbr_differential_R" |
"sbr_differential_R", "sbr_differential_R_LSD", sbr_differential_R_race" |
|
Semi
Slots to Add |
Slot Options |
Notes
|
"semi_transfer_case" |
"none", "semi_transfer_case", "semi_transfer_case_interaxle" |
Use "none" for single axle long wheelbase, use "semi_transfer_case" for dual axle, use "semi_transfer_case_singleaxle" for single axle short wheelbase
|
Sunburst
Slots to Add |
Slot Options |
Notes
|
"sunburst_transfer_case" |
"sunburst_transfer_case_FWD", "sunburst_transfer_case_AWD", "sunburst_transfer_case_AWD_race", "sunburst_transfer_case_RWD" |
|