3. Packaging Presets as Mods - SilverEzredes/MDF-XL GitHub Wiki

MDF-XL presets can be packaged into a mod for Fluffy Mod Manager without much work, as almost everything you need is generated through MDF-XL's UI in-game. For example, if you have an Outfit Preset and two Presets you'd like to bundle into a mod your mod folder would look something like this:

MyModName/
β”œβ”€β”€ modinfo.ini
β”œβ”€β”€ thumbnail.png
└── reframework/
    └── data/
        └── MDF-XL/
            └── Outfits/ 
                └──Female/
                   └── OutfitName-001.json
            └── Equipment/
                └── equipment_id_001/
                    └── PresetName-001.json
                └── equipment_id_002/
                   └── PresetName-002.json

If you're unsure of the exact paths of your presets, you can enable 'Show Preset Path' in the Editor settings. More general information about packaging mods can be found on the RE Engine Modding Wiki.