Skip to content

VRCFTPicoModule v0.1.10-modified.6

Choose a tag to compare

@pikepikeid pikepikeid released this 07 Jun 13:12
· 4 commits to master since this release
1cfe6e4

Caution

このモジュールは、元のリポジトリを独自に改変したものですので、動作保証はありません。自己責任でご利用ください。
This module is an independently modified fork of the original repository. As such, operation is not guaranteed. Please use it at your own risk.

Tip

アップデートをする際は一度モジュールをアンインストールするか、 %AppData%\VRCFaceTracking\CustomLibs\f3df57d5-1c5b-887d-abb0-be555e14bf09 の中身を手動で置き換えてください。
When updating, please either uninstall the module once or manually replace the contents of %AppData%\VRCFaceTracking\CustomLibs\f3df57d5-1c5b-887d-abb0-be555e14bf09

v0.1.10-modified.6

  • NoseSneerのパラメーターミスを修正(Fix NoseSneer)6d24a48
    NoseSneerRightを誤って左に送っていたのを修正しました。
    Corrected an issue where NoseSneerRight was mistakenly output to the left side.

  • 舌を出すときの誤爆抑制(Limit TongueOut)
    誤爆しやすいので、口を十分に開けている状態でのみ舌を出せるように少しだけ抑制しました。
    Add slight suppression so TongueOut only triggers when the mouth is sufficiently open.

  • 【実験的】拡張モードを追加(【EXPERIMENTAL】Added ExtendedMode)
    好き勝手に色々と拡張したモードを追加しました。実験的な機能なので意図しない動作をする場合があることや、今後破壊的な変更が入る可能性があります。
    Added a extended mode. May behave unexpectedly due to its experimental nature. Future updates may introduce breaking changes.

拡張モードについて

VRCFTPicoModule_v0.1.10-modified.6.mp4
  • MouthLeft / MouthRight以外をシンメトリー化
  • 口が少し開いているときのMouthFrown誤検出を防止
  • MouthShrugをMouthFrownに変換して「への字」ができるように
  • MouthPuckerやMouthFunnel時のMouthFrown誤検出を防止
  • MouthStretch時にMouthSmileを抑制し、口を開けた状態で意図的に悲しい顔ができるように

config.iniを開いて、mode:2に変更すると切り替えられます。

mode:0 -> テストモード(PICOからの生のデータを使用します)
mode:1 -> 通常モード(これまで通りの動作です)
mode: 2 -> 拡張モード

  • Made all mouth blendshapes symmetric except MouthLeft / MouthRight
  • Prevented false MouthFrown detection when the mouth is slightly open
  • Converted MouthShrug to MouthFrown
  • Reduced MouthFrown misfires during MouthPucker and MouthFunnel
  • Suppressed MouthSmile during MouthStretch to allow intentional sad expressions with an open mouth

You can switch modes by opening config.ini and setting mode:2.

mode:0 → Test Mode (uses raw data from the PICO device)
mode:1 → Normal Mode (standard behavior)
mode:2 → Extended Mode