{"id":20105011,"url":"https://github.com/misyltoad/steamvr-room-setup-unrestricted","last_synced_at":"2026-02-10T21:33:10.246Z","repository":{"id":135969983,"uuid":"254817227","full_name":"misyltoad/steamvr-room-setup-unrestricted","owner":"misyltoad","description":"A modded version of the SteamVR Room Setup to remove the size limitations for a minimal play space that exist for absolutely no reason!","archived":false,"fork":false,"pushed_at":"2020-04-11T08:36:24.000Z","size":195,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-06T19:55:34.247Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/misyltoad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-11T07:39:02.000Z","updated_at":"2025-09-04T01:30:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"b6ea735f-2f8e-4eee-8ae4-869718611c89","html_url":"https://github.com/misyltoad/steamvr-room-setup-unrestricted","commit_stats":null,"previous_names":["misyltoad/steamvr-room-setup-unrestricted"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/misyltoad/steamvr-room-setup-unrestricted","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misyltoad%2Fsteamvr-room-setup-unrestricted","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misyltoad%2Fsteamvr-room-setup-unrestricted/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misyltoad%2Fsteamvr-room-setup-unrestricted/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misyltoad%2Fsteamvr-room-setup-unrestricted/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/misyltoad","download_url":"https://codeload.github.com/misyltoad/steamvr-room-setup-unrestricted/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misyltoad%2Fsteamvr-room-setup-unrestricted/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29317956,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T20:44:44.282Z","status":"ssl_error","status_checked_at":"2026-02-10T20:44:43.393Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T17:45:36.316Z","updated_at":"2026-02-10T21:33:10.229Z","avatar_url":"https://github.com/misyltoad.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# steamvr-room-setup-unrestricted\n\nA modded version of the SteamVR Room Setup to remove the size limitations for a minimal play space that exist for absolutely no reason!\n\n___\n\n## How to install\n\nHave you got a VR head set only to find you don't have enough room for room scale? Then this is the random dll to download from a GitHub repo for you!\n\nDownload and place ``Assembly-CSharp.dll`` in ``C:\\Program Files (x86)\\Steam\\steamapps\\common\\SteamVR\\tools\\steamvr_room_setup\\win64\\steamvr_room_setup_Data\\Managed`` and overwrite it.\n\nNow, your SteamVR Room Setup will not arbitrarily complain that you can't use that $1000+ VR head set the way you want to anymore.\n\nEnjoy! :)\n\n____\n\n## Alternative: Do it yourself\n\nDon't trust me or want to know how to do it yourself if this is broken now?\n\nDownload dnSpy and open the original ``Assembly-CSharp.dll`` in ``C:\\Program Files (x86)\\Steam\\steamapps\\common\\SteamVR\\tools\\steamvr_room_setup\\win64\\steamvr_room_setup_Data\\Managed``.\n\nNavigate to the ``GlobalManagerRS2D`` class like so:\n\n![image](https://user-images.githubusercontent.com/21316711/79039052-77b83480-7bd6-11ea-8aff-c88a1fb2f2a2.png)\n\nand find these two values ``MinPlayVolumeSizeLarger`` and ``MinPlayVolumeSizeSmaller``, right click on them and select Edit Method (this will let you edit their default values in the constructor):\n\n![image](https://user-images.githubusercontent.com/21316711/79039080-ab935a00-7bd6-11ea-8787-53d10f2474c3.png)\n\nChange their values to something more sane, and not incredibly annoying such as 0.01f:\n\n![image](https://user-images.githubusercontent.com/21316711/79039086-b9e17600-7bd6-11ea-8081-969430edc7c2.png)\n\nHit compile, then select the module like so:\n\n![image](https://user-images.githubusercontent.com/21316711/79039094-cb2a8280-7bd6-11ea-844a-10d9f97b9059.png)\n\nThen save it:\n\n![image](https://user-images.githubusercontent.com/21316711/79039101-d4b3ea80-7bd6-11ea-971a-8bb6cd5d5123.png)\n\nHit ``OK`` and you're done!\n\n![image](https://user-images.githubusercontent.com/21316711/79039111-e5646080-7bd6-11ea-82dc-1cbf2387ee1e.png)\n\nCongratulations, you just did it yourself. You can now play roomscale with a chaperone without it complaining your room is 0.1m too small to do so.\n\n## Have fun!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisyltoad%2Fsteamvr-room-setup-unrestricted","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmisyltoad%2Fsteamvr-room-setup-unrestricted","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisyltoad%2Fsteamvr-room-setup-unrestricted/lists"}