In the deep customization ocean of Custom Order Maid 3D 2 (COM3D2), a maid isn’t just a character. She’s hours of tuning sliders—face shape, eye angle, skin gloss, breast physics, accessory placement, and personality quirks.
Losing that work to a reinstall, a hard drive crash, or simply moving to a new PC is a nightmare.
Enter the unofficial but essential concept: the portable preset.
Open your .preset file with a text editor (Notepad++). Search for extensions: .unity3d, .menu, .texture2d.
Write down every custom mod path you see.
Pro Tip: If you use COM3D2 Mod Manager, right-click the preset and select "Show Dependencies." It will list every missing or existing mod. com3d2 preset portable
Let's look at how the vanilla game expects you to handle presets. This is the baseline, but as you will see, it is not truly portable.
To Export a Vanilla Preset:
To Import on Another PC:
UserData/preset/MyMaid.preset to the new PC.UserData/edit/preset/MyMaid.menu to the new PC.Why this fails: If MyMaid uses a modded hair style from "Mod X," and the new PC doesn't have "Mod X," the game will either crash or load a bald, naked maid with missing textures. Beyond the Studio: The Power of “COM3D2 Preset
Verdict: Default system = Not portable.
The portable concept arose from modders and power users who wanted to share maids on Discord, GitHub, or fan sites without forcing everyone to track down 27 different mods.
A COM3D2 Preset Portable typically includes:
.txt list of required mods with source links (Scoresu, Utopia, official DLC).True portability is never 100% automatic, but the community standard makes it 90% reproducible. In the "Edit Maid" screen, click "Save/Load
Older presets made with Sybaris (Insert Plus) use different shaders than BepInEx (COM3D2_Editor). A "portable" preset must account for which plugin framework generated the sliders.
Several BepInEx plugins (like COM3D2.PresetExport.Plugin) scan the current maid and list every single mod attached to her.
The Portable Process:
.preset file..menu file..model, .texture, and .menu file the maid uses.