
1. Open ".xml" file for you mod you wanna put/have putted the lights on
2. Take the ".xml" text down bellow and put it in yor mods ".xml" file
3. Change the "node" (node="0>0|0|0|0|0|0") in the ".xml" text to the NordicLight "node" (<defaultLights> hittar du under "NordicLight" - "Cube" - "Index Path 0>0|0|0|0") and (<realLights> hittar du under "NordicLight" - "Cube" - "Index Path 0>0|0|0|0")
4. Save ".xml" file and make the mod "with all it's files" to a .zip" file
5. Put the ".zip" file under C:\Users\-YourName-\Documents\My Games\FarmingSimulator2022\mods
6. Done!

----------------------------------------------------------------------------------------------------

    <lights>
        <states>
            <state lightTypes="0" />
            <state lightTypes="0 1" />
            <state lightTypes="0 1 2" />
        </states>

        <realLights>
            <high>
            -- Nordic_Lights HighBeam --
                <light node="0>0|0|0|0|0|0"    lightTypes="2"/>
            -------------------------------------
            </high>
        </realLights>

        <defaultLights>
            -- Nordic_Lights --
	    <defaultLight shaderNode="0>0|0|0|0|0|0" lightTypes="2" intensity="30"/>
            -------------------------
        </defaultLights>
    </lights>

----------------------------------------------------------------------------------------------------