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

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

作者
YouTubeDrawaria
日安装量
0
总安装量
8
评分
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. 😊