MX Bikes how to share paints between mods (rider model example) (mklink)

** CODE BELOW ** Quick video about how to share stuff between mods, especially paints between rider models. With the recent release of the Rider+ mod by Krinsher (https://mxb-mods.com/better-rider-model/) I realized that it's incredibly inconvenient to copy over all my gear and gloves paints over to two other folders, therefore having the same files multiple times on the hard drive... what a waste of space. So I remembered about the "mklink" function anyone on a Windows PC can use as well. mklink /J "destination" "target" For gloves: mklink /J "gloves" "..\default_mx\gloves" For paints: mklink /J "paints" "..\default_mx\paints" You could use this for various other opportunities as well.