Project Zomboid

Project Zomboid

Kentucky Police Pack
hollaming 6. okt. 2021 kl. 6:01
Bug report: Some vehicles' Base.xxxxx names are mispelled in distribution lua file
Hey dear author, when I tried to add cheat menu vehicle spawn support for your mod, I've found several case sensitive mistakes and wrong names in the distribution lua file.

Here is the list, in case you update it later.

VehicleZoneDistribution.parkingstall.vehicles["Base.92crownvicRosewoodcorrections"] = {index = -1, spawnChance = 0.03};

it should be "Base.92crownvicRosewoodCorrections"

VehicleZoneDistribution.parkingstall.vehicles["Base.87capricemaldraugh"] = {index = -1, spawnChance = 0.9};
VehicleZoneDistribution.parkingstall.vehicles["Base.92crownvicgreene"] = {index = -1, spawnChance = 0.4};

it should be Base.87capricePDmaldraugh, and Base.92crownvicgreenes

VehicleZoneDistribution.parkingstall.vehicles["Base.93explorerrook"] = {index = -1, spawnChance = 0.5};

This one doesn't work.

VehicleZoneDistribution.parkingstall.vehicles["Base.87capricerook"] = {index = -1, spawnChance = 0.6};

it should be Base.87capricePDrook

VehicleZoneDistribution.parkingstall.vehicles["Base.80f350ambulanceknox"] = {index = -1, spawnChance = 1};
VehicleZoneDistribution.parkingstall.vehicles["Base.86econolineambulanceknox"] = {index = -1, spawnChance = 1};

it should be Base.80f350ambulanceKnox and Base.86econolineambulanceKnox

VehicleZoneDistribution.ranger.vehicles["Base.87c10utilityparks"] = {index = -1, spawnChance = 6};

it should be Base.87c10utilityParks

----------

And there are several cars missing in the distribution lua file, which are
Base.92wranglercorrections
Base.86econolineRosewood
Base.87capricePDcorrections
Base.schoolbusPrison
< >
Viser 1-3 af 3 kommentarer
chrisarmyknife  [udvikler] 6. okt. 2021 kl. 14:55 
Missing vehicles is of course a massive issue and ill get that sorted away within the week , as for the misspellings they are spelled the same as the script files for the cars.
The rook explorer was broken on purpose by me since the skin messed up and i had no want at the time to fix it. Ill fix the missing vehicles soon , but the names probably wont change , thank you so much for the bug report and for adding cheat menu support.
chrisarmyknife  [udvikler] 9. okt. 2021 kl. 22:26 
Should be fixed now
hollaming 9. okt. 2021 kl. 23:34 
Nice work!
< >
Viser 1-3 af 3 kommentarer
Per side: 1530 50