A downloadable asset pack

Buy Now$1.00 USD or more

KasBox v2.0 – RPG Maker MV Plugin

Created by Kasbak

Overview

KasBox is a plugin for RPG Maker MV that allows you to add pushable and pullable crates or objects to your maps — inspired by the gameplay style of classic 2D Zelda games.
Players can push or pull crates depending on their position and facing direction, with customizable sound effects, self switches, and global switches triggered by map regions.

Installation

  1. Copy KasBox.js into your project’s js/plugins folder.

  2. Open the Plugin Manager in RPG Maker MV.

  3. Add KasBox to the list and enable it.

  4. In your crate events, use comment commands to define behavior with the plugin tags.

Purpose

  • Add physics-like puzzles with movable crates.

  • Trigger local or global switches when crates are placed in specific regions.

  • Improve map interactivity and player immersion.

  • Easily create push/pull mini-puzzles without complex eventing.

How It Works

  • Approach a crate.

  • Hold Enter / Space:

    • Arrow toward the crate → Push it.

    • Arrow away from the crate → Pull it (player walks backward while facing the crate).

  • Release Enter to let go of the crate.

  • The crate can trigger:

    • Local self switches

    • Global switches

    • Custom sound effects

Event Comment Tags

TagDescription
/kasBox Makes the event a movable crate (push/pull enabled)
/kasBox3A Activates self switch A when the crate is on region 3
/kasBox4ID18true Sets global switch #18 = true when the crate is on region 4 (false otherwise)
/kasBoxSEAttack3 Plays the Attack3 SE when the crate moves (optional)
Notes:


  • You can combine multiple tags:


    /kasBox   /kasBox3A   /kasBoxSEAttack3   
    
  • The sound effect only plays if the crate actually moves (built-in anti-loop protection).

Example Usage

  1. Create a new event for your crate and add the following in the comment box:

    /kasBox /kasBox3A /kasBoxSEAttack3 
    
  2. Place the crate on your map.

  3. In game, approach it and push or pull — the crate will:

    • Move smoothly,

    • Trigger self switch A on region 3,

    • And play the “Attack3” sound effect when moved.

KasBox makes it easy to add dynamic, puzzle-style mechanics to your MV projects — with natural movement, region logic, and optional sound effects — all in a single lightweight plugin.

Purchase

Buy Now$1.00 USD or more

In order to download this asset pack you must purchase it at or above the minimum price of $1 USD. You will get access to the following files:

KasBox.js 5.7 kB

Leave a comment

Log in with itch.io to leave a comment.