Skip to content

paolodellepiane/oculus-airlink-enabler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

oculus-airlink-enabler

How to patch OculusClient to automatically enable air link at startup.

Requirements

  • Node 10 or later
  • Asar command line utility

$ npm install -g --engine-strict asar

Manual Patch

by using command prompt or powershell:

  • go to OculusClient resource directory:

cd %OculusBase%\Support\oculus-client\resources

  • extract app.asar:

asar extract .\app.asar app

  • backup original asar:

mv app.asar app.asar.orig

  • edit file %OculusBase%\Support\oculus-client\resources\app\output\main.js and add the content of airlink.js to the end of file
  • recreate the patche app.asar:

asar pack .\app\ app.asar

Automatic Patch

patch-oculus-client.ps1 script should automatically install requirements (by using scoop) and apply the patch. Should be run with administrator privileges:

iwr https://bit.ly/3BQUUwY | iex

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages