Project Zomboid

Project Zomboid

Custom Starting Vehicle Trait
Hiển thị 1-4 trong 4 mục
Cập nhật: 24 Thg03, 2023 @ 9:11pm

Corrected variable names in code ("ID" -> "Type")
Updated Russian (RU) translation for missing strings

Cập nhật: 9 Thg03, 2023 @ 8:18pm

Redesigned mod options in the code to be passed in an arguments table instead of explicit parameters (reduces amount of hardcoding & makes it easier to add more params)
Added "surprise me" sandbox option to spawn with any random vehicle
Added minimum and maximum condition sandbox options to control vehicle condition

Cập nhật: 6 Thg03, 2023 @ 2:02am

Fixed random positions to not have a 1/24 chance of giving a null pointer exception (list indexes are not zero-based, apparently)
Fixed battery to actually be set to full charge when the vehicle spawns
Adjusted missing translation of vehicle key to instead have player's name upon spawning in multiplayer

Cập nhật: 3 Thg03, 2023 @ 1:19am

Initial upload