Skip to content

VRCFTPicoModule v0.1.10-modified.5

Choose a tag to compare

@pikepikeid pikepikeid released this 13 May 09:17
· 11 commits to master since this release
699e57b

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.

v0.1.10-modified.5

  • config.iniでの設定に統合(Refactored configuration system to unified config.ini)
    設定ファイルとしてconfig.iniを追加しました。それに伴い、Eye_gain.txt.disable_eye .disable_expressionによる制御を廃止しました。
    Add config.ini and remove legacy controls (Eye_gain.txt, .disable_eye, .disable_expression)
config.ini
# ===== Tracking =====
eye-tracking:enable
expression-tracking:enable

# ===== Eye Gain =====
eye_gain:1.0,1.0

# ===== Debug =====
test-mode:disable
  • テストモードを追加(Added TestMode)
    VRCFTPicoModule固有の補正を行わないモードを追加しました。PICO本体からのパラメーターをそのまま受け渡します。
    テストモードでは、PicoStreamingAssistantFTUDPなどの動作に近くなるので、動作確認のためにモジュールを入れ直す必要がなくなります。
    例外として、視線ゲイン(Eye Gain)の倍率設定だけは反映されるようになっています。
    Added a mode that disables all VRCFTPicoModule‑specific corrections. Parameters from the PICO device are passed through as-is.
    In Test Mode, the behavior becomes closer to tools like PicoStreamingAssistantFTUDP, so you no longer need to reinstall the module just to verify behavior.
    As an exception, only the Eye Gain multiplier setting is still applied.