Project Zomboid

Project Zomboid

188 个评价
Cheat Menu Vehicle Patch
   
奖励
收藏
已收藏
取消收藏
Build 41, Vehicles
标签: Mod, Tweak
文件大小
发表于
更新日期
900.366 KB
2021 年 3 月 23 日 下午 4:05
2021 年 3 月 26 日 上午 9:43
3 项改动说明 ( 查看 )

订阅以下载
Cheat Menu Vehicle Patch

描述
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
热门讨论 查看全部(3)
2
2021 年 4 月 2 日 上午 5:51
置顶: My comments section was removed again without my consent
Mitz
1
2021 年 12 月 3 日 上午 10:56
Code for Mods Spawning Vehicle
Lord ‡T‡™
1
2021 年 7 月 23 日 上午 5:27
Where is the modVehicles file?
gerton
39 条留言
Tacticalist 2023 年 1 月 24 日 下午 1:43 
PLEASE ADD WZ551 SUPPORT
thomcuevas 2022 年 3 月 13 日 下午 4:37 
Could you add the latest Autotsar Motorcycles mod that just released??
JuanTheTropper 2021 年 10 月 14 日 上午 8:39 
Still 2021 年 10 月 6 日 下午 1:23 
Does it work for build 40?

Chama 2021 年 9 月 27 日 下午 9:13 
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  [作者] 2021 年 7 月 27 日 上午 8:27 
i'll get to adding these once I start playing games again. I can't motivate myself to do much anymore.
Lumberjack 2021 年 7 月 21 日 下午 10:50 
second that https://psteamcommunity.yuanyoumao.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 2021 年 7 月 5 日 上午 10:23 
yea, 100%
all working good now
RD_CN 2021 年 7 月 5 日 上午 10:19 
oh i think i missed a comma, lol
RD_CN 2021 年 7 月 5 日 上午 9:46 
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?