安裝 Steam
登入
|
語言
簡體中文
日本語(日文)
한국어(韓文)
ไทย(泰文)
Български(保加利亞文)
Čeština(捷克文)
Dansk(丹麥文)
Deutsch(德文)
English(英文)
Español - España(西班牙文 - 西班牙)
Español - Latinoamérica(西班牙文 - 拉丁美洲)
Ελληνικά(希臘文)
Français(法文)
Italiano(義大利文)
Bahasa Indonesia(印尼語)
Magyar(匈牙利文)
Nederlands(荷蘭文)
Norsk(挪威文)
Polski(波蘭文)
Português(葡萄牙文 - 葡萄牙)
Português - Brasil(葡萄牙文 - 巴西)
Română(羅馬尼亞文)
Русский(俄文)
Suomi(芬蘭文)
Svenska(瑞典文)
Türkçe(土耳其文)
tiếng Việt(越南文)
Українська(烏克蘭文)
回報翻譯問題
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
{連結已移除}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