Community Forum

Error with beaconlights

Forum Overview >> Farming Simulator 22

CategoryFarming Simulator 22
Created15.03.2024 19:18


Albin Bytyci (hellomr) 15.03.2024 19:18


(SOLVED) I added </beaconLight> under each "beacon light" line and after that it was fixed!


Hey, so i've recently started to edit some tracitors for private use. So basically, i've gotten one error, but I don't know the fix to it, is it possible that anybody could help me? ( I have named the line where the errors occured.

Error: error on line 573 at column 18: Opening and ending tag mismatch: beaconLight line 570 and beaconLights

XML:

<beaconLights>
<beaconLight node="beaconLightLeft" filename="$data/shared/assets/beaconLights/lizard/beaconLight02.xml"/>
<beaconLight node="beaconLightRight" filename="$data/shared/assets/beaconLights/lizard/beaconLight02.xml"/>
<beaconLight node="staticStrobeL.001" intensity="50" multiBlink="true">
<realLight node="realLightsL_1800"/>
<device mode="DOUBLE_BLINK_TRIPLE_WAIT" rpm="100" numLEDScale="1" brightnessScale="1"/>
</beaconLight>

<beaconLight node="staticStrobeR.001" intensity="50" multiBlink="true">
<realLight node="realLightsR_1800"/>
<device mode="DOUBLE_BLINK_TRIPLE_WAIT" rpm="100" numLEDScale="1" brightnessScale="1"/>
</beaconLight>

<beaconLight node="strobeLens2" intensity="50" multiBlink="true">
<realLight node="realLightStrobe2"/>
<device mode="DOUBLE_BLINK_TRIPLE_WAIT" rpm="100" numLEDScale="1" brightnessScale="1"/>

<beaconLight node="strobeLens3" intensity="50" multiBlink="true">
<realLight node="realLightStrobe3"/>
<device mode="DOUBLE_BLINK_TRIPLE_WAIT" rpm="100" numLEDScale="1" brightnessScale="1"/>

<beaconLight node="strobeLens4" intensity="50" multiBlink="true">
<realLight node="realLightStrobe4"/>
<device mode="DOUBLE_BLINK_TRIPLE_WAIT" rpm="100" numLEDScale="1" brightnessScale="1"/>

<beaconLight node="strobeLens5" intensity="50" multiBlink="true">
<realLight node="realLightStrobe5"/>
<device mode="DOUBLE_BLINK_TRIPLE_WAIT" rpm="100" numLEDScale="1" brightnessScale="1"/>

<beaconLight node="strobeLens6" intensity="50" multiBlink="true">
<realLight node="realLightStrobe6"/>
<device mode="DOUBLE_BLINK_TRIPLE_WAIT" rpm="100" numLEDScale="1" brightnessScale="1"/>

<beaconLight node="strobeLens7" intensity="50" multiBlink="true">
<realLight node="realLightStrobe7"/>
<device mode="DOUBLE_BLINK_TRIPLE_WAIT" rpm="100" numLEDScale="1" brightnessScale="1"/>

<beaconLight node="strobeLens8" intensity="50" multiBlink="true">
<realLight node="realLightStrobe8"/>
<device mode="DOUBLE_BLINK_TRIPLE_WAIT" rpm="100" numLEDScale="1" brightnessScale="1"/>

LINE 570= <beaconLight node="strobeLens9" intensity="50" multiBlink="true">
<realLight node="realLightStrobe9"/>
<device mode="DOUBLE_BLINK_TRIPLE_WAIT" rpm="100" numLEDScale="1" brightnessScale="1"/>
LINE 573= </beaconLights>




Note: Log in to post. Create a new account here.