> For the complete documentation index, see [llms.txt](https://tk233.gitbook.io/notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tk233.gitbook.io/notes/tools/setting-up-steamvr-without-hmd.md).

# Setting up SteamVR without HMD

reference <https://vvvv.org/blog/using-htc-vive-trackers-without-headset>

Edit `D:/Documents/Steam/steamapps/common/SteamVR/resources/settings/default.vrsettings`

Edit the following fields

```json
    ...
    "steamvr": {
        "requireHmd": false,
        ...
    },
    ...  
    "driver_imu": {
        "enable":  true
    },
    ...

```

Next, edit file `D:/Documents/Steam/config/steamvr.vrsettings`

Add the following lines in `steamvr` field

```json
      "activateMultipleDrivers" : false,
      "forcedDriver" : "null",
```

After change:

```json
   "steamvr" : {
      "activateMultipleDrivers" : false,
      "forcedDriver" : "null",
      "installID" : "18301835954502125344",
      "lastVersionNotice" : "2.2.3",
      "lastVersionNoticeDate" : "1703041472",
      "showAdvancedSettings" : true
   },
```

Restart SteamVR. Might need to add controller again

Then it will look like this

<figure><img src="/files/vsKM4Fa2OPguZxAPQoBx" alt=""><figcaption></figcaption></figure>
