VRCWatch sends the time on your PC to VRChat through OpenSound Control (OSC).
- Install Python (3.9 or above)
- Execute
setup.bat
if first use. - Launch VRChat.
- Enable OSC feature in VRChat if disabled.
- Execute
run.bat
. - Press both Ctrl and C keys on the command prompt to terminate
run.bat
.
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 (c) 2022 Kosaki Mezumona
MIT License, see LICENSE.