Add profile load overrides

This commit is contained in:
2026-06-24 20:56:19 +02:00
parent fba1825496
commit 1ba86f7062
3 changed files with 95 additions and 1 deletions
+8 -1
View File
@@ -196,7 +196,14 @@ button does not use it.
`SxCP Character Profile Load` has an `enabled` switch. When disabled, it returns
an empty profile so connected prompt builders ignore it. When enabled, it loads
a saved profile by selector or passes through a connected fallback profile JSON.
It also has explicit file-operation triggers:
It also has load-time override fields. Leave them blank or on `keep_profile` to
use the saved value; fill only the attributes you want to change for this
workflow, such as `override_age`, `override_body`, `override_skin`,
`override_hair`, `override_eyes`, `override_figure`, or
`override_descriptor_detail`. Overrides affect both the `character_profile` and
`character_cast` outputs, but they do not rewrite the saved profile file.
The load node also has explicit file-operation triggers:
- `Delete Selected Profile`: deletes the selected saved profile.
- `Rename Selected Profile` + `rename_to`: renames the selected saved profile.