• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.
✨ Morpheus v3 — Changelog ✨

🆕 NEW
🪞 Symmetric filter — a new toggle (left of "Search All") that shows only symmetric morphs.
🔄 Active list now auto-refreshes — swapping a character/appearance, loading a look, or
changing morphs updates the active-morph displays (Show Active list, Active-only filter,
the in-use bars) on its own, with no index rebuild.

⚡ PERFORMANCE
🚀 Faster loading — Morpheus now ships as a precompiled DLL, so VAM no longer recompiles
the plugin every time you load it. (Still fully sandbox-checked. 🔒)
⏱️ No more needless rebuilds — switching characters used to trigger a long (~30s) index
rebuild even when the morph set hadn't changed. Now it only rebuilds when it truly needs to.
💥 Fixed an occasional "too many heaps" crash while building/loading the index.

🐛 FIXES
💾 Settings now save correctly — the three range-preview sliders and "Enable Hover
Detection" are now included in the global save.

📦 Note: this version ships as a DLL (no source inside the package).

✨ Morpheus v3 更新日志 ✨

🆕 新功能
🪞 对称筛选 —— 新增开关(位于 Search All 左侧),开启后只显示对称的变形。
🔄 激活列表自动刷新 —— 换角色/换外观、加载 look 或改动变形后,激活相关的显示
(Show Active 列表、仅激活筛选、占用条)会自动刷新,无需重建索引。

⚡ 性能
🚀 加载更快 —— 现以预编译 DLL 形式分发,VAM 不再每次加载都重新编译插件
(仍完整经过沙箱校验 🔒)。
⏱️ 不再无谓重建 —— 此前换人物即使变形集合没变也会触发约 30 秒的索引重建,
现已修复,仅在确有必要时才重建。
💥 修复建立/加载索引时偶发的 "too many heaps" 崩溃。

🐛 修复
💾 设置保存补全 —— 范围预览的三个滑块与「Enable Hover Detection」现已纳入全局保存。

📦 说明:本版本以 DLL 形式分发(包内不含源码)。

Morpheus v2 Changelog​

Range preview improvements

  • Three new tunables in Settings: Breathe Speed (preview wireframe pulse rate), Max Opacity (peak opacity while hovering), and Adjust Opacity (opacity at the moment you drag a slider — dim it independently, or set 0 to hide the preview while adjusting so it won't block your view)
  • Setting Max Opacity to 0 fully disables the range preview
Inactive custom morphs are now searchable

  • Index build temporarily loads inactive custom morphs (package / local) so they can be searched and previewed in hover and drag-select modes too (previously only active morphs were covered)
Greatly expanded Chinese localization

  • Custom morph names translated up to 2416 entries: added camelCase splitting (calfUpper→小腿 上), author-prefix + body-part splitting, and muscle op-code suffix mapping (L/R + UD/ROT/EXP → 左右 + 上下/旋转/扩张), covering glued names that were previously left fully untranslated (e.g. ppcalfMidUpperRROT→pp 小腿 中 上 右 旋转)
  • Native-UI translation gap-fills: Auto Behaviors, Lock/Unlock, Rescan Files, audio rolloff/input, and other previously-missed native strings
  • Body-part tags + new settings labels translated: Breathe Speed / Max Opacity / Adjust Opacity, etc.
Performance

  • Index rebuild now yields by frame-time budget, eliminating the stutter caused by loading inactive morphs (disk reads)
Misc

  • Max Results cap raised 80 → 500
  • Settings page laid out in two aligned columns, range-preview controls grouped
Chinese localization is delivered as XUnity.AutoTranslator files under BepInEx/Translation/zh-CN/, requires a VAM restart after install; custom morph name translations are generated specific to the current
scene's morph set.

更新日志(中文)​

Morpheus v2 更新日志​

范围预览增强

  • 设置页新增三个可调参数:呼吸速度(预览网格呼吸快慢)、最大透明度(悬停时的峰值透明度)、调节透明度(拖动滑块调节那一刻的透明度,可单独调暗;设为 0 则拖动时隐藏预览,不挡视线)
  • 最大透明度设为 0 可完全关闭范围预览
未激活的自定义变形也能检索

  • 建索引时会临时加载未激活的自定义变形(var 包 / 本地),使它们在悬停、拖拽选择模式下同样能被搜索和预览(此前只覆盖已激活的)
中文汉化大幅增强

  • 自定义变形名汉化扩充至 2416 条:新增驼峰命名拆分(calfUpper→小腿 上)、作者前缀+部位拆分、肌肉操作码后缀映射(L/R+UD/ROT/EXP→左右+上下/旋转/扩张),大幅覆盖此前整串无法翻译的黏连命名(如 ppcalfMidUpperRROT→pp 小腿 中 上 右 旋转)
  • 原生 UI 汉化补漏:自动行为、锁定/解锁、重扫文件、音频衰减/输入等一批此前漏翻的原生界面文本
  • 部位标签 + 设置页新参数汉化:呼吸速度 / 最大透明度 / 调节透明度等
性能

  • 重建索引改为按帧时间预算分帧,消除加载未激活变形(磁盘读取)时的卡顿
其它

  • 最大搜索结果上限 80 → 500
  • 设置页布局按左右两列对齐,范围预览参数归组
中文汉化通过 XUnity.AutoTranslator 翻译文件实现,放在 BepInEx/Translation/zh-CN/,安装后需重启 VAM 生效;自定义变形名汉化为当前场景的 morph 集合特定生成。
Back
Top Bottom