Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem









https://steamcommunity.com/sharedfiles/filedetails/?id=3413941328
The Truck Fixes mod is available from my own website. There is a discussion of it here on Steam:
https://steamcommunity.com/workshop/filedetails/discussion/3413941328/598522845445770951/
In the Truck Fixes mod, I fixed the following:
Fixed the bad audio reverberation on the interior of the cab.
Fixed the backlight on all 3 gps units so the speed limit can be read at night.
This warning is related to an old 3D setting for the interior camera.
[code]
00:02:30.242 : <WARNING> Ignoring obsolete attribute 'stereo_convergence' of unit 'camera.interior.int_9800' (of type 'vehicle_interior_camera').
[/code]
Thank you for your hard work on this truck!
1. Obsolete 'wear' attribute
This warning appears for nearly every accessory type on the truck, from the main cabin and chassis to bumpers, mudflaps, and wheels.
[code]
00:02:35.577 : <WARNING> Ignoring obsolete attribute 'wear' of unit '.int_9800d.19A9.85B8' (of type 'vehicle_accessory').
00:02:35.578 : <WARNING> Ignoring obsolete attribute 'wear' of unit '.int_9800d.ftire' (of type 'vehicle_wheel_accessory').
[/code]
2. Obsolete 'wheel_anim' attribute
This warning is for an outdated steering wheel animation attribute in the interior definition.
[code]
00:02:35.593 : <WARNING> Ignoring obsolete attribute 'wheel_anim' of unit 'standard.internat9800.interior' (of type 'accessory_interior_data').
[/code]
I believe I found an issue related to this mod, while checking my game.log file. The issue in question is this:
00:02:35.577 : \<WARNING\> Ignoring obsolete attribute 'wear' of unit '.int/_9800d.19A9.85B8' (of type 'vehicle\_accessory').
Thanks.