1
0
mirror of https://github.com/xiaopeng12138/MaiDXR.git synced 2025-01-19 09:27:30 +01:00
This commit is contained in:
xpeng 2022-03-04 04:20:58 +01:00
commit ef6c245da8

View File

@ -13,6 +13,10 @@ Open Source VR Arcade Simulator
- https://github.com/hecomi/uWindowCapture - https://github.com/hecomi/uWindowCapture
- https://github.com/Sucareto/Mai2Touch - https://github.com/Sucareto/Mai2Touch
## Requirements
- https://www.nuget.org/packages/InputSimulator
- https://github.com/hecomi/uWindowCapture
## Supported platform ## Supported platform
- All SteamVR device - All SteamVR device
- All Oculus device - All Oculus device
@ -31,7 +35,7 @@ Please see Changes.md
- Download and install [com0com](https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/powersdr-iq/setup_com0com_W7_x64_signed.exe) - 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 (it must be these two ports), COM4 and COM6 is optional (bind them will make your startup process faster). - Configure com0com to bind COM3 and COM5 (it must be these two ports), COM4 and COM6 is optional (bind them will make your startup process faster).
- Disable somehow DummyTouchPanel. - Disable somehow DummyTouchPanel.
- If you need button light, pls disable somehow DummyLED and bind COM20 21 22 23 to COM50 51 52 53 (it must be these ports). - If you need button light, pls bind COM21 to COM51 (it must be these two ports)(Do not disable DummyLED!).
- Run the game in window mode and make sure there is no black bar. - Run the game in window mode and make sure there is no black bar.
- Start MaiDXR. - Start MaiDXR.
- Enable somehow Test mod then exit Test mode. - Enable somehow Test mod then exit Test mode.