https://github.com/ptrpaws/skyline-patcher
Enables internal / debug features of the Oculus Desktop App
https://github.com/ptrpaws/skyline-patcher
csharp electron oculus oculus-quest oculus-rift oculusquest patch vr
Last synced: about 4 hours ago
JSON representation
Enables internal / debug features of the Oculus Desktop App
- Host: GitHub
- URL: https://github.com/ptrpaws/skyline-patcher
- Owner: ptrpaws
- Created: 2021-05-14T11:33:53.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-07-13T11:35:46.000Z (12 months ago)
- Last Synced: 2025-07-13T13:22:09.978Z (12 months ago)
- Topics: csharp, electron, oculus, oculus-quest, oculus-rift, oculusquest, patch, vr
- Language: C#
- Homepage:
- Size: 9.77 KB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# skyline-patcher
Enables internal / debug features of the [Oculus Desktop App](https://www.oculus.com/setup/)
## Binaries
You can get the latest binaries from [here](https://github.com/basti564/skyline-patcher/releases)
## Revert patches
Just run the executable with the `--undo` flag like this:
`path/to/skyline-patcher.exe --undo`
## Credits
Thanks to [@nyamimi](https://github.com/nyamimi) for the patches used
This uses the Boyer–Moore string-search algorithm implementation by [@mjs3339](https://github.com/mjs3339)