Skip to content

PointClickAdventure v1.1

Latest

Choose a tag to compare

@midnightroachmedia midnightroachmedia released this 29 Jul 13:49

RPG Maker MV Point-and-Click Adventure Plugins

This repository contains two plugins that work together to create a point-and-click adventure game interface in RPG Maker MV:

  1. PointClickAdventure.js
  2. DoubleClickMovement.js

Description

These plugins enhance your RPG Maker MV projects by adding a classic point-and-click adventure game interface, allowing players to interact with objects using a familiar point-and-click style and move around the map using double-clicks.

PointClickAdventure.js (v1.1)

This plugin adds a point-and-click dialogue menu for specific objects on the map, similar to traditional adventure games.

DoubleClickMovement.js (v1.1)

This plugin allows player movement via double-clicking on the map, with improved error handling and pathfinding.

Features

  • Adds a point-and-click menu with four options: Inspect, Talk, Use, and Pick-up (can be customized)
  • Easy to implement on any map object using a simple note tag
  • Customizable menu position based on click location
  • Double-click movement with pathfinding around obstacles
  • Configurable double-click threshold

For detailed instructions on how to use these plugins, please refer to the USER_GUIDE.md file in this repository.