1
0
mirror of https://github.com/xiaopeng12138/MaiDXR.git synced 2024-11-15 08:37:35 +01:00
MaiDXR/README.md

64 lines
2.1 KiB
Markdown
Raw Normal View History

2022-01-05 19:32:56 +01:00
# MaiDXR
2022-01-09 03:43:57 +01:00
Open Source VR Arcade Simulator
2022-01-05 20:09:02 +01:00
2022-02-01 18:26:02 +01:00
## About this project
- This project is an update of https://github.com/xiaopeng12138/MaiMai-VR.
2022-01-05 20:09:02 +01:00
## Inspired by
2022-01-05 20:43:34 +01:00
- https://github.com/derole1/MaiMai-VR
- https://github.com/HelloKS/MaiMai-VR
2022-01-05 20:09:02 +01:00
## Used repository
2022-01-05 20:43:34 +01:00
- https://github.com/HelloKS/MaiMai-VR
- https://github.com/hecomi/uWindowCapture
- https://github.com/Sucareto/Mai2Touch
2022-01-05 20:09:02 +01:00
2022-02-01 18:26:02 +01:00
## Supported platform
2022-01-25 00:13:28 +01:00
- All SteamVR device
- All Oculus device
2022-01-26 20:52:52 +01:00
- Only tested on Quest 2 through Oculus link (Native and via SteamVR). The Hand Balls position is by default adjusted for the Quest 2 controller.
2022-01-05 20:09:02 +01:00
## Declaimer
2022-01-05 20:44:58 +01:00
- This project is non-profit and some resources came from Internet!
2022-01-29 18:30:21 +01:00
- Although this is under the MIT license, do not use this in commercial/profitable scenarios!
2022-01-05 20:44:58 +01:00
- Please support your local arcade if you can!
2022-01-05 20:09:02 +01:00
2022-01-19 23:48:58 +01:00
## Changelog
2022-01-05 20:09:02 +01:00
Please see Changes.md
2022-01-19 23:48:58 +01:00
## How to use
2022-01-05 20:09:02 +01:00
- Download [latest version of MaiDXR](https://github.com/xiaopeng12138/MaiDXR/releases)
- Download and install [com0com](https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/powersdr-iq/setup_com0com_W7_x64_signed.exe)
2022-02-01 18:26:02 +01:00
- 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.
- Run the game in window mode and make sure there is no black bar.
- Start MaiDXR.
2022-01-05 20:09:02 +01:00
- Enable somehow Test mod then exit Test mode.
2022-01-26 00:17:26 +01:00
## Configuration
2022-02-01 18:26:02 +01:00
In MaiDXR window press "M" on the keyboard to toggle local motion on-off.
Edit Settings.json file under the root directory. Press F5 in the MaiDXR window or defocus then focus window again to update settings.
2022-01-26 00:17:26 +01:00
2022-01-26 00:17:51 +01:00
HandSize, HandPosition, PlayerHigh: in CM
2022-01-26 00:17:26 +01:00
CaptureFrameRate, TouchRefreshRate: in FPS
CameraSmooth: 0.0 - 1.0, 1.0 = no smoothing
2022-02-01 18:26:02 +01:00
CameraFOV: in degree
2022-01-26 00:17:26 +01:00
HapticDuration: in second
HapticAmplitude: 0.0 - 1.0, 1.0 = max vibration
2022-01-26 20:25:08 +01:00
## Preview
![Image Capture](https://github.com/xiaopeng12138/MaiDXR/blob/main/PreviewImage/MaiDXR_PreviewImage.png?raw=true)
2022-02-01 18:26:02 +01:00
## ToDo
2022-01-26 00:28:06 +01:00
- √ Add user-adjustable settings (controller position etc.)
2022-01-19 15:05:10 +01:00
- √ Add non-VR window and camera smooth
2022-01-05 20:09:02 +01:00
- Add button light
2022-01-16 16:37:39 +01:00
- √ Add button vibration
2022-01-05 20:09:02 +01:00
2022-02-01 18:26:02 +01:00
Huge thanks to HelloKS and derole1