PLease find your ficture file included.
To merge it with your existing user.personality file you need to open the file in a text editor like notepad.
After it depends if you want to transfert just the model (if the manufacturer already exist in your file) or the whole manufacturer.
If you want to transfert the model you need to copy past between <model=xxx> and </model>
ex;
<model label="DragonSPot LED 150">
<mode label="10 ch">020314010C090A0F1012</mode>
<mode label="12 ch">020314010C0C012A0B0F1013</mode>
<mode label="14 ch">0222032314010C090A0F10128080</mode>
<mode label="16 ch">0222032314010C09120A0B0F10138080</mode>
</model>
Note that you need to past this bloc inside a "manufacturer bloc" and just after a line with "</model>".
Now if you want to transfet the whole manufacturer with all its models you need to copy past between <manufacturer =xxx> and </manufacturer>
ex:
<manufacturer label="ArtFox">
<model label="Beam 5R">0203222314010C0E09120B0A1010130F8014</model>
<model label="Ostar Eye K18">
<mode label="standard">02220323140C0112130405060809091280131380</mode>
</model>
<model label="DragonSPot LED 150">
<mode label="10 ch">020314010C090A0F1012</mode>
<mode label="12 ch">020314010C0C012A0B0F1013</mode>
<mode label="14 ch">0222032314010C090A0F10128080</mode>
<mode label="16 ch">0222032314010C09120A0B0F10138080</mode>
</model>
</manufacturer>
Note that you need to past this bloc just after a line with "</manufacturer>".
I hope this will help,
Enjoy
