oschuhm / FS22_ToolDisplay

MIT License
1 stars 0 forks source link

My list of log errors #6

Closed Gordon-Dry closed 1 year ago

Gordon-Dry commented 1 year ago

This is just what's in my mod folder and triggers errors in the log:

2023-09-21 22:21   Load mod: FS22_Topliner_4090_HTS
2023-09-21 22:21   Error: vehicle type 'FS22_Topliner_4090_HTS.combineDrivable' has unknown specialization 'ToDi_Vehicle!

2023-09-21 22:21   Load mod: FS22_TowBar
2023-09-21 22:21   Error: vehicle type 'FS22_TowBar.vehiclePuller' has unknown specialization 'ToDi_Attachment!

2023-09-21 22:21   Load mod: FS22_ursusC3120
2023-09-21 22:21   Error: vehicle type 'FS22_ursusC3120.3120' has unknown specialization 'ToDi_Vehicle!

2023-09-21 22:21   Load mod: FS22_ViconHayBob
2023-09-21 22:21   Error: vehicle type 'FS22_ViconHayBob.tedderExtended' has unknown specialization 'ToDi_Attachment!

2023-09-21 22:21   Load mod: FS22_wiegertBWZ760
2023-09-21 22:21   Error: vehicle type 'FS22_wiegertBWZ760.wiegertBWZ760' has unknown specialization 'ToDi_Attachment!
oschuhm commented 1 year ago

These mods are adding additional specs after tool display was loaded. As of now we have to make sure that tool display is the last mod in the chain. Workaround: add zzz at the beginning of the filename

Gordon-Dry commented 1 year ago

Okay, then this is FS22_zz5_ToolDisplay because there are already other mods renamed to zz1 - zz4 up there in the list.