Project Zomboid

Project Zomboid

Custom Starting Vehicle Trait
正在显示第 1 - 4 项,共 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