1
0
mirror of synced 2024-11-13 17:50:51 +01:00
WACVR/README.md

80 lines
2.9 KiB
Markdown
Raw Normal View History

2022-05-15 23:52:29 +02:00
# WACVR
2022-10-07 19:08:19 +02:00
Open Source VR Arcade Simulator
2022-03-08 01:17:33 +01:00
2022-10-07 19:08:19 +02:00
**About this project**
---
2022-10-07 19:08:19 +02:00
- Support every game version
- The model is almost 1:1 to cabinet/framework
- Support native touch input via serial (com0com required)
- Customizable haptic feedback
- 3rd person camera and smooth camera
- 4 customizable buttons
2022-03-08 01:17:33 +01:00
2022-10-07 19:08:19 +02:00
**Supported platform**
---
2022-03-08 01:21:25 +01:00
2022-10-07 19:08:19 +02:00
- All SteamVR devices (IndexHTCOculus, etc.)
- All Oculus devices (Oculus Desktop App)
- Tested on: Quest 2 through Oculus link (Native and via SteamVR), ALVR and Virtual Desktop (via SteamVR).
2022-10-07 19:08:19 +02:00
**Used repository**
---
- [uWindowCapture](https://github.com/hecomi/uWindowCapture)
**Declaimer**
---
- This project is non-profit and some resources came from Internet!
- Although this is under the GPL-3.0 license, do not use any content of this repo in commercial/profitable scenarios without permission!
- Please support your local arcade if you can!
**How to use**
---
- Get game somehow and make sure it will run properly. (DO NOT ASK ANYTHING THAT IS DIRECTLY RELATED TO THE GAME ITSELF)
- Download [the latest version of WACVR](https://github.com/xiaopeng12138/WACVR/actions)
- You have 2 way to connect the touch to game:
- **mercuryio:**
- Download [mercuryio.dll](https://xpengs.com/s/wacvr/mercuryio.dll)
- Put mercuryio.dll into ``bin`` folder
- Add ``[mercuryio] path=mercuryio.dll`` to .ini file
- Start game and WACVR
- **Serial (not recommended):**
- Download and install [com0com](https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/powersdr-iq/setup_com0com_W7_x64_signed.exe).
- Configure com0com to bind COM3 and COM5, COM4 and COM6.
- You must enable the enable buffer option in com0com on both ports of all pairs. Otherwise, your WACVR will crash after the logo.
- add "[touch] enable=0" to .ini file
- Start WACVR first then start the game.
- If your touch is not working, try to enable somehow Test mod then exit Test mode.
- The lighting requires ``mercuryio.dll``. You must setup it up to get the light effect from the game. If you don't have the light effect, pls check if you are using the latest tools and if your LED hook works.
2022-05-17 21:45:04 +02:00
## Configuration
2022-10-07 19:08:19 +02:00
A ``config.json`` is automatically created in the WACVR's root dir on startup
- You can change the ``config`` via the in-game config panel
- Some extra option is only available in ``config.json``. For example:
- ``"CaptureDesktopNumber:"``
- ``"SpectatorSmooth:"``
**Building guide**
---
2022-10-07 19:08:19 +02:00
- Current Unity version: 2021.3.11f1
- for mercuryio, just replace files in mercuryio folder with files in this repo.
2022-10-07 19:08:19 +02:00
**Current issue**
---
2022-10-07 19:08:19 +02:00
- display white screen issue
**Solution:** Set game priority in the task manager to real-time may solve this issue. But the best way is just by capturing the entire screen.
2022-10-03 02:04:54 +02:00
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!