Greasy Fork is available in English.

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

作者
YouTubeDrawaria
今日安裝
0
安裝總數
4
評價
0 0 0
版本
1.0
建立日期
2025-01-27
更新日期
2025-01-27
尺寸
3.0 KB
授權條款
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. 😊