Car mechanic simulator 2018 workshop

broken image
broken image
broken image

This version makes all repair perks obsoleteĭownload the file you want.

broken image

the part still needs to be over 15%, not a License Plate and you need the perk for body parts.ĭownload [for the 100% all condition I removed all conditions but 'item.Condition < condition2' this checks that the part is not at 100% alreadyĪnd for the 100% chance I changed the repair function 'RepairItemOnRepairTable()' to just set the item to 100%, I changed 'float num2 = Repair(itemOnRepairTable.Condition) ' to 'float num2 = 1f '. What I did was remove the condition 'GameInventory.Get().GetItemProperty(item.ID).RepairGroup != 0' this only makes unrepairable parts repairable, windows, exhaust, pistons, etc.

broken image