Jump to content

How do you turn off Chaperone?


ZINTENTEN

Recommended Posts

@ZINTENTEN -

Still looking into the OpenVR/SteamVR aspect of this but I was able to confirm that you can still manually disable it by editing the steamvr.vrsettings script:

  1. Close the SteamVR compositor and then open the steamvr.vrsettings file using a text editor (default location is at C:\ProgramData\Steam\config)
  2. Check if there is a line that says “collisionBounds”
    1. If there is add the following to it:
“CollisionBoundsFadeDistance” : 0
    1. If there is not, then add the following in the file after a closed bracket set:                                                              
  “collisionBounds” : {
        “CollisionBoundsFadeDistance” : 0
},
  1. Save and close the file. Next, start SteamVR and the chaperone bounds should be gone. If they are still there, check your syntax and try again.

You just have to be really careful about your syntax and making sure your brackets are all closed off properly.  Here is a picture, showing what the final addition looks like (note that the other lines of script in this file will likely look different):

image.thumb.png.a21245b647ee989415d1fce815c1269e.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...