您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
This will allow you to move your avatar in the room like a videogame, you will need to see it other screen.
English: This script introduces a physics engine and platformer-style controls for the player avatar in Drawaria. It allows users to activate physics, move their avatar using custom keybinds (Alt+Z, Alt+C, Alt+X), and interact with the game environment. The system detects drawn elements on the canvas as platforms, walls, water, or death zones based on their color. Users can adjust physics parameters like gravity, movement force, jump force, friction, and mass via a comprehensive UI menu. The script also includes drawing tools to create custom environments and automation features for demo or chaos modes.
Español: Este script introduce un motor de física y controles de estilo de plataforma para el avatar del jugador en Drawaria. Permite a los usuarios activar la física, mover su avatar usando combinaciones de teclas personalizadas (Alt+Z, Alt+C, Alt+X), e interactuar con el entorno del juego. El sistema detecta los elementos dibujados en el lienzo como plataformas, paredes, agua o zonas de muerte según su color. Los usuarios pueden ajustar parámetros de física como gravedad, fuerza de movimiento, fuerza de salto, fricción y masa a través de un menú de UI completo. El script también incluye herramientas de dibujo para crear entornos personalizados y funciones de automatización para modos de demostración o caos.
Español:
🇺🇸 English Instructions | 🇪🇸 Instrucciones en Español |
|
|
Feature / Característica | Details / Detalles |
Physics Simulation | Implements vector math for position, velocity, gravity, friction, and forces. |
Collision Detection | Reads canvas pixel data to detect collision surfaces based on color. Uses a tolerance-based comparison. |
Input Handling | Listens for specific keydown/keyup events (with Alt modifier) for avatar control. Also interacts with game's native controls via `window.game.sendMove`. |
WebSocket Interaction | Intercepts WebSocket send to capture the socket and uses it to send player movement commands. Falls back to Drawaria's `game.sendMove` if available. |
Español:
✅ Compatible Browsers / Navegadores Compatibles | ✅ Required Extensions / Extensiones Requeridas |
Chrome, Firefox, Edge, Opera (Browsers supporting userscripts, WebSocket, Canvas API, and DOM manipulation) | Tampermonkey or similar userscript manager (Required for script execution) |
Open your userscript manager (e.g., Tampermonkey), find "Drawaria Avatar Physics Platformer", and disable or delete it.
Método 1 - Gestor de Scripts: Abre tu gestor de userscripts (ej. Tampermonkey), busca "Drawaria Avatar Physics Platformer" y desactívalo o elimínalo.
Use the minimize ('-') or close ('×') buttons on the menu header to hide the UI. This does not disable the physics simulation itself.
Método 2 - Minimizar/Cerrar Menú: Usa los botones de minimizar ('-') o cerrar ('×') en la cabecera del menú para ocultar la UI. Esto no deshabilita la simulación de física en sí.
Español:
Control your avatar like a video game character with physics and custom drawing tools!
¡Controla tu avatar como un personaje de videojuego con física y herramientas de dibujo personalizadas!
Author: YouTubeDrawaria | Version: 5.8 | License: MIT
Support: Report issues in the comments below | Additional Info: Adds platformer physics, drawing tools, and automation features to Drawaria.