

I want to edit the DLL that makes the changes to the game, but cannot get it to re-compile. Αναρτήθηκε αρχικά από ythma:OK, people, I am going to continue to ask this until someone finally gives me the answer I need. I cannot make any promises of long term maintaining this project, but I will keep an eye on the thread even when I’m not playing, so if there is and update please do post it here.

This guy for the original 100% chance mod, and for pointing nray in the right direction. This is a continuation of nray's project with only slight changes, I do not think it would be possible for me to make this mod if he did not point the way. If you "need" this mod to play the game I suggest disabling automated updates and update the game after the mod is updated. If there is a game update the file will most likely be replaced and using an outdated mod like this will most likely break your game. This mod changes core game files and might break unforeseen things in the game.

Drop it into 'Car Mechanic Simulator 2018\cms2018_Data\Managed' folder, overwrite the original one. This version makes all repair perks obsoleteĭownload the file you want. 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.
