Skip to content

Latest commit

 

History

History
63 lines (45 loc) · 1.43 KB

README_EN.md

File metadata and controls

63 lines (45 loc) · 1.43 KB

VRChat Haptic Feedback System

中文

Experience realistic haptic feedback through VRChat touch interactions.

Features

  • Support haptic feedback triggered by touching specific Avatar areas
  • Support multiple Coyote devices for multiplayer interaction
  • Fully compatible with MA prefabs
  • Customizable trigger zones

Requirements

  • Coyote 3.0 Device
  • VRChat Account
  • VCC install MA plugin
  • Python 3.8 or higher
  • WebSocket support

Software Installation

  1. Clone the repository:
git clone https://github.com/ggg123124/kemomimimomo-DGLab
  1. Install dependencies:
pip install -r requirements.txt
  1. Run the program:
python main.py

Avatar Setup

  1. Download the latest version of the prefab
  2. Import the prefab into your Avatar project
  3. Place trigger components at desired haptic feedback locations
  4. Ensure all variable names match the prefab

Usage

  1. Launch VRChat and enter the game
  2. Connect Coyote device to WebSocket
  3. Press the circular button on device channel A to start receiving signals
  4. When other players touch the trigger zones, corresponding haptic feedback will be generated

Notes

  • Current version is still under development and may have known issues
  • Please check device connection status before use
  • Submit an Issue if you encounter any problems

Contributing

Pull Requests and Issues are welcome to help improve the project.

License

MIT License