Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
I try change in ISVehicleDashboard.lua this in line 512:
-- Update the speed label with the current speed
if self.vehicle then
local speed = math.abs(self.vehicle:getCurrentSpeedKmHour())
-- Get the current speed in km/h
self.speedLabel:setName(string.format("%.0f MPH", speed))
-- Update the label text
self.speedLabel:setX(self.doorTex:getX() + self.doorTex:getWidth() + 50)
-- Adjust position dynamically
self.speedLabel:setY(self.doorTex:getY()) -- Align with doorTex
end
To this:
-- Update the speed label with the current speed
if self.vehicle then
local speed = math.abs(self.vehicle:getCurrentSpeedKmHour()* 1.60934) -- Get the current speed in km/h
self.speedLabel:setName(string.format("%.0f km/h", speed)) -- Update the label text
self.speedLabel:setX(self.doorTex:getX() + self.doorTex:getWidth() + 50) -- Adjust position dynamically
self.speedLabel:setY(self.doorTex:getY()) -- Align with doorTex
end
Conflicting mod link: https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2980583716
I also found this mod that added a dedicated light bar option on the dash that could be useful for emergency vehicles.
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3149748953
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3564950449
Thanks for your feedback! It’s been tested multiple times — even in 4K. While the interface may appear small at that resolution, it should work correctly.
It’s possible that another mod is conflicting with this one. Please try disabling other mods and check again.
I play in 4k
{LINK FJERNET}https:// imgur. com/a/S8Vh9vI
https://imgur.com/a/tum1re3
I'm playing in 1280 x 720
You are gaoted
<3
Thanks for testing it out. I’ll review the issue, and if a fix is possible, I’ll work on it.
are golam