Project Zomboid

Project Zomboid

376 个评价
New Car Dashboard
3
2
2
2
2
2
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
484.448 KB
4 月 4 日 上午 4:40
8 月 6 日 上午 10:22
14 项改动说明 ( 查看 )

订阅以下载
New Car Dashboard

描述
🚘 New Car Dashboard V1.4 🚘
Ready to take your Post-Apocalyptic driving to the next level?
Hop in, buckle up, and hit the (destroyed) roads! 💥🧟‍♂️







🌟 Features:
Modern Dashboard UI: Sleek, clean, immersive
🎨 Enhanced Visuals: Better lighting and realism
👥 Passenger Capacity Display: Know how many survivors can ride
Fuel Gauge Overhaul: Accurate and user-friendly
🛞 TPMS Integration: Real-time tire pressure on the dashboard!
Integrated with permission from the awesome TPMS Mod – Huge thanks to the original author! 🙏




🔧 Planned Features:
  • 🧮 Mileage System: Track your vehicle’s distance
  • 🖥️ 4K Optimization: Better clarity for high-resolution screens
  • 📦 And more coming soon!




🐞 Found a Bug?
Please report any issues in the comments section and include:
  • 📸 Screenshots or videos
  • 📝 A short description of what happened
I’ll try to fix bugs as quickly as possible – thanks for your patience and support! ❤️


⚠️ Compatibility Note:
Some users have reported potential conflicts with other mods.
Notably:
🧯 The mod [J&G] Firefighter Uniform (reported by user Molestado Moderadamente)
🎨 The mod Neon Vandals (reported by Blast Fizzlebeef)

It seems there may be compatibility issues with mods from the [J&G] mod series.
You can browse the J&G collection here:
🔗 J&G Mod Collection

🛠️ If you encounter issues, please try disabling these mods temporarily and see if the problem persists.
Your feedback helps improve compatibility — thanks for sharing!






💖 Support Me - "ماچ بهتون 😙":
[plisio.net]
Any donation helps keep development going! 🙌




🧰 Workshop ID: 3457720614
🧩 Mod ID: NewCarDashboard
热门讨论 查看全部(2)
6
9 月 8 日 上午 9:54
DASHBOARD MISSING!
Xyz
1
6 月 8 日 上午 12:45
Missing features from the pictures on the mod page?
Serghey Petrov™
141 条留言
IsNOTrael 18 小时以前 
For everyone who thinks they cant get it to work, you have to swtich your dashboard, for example I figured you can do it in the Radial Menu once in the car. So yes it works, no, it dosnt replace your dashboard, it add extra one to already few there
housels77 10 月 2 日 上午 12:29 
The idea is to change mph to kmh, but I don't know if it has worked, the mod doesn't give any errors with this change, and I don't know if it is the real speed in kmh although the marker shows mph but that is already an issue for the png file
housels77 10 月 2 日 上午 12:28 
wonderful mod
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
luiss 9 月 28 日 上午 7:54 
cant see it
luiss 9 月 28 日 上午 7:53 
anyone recomend a mod that lets me see the dashboard
Hashshashin 9 月 25 日 上午 4:56 
Nice mod, can anyone advise me on how I increase the size as it's tiny.
Ram 9 月 20 日 上午 5:54 
Hello, the "kilometres per hour" mod causes a conflict when displaying the interface correctly, so it is not compatible. Maybe it would be great to make a version or an option of the mod to show KMH instead of MPH.

Conflicting mod link: https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2980583716
Cyrisa 9 月 13 日 下午 12:55 
Small update after trying the summer car mod. There is an option to switch to the old dashboard UI using the V key.



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
Cyrisa 9 月 11 日 上午 11:29 
Looks like we might need a compatibility patch with "Project Summer Car [B42]". It adds a new dashboard and vehicle functions on the dash.


https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3564950449
tilarium 9 月 1 日 上午 7:28 
Killometer? Is that some kind of system for gaging how well you’re killing Zomboids? Might have better luck asking an author of a kill counter mod to add one then you will here? This is a mod that changes the cars dashboard. Nothing to do with tracking or gaging how well you’re killed zomboids.