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.