Project Zomboid

Project Zomboid

Custom Starting Vehicle Trait
4개 중 1~4개 표시 중
업데이트: 2023년 3월 24일 @ 오후 9시 11분

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

업데이트: 2023년 3월 9일 @ 오후 8시 18분

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

업데이트: 2023년 3월 6일 @ 오전 2시 02분

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

업데이트: 2023년 3월 3일 @ 오전 1시 19분

Initial upload