commit e484ab331b8744d45b6955c8acd8e0ca58533a1c Author: copygirl Date: Mon Nov 3 16:40:02 2025 +0100 Inital commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..6a0ef25 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# copySocket + +.. is a simple [SnekStudio] module that hosts a WebSocket server to receive hardcoded commands to affect certain things within SnekStudio from the outside. When added, it hosts a server at `ws://127.0.0.1:13981`. + +The included `send.gd` script may be used to send commands if another utility is not available, however it takes a small amount of time to start up. The following example makes the `CameraPositions` mod switch to "Camera 1". + +```sh +# --headless - Don't create a window. +# -q/--quiet - Only print errors. +# -s