A new paint color system was introduced for vehicles. This pr adds support for getting all the vehicles and it's colors.
ushort ids were removed for vanilla vehicles so their methods were marked as obsolete and replaced with new ones that works with guid instead.
new option paint color was added to the get vehicle image url method to support a specified color.
MultiRange feature should still work for the vehicles and items that still have their ushort ids. A replacement for this was added. WorkshopId and Guid. To override an entire mod you can use the workshop id and to override specific items/vehicles you can use the Guid. New image exports will use the workshop id instead
A new paint color system was introduced for vehicles. This pr adds support for getting all the vehicles and it's colors. ushort ids were removed for vanilla vehicles so their methods were marked as obsolete and replaced with new ones that works with guid instead. new option paint color was added to the get vehicle image url method to support a specified color. MultiRange feature should still work for the vehicles and items that still have their ushort ids. A replacement for this was added. WorkshopId and Guid. To override an entire mod you can use the workshop id and to override specific items/vehicles you can use the Guid. New image exports will use the workshop id instead