Project Zomboid

Project Zomboid

VendorsPrices
Showing 1-9 of 9 entries
Update: 10 Jul, 2022 @ 12:28pm

Corrected an item name that would cause an error when trying to purchase a certain vehicle.

Update: 10 Jul, 2022 @ 7:30am

Update: 9 Jul, 2022 @ 1:46pm

Update: 8 Jul, 2022 @ 6:39pm

Update: 23 Jun, 2022 @ 10:53am

If you were already using VendorsPrices, there is an error in the vehicle parts table.

-- sport vehicle parts
vendorsVehicles.parts[2] = {{"CarBattery3", 1000}, {"FrontCarDoor3", 1000}, {"EngineDoor3", 1000}, {"ModernBrake3", 1000}, {"TrunkDoor3", 1000}, {"RearCarDoor3", 1000}, {"RearCarDoorDouble3", 1000}, {"BigGasTank3", 1000}, {"ModernCarMuffler3", 1000}, {"NormalCarSeat3", 1000}, {"ModernSuspension3", 1000}, {"ModernTire3", 1000}, {"Windshield3", 1000}, {"RearWindshield3", 1000}, {"FrontWindow3", 1000}, {"RearWindow3", 1000}, "Sport"};

-- heavy duty vehicle parts
vendorsVehicles.parts[3] = {{"CarBattery2", 2000}, {"FrontCarDoor2", 2000}, {"EngineDoor2", 2000}, {"ModernBrake2", 2000}, {"TrunkDoor2", 2000}, {"RearCarDoor2", 2000}, {"RearCarDoorDouble2", 2000}, {"BigGasTank2", 2000}, {"ModernCarMuffler2", 2000}, {"NormalCarSeat2", 2000}, {"ModernSuspension2", 2000}, {"ModernTire2", 2000}, {"Windshield2", 2000}, {"RearWindshield2", 2000}, {"FrontWindow2", 2000}, {"RearWindow2", 2000}, "Heavy-Duty"};


If you copy those lines over the lines currently in the file, it will sell the correct parts. Right now they are only selling standard parts.

Update: 22 Jun, 2022 @ 11:46am

Fixed a bug that caused Green Fire items to not show when trying to sell

Update: 22 Jun, 2022 @ 8:56am

Update: 22 Jun, 2022 @ 8:25am

Update: 21 Jun, 2022 @ 7:25am