https://github.com/modxvoldhunter/steamvrchat
An Application that starts steamvr then vrchat in order for people who have Oculus Quest Headsets or other headsets
https://github.com/modxvoldhunter/steamvrchat
bootapp csharp dotnet steam visualstudio2022 vrchat
Last synced: 2 months ago
JSON representation
An Application that starts steamvr then vrchat in order for people who have Oculus Quest Headsets or other headsets
- Host: GitHub
- URL: https://github.com/modxvoldhunter/steamvrchat
- Owner: ModxVoldHunter
- Created: 2025-02-23T21:08:35.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-05T00:27:45.000Z (2 months ago)
- Last Synced: 2025-03-05T01:25:00.868Z (2 months ago)
- Topics: bootapp, csharp, dotnet, steam, visualstudio2022, vrchat
- Language: C#
- Homepage:
- Size: 333 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SteamVRChat
Context, i made this because everytime i open VRChat first and then want to close it without SteamVR Closing, i always have to reopen SteamVR
(This Application is in Alpha, this means that some functions may not work correctly, there is currently two bugs. the SteamVR start as first and the timer.)
This Application starts when you open the executable
to build this Application
do the following
Download .NET 8
Building Requires .NET 8 SDK https://dotnet.microsoft.com/en-us/download/dotnet/8.0
And Visual Studio 2022 https://visualstudio.microsoft.com/downloads/An Application that starts steamvr then vrchat in order for people who have Oculus Quest Headsets or other headsets
Open cmd and copy and paste
You need Admin to open CMD
```
cd {FOLDERLOCATION}
dotnet build
```