2022-05-15 23:52:29 +02:00
# WACVR
2022-06-03 23:24:17 -04:00
2022-05-19 10:06:17 +02:00
A VR arcade emulator
2022-03-08 01:17:33 +01:00
2022-05-23 12:17:13 -07:00
## Current stage
2022-06-03 23:24:17 -04:00
2022-03-08 01:17:33 +01:00
- Successfully started the game itself
2022-05-23 12:17:13 -07:00
- Successfully initialized touch
2022-03-08 01:17:33 +01:00
- Successfully send touch signal
2022-10-03 02:04:54 +02:00
- Successfully enabled Freeplay and tested the touch signal in-game
- Successfully got led data from the game
2022-03-08 01:17:33 +01:00
## Current issue
2022-07-15 16:51:15 +02:00
- capture display white screen issue (set game priority in taskmanager to real-time may solve)
2022-03-08 01:21:25 +01:00
2022-05-18 20:36:30 +02:00
## Quick guide
2022-06-03 23:24:17 -04:00
2022-10-03 02:04:54 +02:00
- Port binding is the same as my other repo [MaiDXR ](https://github.com/xiaopeng12138/MaiDXR )
2022-05-17 21:45:04 +02:00
- add "[touch] enable=0" to ini file
2022-10-03 02:04:54 +02:00
- 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.
2022-05-17 21:45:04 +02:00
2022-06-03 23:24:17 -04:00
## Configuration
A ``config.json` ` is automatically created in the WACVR root on startup
2022-10-03 02:04:54 +02:00
- 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.
2022-06-03 23:24:17 -04:00
2022-07-29 20:17:22 +02:00
## When release?
2022-06-03 23:24:17 -04:00
2022-10-03 02:04:54 +02:00
- 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!
2022-07-29 20:17:22 +02:00
If you want to add any function pls commit PR, I will accept it as soon as possible!