Project Zomboid
Udderly Vehicle Respawn
กำลังแสดง 1-10 จาก 14 รายการ
< 1  2 >
อัปเดต: 9 ส.ค. 2023 @ 1: 02pm

- Fixed blacklist feature (thanks Daikon).
- Added slight delay to spawns to let things load and avoid stacks of vehicles (thanks Daikon).

อัปเดต: 2 ธ.ค. 2022 @ 6: 03pm

- Added vehicle blacklist.
- Added wreck chance setting (default 60% wrecks).

อัปเดต: 7 พ.ย. 2022 @ 10: 21pm

- Added support for Vehicle Repair Overhaul's salvage system (sorry it took me so long to get to it).
- Fixed issue with other vehicle dismantling wrappers calling outdated function.
- Fixed error using scattervehicles command.

อัปเดต: 28 ต.ค. 2022 @ 11: 55am

- Refactored code massively.
- Added caching to improve performance of finding random cells by blacklisting cells with no zones as they are encountered.
- Moved random location selection to server from clients except when using commands to spawn random vehicles in the current cell.
- Made spawning commands spawn boats if the zone is on water.
- Made spawning commands check for existing vehicles and try another location if not clear.
- Made delayed spawning also check for existing vehicles and try another location if not clear.
- Removed "scattervehiclescell" command as it is incompatible with the refactor without much more work.
- Added "scattervehicle" command which takes a vehicle script name and an optional count to scatter a particular type of vehicle around the map (nice for new vehicle mod install).
- Vehicles are now spawned in the center of zones instead of a random square.

อัปเดต: 19 ต.ค. 2022 @ 7: 45pm

- Fixed security issue.

อัปเดต: 14 ต.ค. 2022 @ 8: 53pm

อัปเดต: 14 ต.ค. 2022 @ 8: 14pm

- Removed some logging lines I left in (oops, long day).

อัปเดต: 14 ต.ค. 2022 @ 8: 05pm

- Fixed nasty bug where vehicles spawned in unloaded squares would appear to work in the log but never spawn.

อัปเดต: 11 ต.ค. 2022 @ 10: 01pm

- Fixed security issue in previous release.

อัปเดต: 11 ต.ค. 2022 @ 9: 40pm

- Added commands to let admins spawn vehicles randomly in various ways.
= scattervehicles N where N is the number of vehicles to spawn in random cells..
= scattervehiclescell N where N is the number of vehicles to spawn in the current cell.