Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meltymooncakes/vrchat-osc-script
Just a silly little script for VRChat OSC Chatbox
https://github.com/meltymooncakes/vrchat-osc-script
osc osc-chatbox vrchat vrchat-osc vrchat-script
Last synced: 20 days ago
JSON representation
Just a silly little script for VRChat OSC Chatbox
- Host: GitHub
- URL: https://github.com/meltymooncakes/vrchat-osc-script
- Owner: MeltyMooncakes
- Created: 2024-09-22T06:19:44.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-13T16:48:19.000Z (23 days ago)
- Last Synced: 2024-10-17T01:25:25.325Z (20 days ago)
- Topics: osc, osc-chatbox, vrchat, vrchat-osc, vrchat-script
- Language: TypeScript
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Just a silly little script for VRChat OSC Chatbox
> Media players semi-work, if you run into a bug please make an issue on the github page.
Working media players (put in conifg exactly as listed): `VLC`, `YoutubeMusic`---
To run, just do `pnpm start`
## Installing
### Arch
```bash
paru -Sy typescript pnpm nodejs git
git clone https://github.com/MeltyMooncakes/VRChat-OSC-Script
cd VRChat-OSC-Script
pnpm build
```### Windows
Make sure you install [Git](https://git-scm.com/download/win) and [NodeJS](https://nodejs.org/en/download), then run:
```cmd
npm install -G typescript pnpm @pnpm/exe
git clone https://github.com/MeltyMooncakes/VRChat-OSC-Script
cd VRChat-OSC-Script
pnpm build
```
---## Plugins
Please use the [Plugin Template](https://github.com/MeltyMooncakes/VRCOSC-Script-Plugin-Template/tree/master) to make plugins.### Installation
To install a plugin, clone the repository into the plugins folder and run `pnpm build`.### Uninstalling
Run the command `pnpm removePlugin PLUGIN-NAME`, please do not just delete the folder as runnning the command cleans up the unneeded dependancies.