1
0
mirror of synced 2024-11-23 22:30:56 +01:00
A VR arcade emulator
Go to file
2022-10-07 14:20:01 +02:00
.github/workflows Only run on actual Unity project changes 2022-05-24 15:58:04 -07:00
Assets fix capture desktop config not working; add config for turn off light effect 2022-10-07 14:20:01 +02:00
mercuryio make ipc config functional 2022-10-05 22:47:49 +02:00
Packages huge change, new desig wip 2022-10-03 02:04:54 +02:00
ProjectSettings readd liv and may fix liv avatar overlay issue 2022-10-06 22:47:23 +02:00
.gitignore Add LED IPC 2022-07-29 18:49:56 +02:00
LICENSE Initial commit 2022-03-08 01:12:51 +01:00
README.md huge change, new desig wip 2022-10-03 02:04:54 +02:00

WACVR

A VR arcade emulator

Current stage

  • 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 the game

Current issue

  • capture display white screen issue (set game priority in taskmanager to real-time may solve)

Quick guide

  • Port binding is the same as my other repo MaiDXR
  • add "[touch] enable=0" to ini file
  • The LED requires a special fork of the tools. Currently, it's under my fork of the tools but it's not in the Github! You need to build by yourself and replace the things inside mercuryio folder whit the one under this repo.

Configuration

A config.json is automatically created in the WACVR root on startup

  • You can change the config now via the in-game config panel
  • The config panel is still in the WIP stage, so some functions may not work.

When release?

  • 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 with this project! If you want to add any function pls commit PR, I will accept it as soon as possible!