Drawaria Movement Free - Open for Custom Mods

Adds movement only this is a Simplified version of Drawaria Mario Mod so you can make your custom mods

За да инсталирате този скрипт, трябва да имате инсталирано разширение като Tampermonkey, Greasemonkey или Violentmonkey.

За да инсталирате този скрипт, трябва да инсталирате разширение, като например Tampermonkey .

За да инсталирате този скрипт, трябва да имате инсталирано разширение като Tampermonkey или Violentmonkey.

За да инсталирате този скрипт, трябва да имате инсталирано разширение като Tampermonkey или Userscripts.

За да инсталирате скрипта, трябва да инсталирате разширение като Tampermonkey.

За да инсталирате този скрипт, трябва да имате инсталиран скриптов мениджър.

(Вече имам скриптов мениджър, искам да го инсталирам!)

За да инсталирате този стил, трябва да инсталирате разширение като Stylus.

За да инсталирате този стил, трябва да инсталирате разширение като Stylus.

За да инсталирате този стил, трябва да инсталирате разширение като Stylus.

За да инсталирате този стил, трябва да имате инсталиран мениджър на потребителски стилове.

За да инсталирате този стил, трябва да имате инсталиран мениджър на потребителски стилове.

За да инсталирате този стил, трябва да имате инсталиран мениджър на потребителски стилове.

(Вече имам инсталиран мениджър на стиловете, искам да го инсталирам!)

Автор
YouTubeDrawaria
Инсталации дневно
0
Инсталации общо
8
Рейтинг
0 0 0
Версия
1.0
Създаден
27.01.2025
Обновен
27.01.2025
Размер
3 КБ
Лиценз
MIT
Работи на

### **How to Use the "Drawaria Movement Free" Script:**

#### **1. Prerequisites:**
- **Install Tampermonkey:**
It’s a browser extension for running UserScripts. Available for:
- [Chrome/Edge](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo)
- [Firefox](https://addons.mozilla.org/es/firefox/addon/tampermonkey/)

#### **2. Script Installation:**
- **Step 1:** Copy the entire script code you shared.
- **Step 2:** Open Tampermonkey in your browser.
- **Step 3:** Click **"Create a new script"**, paste the code, and save it (Ctrl + S / Cmd + S).

#### **3. Usage on Drawaria:**
- **Access the website:** Go to [https://drawaria.online](https://drawaria.online).
- **Activate the script:**
Tampermonkey will automatically detect the script and run it on the page.

---

### **Movement Controls:**
| **Key** | **Action** |
|----------------|---------------------------------------------------------------------------|
| **← Left Arrow** | Moves the avatar to the left (gradual acceleration). |
| **→ Right Arrow** | Moves the avatar to the right (gradual acceleration). |
| **↑ Up Arrow** | Jump (only works if you’re not already in the air). |
| **(Release keys)**| The avatar gradually slows down horizontally due to friction. |

---

### **Key Features:**
- **Realistic physics:**
- Gravity (`GRAVITY`) and speed limits (`MAX_SPEED`, `MIN_SPEED`).
- Basic collision with the "ground" (prevents the avatar from falling infinitely).
- **Boundary limits:**
The avatar cannot go outside the defined margins (`-900px` to `1024px` horizontally, `-350px` to `768px` vertically).
- **Base for modifications:**
You can edit the script’s constants (e.g., `JUMP_HEIGHT = 20` for higher jumps) to customize its behavior.

---

### **Additional Notes:**
- ✨ **Visual effects:** The script removes borders and shadows from the avatar for cleaner movement.
- ⚠️ **Conflicts:** If you use other Drawaria scripts, they might interfere. Disable them if issues arise.
- 🔄 **Restart:** Reload the page (`F5`) if the script doesn’t activate properly.
- 🛠 **Customization:** Since it’s under the MIT license, you can freely modify and redistribute the script.

---

### **Example Modification:**
To make jumps more powerful, edit this line in the code:
```javascript
const JUMP_HEIGHT = 15; // Change to 20 or higher
```

That’s it! Now your avatar in Drawaria will have free platformer-style movement. 😊