Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mezum/vrcwatch
Supply the local time to VRChat as Avatar Parameters through OSC.
https://github.com/mezum/vrcwatch
osc vrchat
Last synced: 2 months ago
JSON representation
Supply the local time to VRChat as Avatar Parameters through OSC.
- Host: GitHub
- URL: https://github.com/mezum/vrcwatch
- Owner: mezum
- License: mit
- Created: 2022-02-17T05:58:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-26T14:32:44.000Z (almost 3 years ago)
- Last Synced: 2024-10-25T23:09:05.388Z (3 months ago)
- Topics: osc, vrchat
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 29
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README-EN.md
- License: LICENSE
Awesome Lists containing this project
README
[日本語: README.md](README.md)
# VRCWatch
VRCWatch sends the time on your PC to VRChat through OpenSound Control (OSC).
## How to use
1. Install Python (3.9 or above)
2. Execute `setup.bat` if first use.
3. Launch VRChat.
4. Enable OSC feature in VRChat if disabled.
5. Execute `run.bat`.
6. Press both Ctrl and C keys on the command prompt to terminate `run.bat`.## Avatar Parameters
This script sends the following avatar parameters to VRChat through OSC (OpenSound Control).
All parameters start with `DateTime`.- `DateTimeYear`
- `DateTimeMonth`
- `DateTimeDay`
- `DateTimeWeekDay`
- `DateTimeHour`
- `DateTimeMinute`
- `DateTimeSecond`
- `DateTimeHourF`
- `DateTimeMinuteF`
- `DateTimeSecondF`
- `DateTimeDayTime`
- `DateTimeHourFA`
- `DateTimeMinuteFA`
- `DateTimeSecondFA`// TODO: Add details and examples.
## Copyright / License
Copyright (c) 2022 Kosaki Mezumona
MIT License, see [LICENSE](LICENSE).