Giter VIP home page Giter VIP logo

quest_steamvr_fbt_tool's Introduction

Quest SteamVR FBT Tool

SteamVRに認識されているトラッカーをOSC経由でVRChatで使えるようにするソフトです。
Questと名がついていますが別にPCでも使えます。(Oculus PC版VRChatなど)
VIVE Trackerで動作を確認していますが、他のトラッカーでも動くかもしれません。

事前準備

1.QuestとPCの接続

PCとQuestを同じネットワークに接続します。
Questが繋がっているルーターにPCも繋がっていればOKです。

2.SteamVRの設定

HMD無しでSteamVRを使えるようにする設定が必要です。
設定ファイルを編集します。(デフォルトではC:\Program Files (x86)\Steam\config\steamvr.vrsettings
activateMultipleDriversをtrueに設定し、driver_nullを追加します。

{
   ...(略)
   "steamvr" : {
      "activateMultipleDrivers" : true,
      ...(略)
   },
   "driver_null" : {
      "enable" : true
   },
   ...(略)
}

3.qsft_config.iniの編集

releasesのページから、最新バージョンのzipファイルをダウンロードして解凍します。
その中に入っているqsft_config.iniを編集する必要があります。
説明を入れているので、それに従って編集してください。

使い方

1.SteamVRの起動

SteamVRを起動し、トラッカーを認識させておいてください。

2.このソフトの起動

quest_steamvr_fbt_tool.exeを実行してください。

3.VRChatの起動

VRChatを起動し、OSC機能を有効にしてください。

タスクバーのアイコンを右クリック→Exitから終了できます。
また、SteamVRを終了すると、このソフトも終了します。

その他

デバイス名の確認

ログファイル内でデバイス名を確認することができます。(内容がDevices:から始まる行)

ライセンス

MITライセンスです。
詳しくはLICENSEファイルをご確認ください。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.