Project Zomboid

Project Zomboid

378 ratings
New Car Dashboard
3
2
2
2
2
2
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
484.448 KB
4 Apr @ 4:40am
6 Aug @ 10:22am
14 Change Notes ( view )

Subscribe to download
New Car Dashboard

Description
🚘 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
Popular Discussions View All (2)
6
8 Sep @ 9:54am
DASHBOARD MISSING!
Xyz
1
8 Jun @ 12:45am
Missing features from the pictures on the mod page?
Serghey Petrov™
141 Comments
IsNOTrael 3 Oct @ 7:50am 
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 2 Oct @ 12:29am 
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 2 Oct @ 12:28am 
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 28 Sep @ 7:54am 
cant see it
luiss 28 Sep @ 7:53am 
anyone recomend a mod that lets me see the dashboard
Hashshashin 25 Sep @ 4:56am 
Nice mod, can anyone advise me on how I increase the size as it's tiny.
Ram 20 Sep @ 5:54am 
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://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2980583716
Cyrisa 13 Sep @ 12:55pm 
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://gtm.steamproxy.vip/sharedfiles/filedetails/?id=3149748953
Cyrisa 11 Sep @ 11:29am 
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://gtm.steamproxy.vip/sharedfiles/filedetails/?id=3564950449
tilarium 1 Sep @ 7:28am 
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.