Project Zomboid

Project Zomboid

188 ratings
Cheat Menu Vehicle Patch
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
900.366 KB
23 Mar, 2021 @ 4:05pm
26 Mar, 2021 @ 9:43am
3 Change Notes ( view )

Subscribe to download
Cheat Menu Vehicle Patch

Description
Take a break from hunting down campers and yachts with this mod!
This mod OVERRIDES the modVehicles file, so if you want vehicles added you'll have to make a private version or ask me to add a mod!

FAQ
Q: How will my vehicle work when I spawn it in?
As well as if you found it in a parking spot it belongs in. Depends on the settings for the world.

Q: It isn't showing up in the spawning menu!
A: Make sure you add it to your save file instead of just the main menu save. You must also have Cheat menu installed as well!

Q: It's damaged!
A: Select the Vehicle (Vehicles, select existing vehicle, target the floor tile the vehicle is on), and repair all parts (vehicle, repair all parts [while the vehicle is selected])

Q: the Helicopter controls like ass!
A: not my fault. I got sent to brazil with the heli.

Q: How can I assist with the mod?
A: If you know how to follow a template, learn how to make the entries to the singular lua file and post them in a discussion page. preferrably all in the same discussion.
otherwise, I always love to help people so if you want me to make mods similar to other mods (but with small tweaks) suggest em! I'm a salvager, not a constructor, so don't expect anything original, like textures.

Q: I can't pick the color of the Range Rover.
A: that's how the mod developer had it. I can't reverse engineer the mod to make individual color spawns without commiting crimes.
Latest Update: Added Helicopter spawns, Tow trucks, and the Range Rover SUV which I cannot control the color of.

Tags:B41,Cars,Vehicles,Tweak

Workshop ID: 2433837247
Mod ID: cheatmenumitzpatch
Popular Discussions View All (3)
2
2 Apr, 2021 @ 5:51am
PINNED: My comments section was removed again without my consent
Mitz
1
3 Dec, 2021 @ 10:56am
Code for Mods Spawning Vehicle
Lord ‡T‡™
1
23 Jul, 2021 @ 5:27am
Where is the modVehicles file?
CAPTAIN GINYU
39 Comments
Tacticalist 24 Jan, 2023 @ 1:43pm 
PLEASE ADD WZ551 SUPPORT
thomcuevas 13 Mar, 2022 @ 4:37pm 
Could you add the latest Autotsar Motorcycles mod that just released??
Still 6 Oct, 2021 @ 1:23pm 
Does it work for build 40?

Chama 27 Sep, 2021 @ 9:13pm 
Hey guys, I have almost no issues with this mod besides the,
"set resource amount".
Everytime I try to edit resource amount it doesn't work. I try to change the glovebox to 30, it stays at 13.
Mitz  [author] 27 Jul, 2021 @ 8:27am 
i'll get to adding these once I start playing games again. I can't motivate myself to do much anymore.
Lumberjack 21 Jul, 2021 @ 10:50pm 
second that https://steamhost.cn/steamcommunity_com/workshop/filedetails/?id=2490220997

modVehicles["67commando"] = {
{"67commando", "Base.67commando", "Specialty Trucks"}
--{"67commandoT50", "Base.67commandoT50", "Specialty Trucks"}
}

modVehicles["87cruiser"] = {
{"87cruiser", "Base.87cruiser", "Specialty Trucks"}
--{"87cruiserLights", "Base.87cruiserLights", "Specialty Trucks"}
--{"87cruiserRoofrack", "Base.87cruiserRoofrack", "Specialty Trucks"}
}

RD_CN 5 Jul, 2021 @ 10:23am 
yea, 100%
all working good now
RD_CN 5 Jul, 2021 @ 10:19am 
oh i think i missed a comma, lol
RD_CN 5 Jul, 2021 @ 9:46am 
Hmm, I tried to do it myself but ran into a problem.
Let's take a look at the Land Cruiser as an example.
I add this and everything works:

modVehicles ["87cruiser"] = {
{"'87 TOYOTA Land Cruiser FJ60", "Base.87cruiser", "Specialty Trucks"}
}

But if I add this (how the trailers were added) then the mod stops working completely:

modVehicles ["87cruiser"] = {
{"'87 TOYOTA Land Cruiser FJ60", "Base.87cruiser", "Specialty Trucks"}
{"'87 TOYOTA Land Cruiser FJ60 Roofrack", "Base.87cruiserRoofrack", "Specialty Trucks"}
}

What am I doing wrong?