D.H. / 666f78: Quick Names
Random name generator (preset-based)


Features
- One-click name generation with gender filters.
- Preset dropdown with labels from preset metadata.
- Optional custom preset folder via FilePicker.
- Remembers the last selected preset per user.
Usage
- GM opens the module from the scene controls toolbar.
- Pick a preset, choose filters, then Generate.
- Use the folder icon next to the preset label to select a custom folder.
- Reset icon returns to the default module presets.
Preset format
{
"meta": { "label": "My Preset Name", "locale": "en-US" },
"names": {
"female": ["Anna", "Maria"],
"male": ["Ivan", "Taras"]
},
"surnames": ["Shevchenko", "Franko"]
}
Notes
- Presets are read from the selected folder. The module scans *.json files.
- If meta.locale is set, it is shown in the preset list as Label (locale).
- Default folder: modules/dh-666f78-quicknames/presets.