I have basicly zero experience with modding but I think you just have to: - get Notepad++ with compare plugin - grab the new (pacht 4.0) version of r4Player.ws from "The Witcher 3 Wild Hunt\content\content0\scripts\game\player" - open both the old modded version and the new one in notepad++ and use Plugins, Compare, Compare -> now you will see two types of differences - the modifications the modder did, usually commented at the start and end with "//", in this case "//modFaceThem" - the modifications CDPR did to the file since 1.22 or whatever version that was You now want to copy over the changes the modder did over to the new file without breaking anything else. Sometimes this is easy and you can just copy over the block between the modders comment. You dont want to copy over changes that are not marked by the modders comments because then you are basicly reverting the changes CDPR did to the file. (we are assuming/hoping that the modder commented every change he made) If there is an area that both the modder and CDPR modified then you need to merge the changes but this can be tricky without the background knowledge of the modder. So go throu the file searching for "//" and see if there are such areas first. If all the modifications have been ported over to the new file you want to save it somewhere else (dont save any changes to the original file) and put it in the mod folder in the same subfolder.