A VR arcade emulator
- Successfully started the game itself
- Successfully initialized touch
- Successfully send touch signal
- Successfully enabled Freeplay and tested the touch signal in game
- Successfully got led data from game
- capture display white screen issue (set game priority in taskmanager to real-time may solve)
- Port binding is same as my other repo MaiDXR
- add "[touch] enable=0" to ini file
- The led requiere a special fork of the tools. Currently it's under my fork of the tools and it's not in the github! You need to build by your self and replace the things inside mercuryio folder whit the one under this repo.
A config.json
is automatically created in the WACVR root on startup
useSkybox
: Enable Skybox and hide the room (Default: false)Skybox
: the current skybox selected for use (Default: 0)Height
: the offset from default height that the player is moved (Default: 0.0)HandSize
: the size of hands (Default: 7.0)HandPosition
: the offset of hand position (Default: [1.0, 1.0, -3.0],)ThirdPerson
: whether or not the camera is in third person (Default: true)CaptureMode
: the method uWindowCapture will use for window capture0
: PrintScreen1
: BitBlt2
: Windows Graphics Capture3
: Automatic (Recommended, Default)
CaptureFramerate
: the framerate to capture the game at (Default: 60)CaptureDesktop
: whether to capture the specific window or a full monitorCaptureDesktopNumber
: the monitor to capture if you're capturing a full monitorPhysicFPS
: the unity physic interval, lower value can prevent false touch but will also cause higher latency (Default: 90)useIPC
: the touch panle LED light mode, requiere mercuryio and new tools (Default: true)
- currently you can get the latest build in actions (in artifacts)
- the first release version will release after 8.31
Huge thanks to everyone that helped this project! If you want to add any function pls commit PR, I will accept it as soon as possible!