Skip to content

Instantly share code, notes, and snippets.

View KageDesu's full-sized avatar

Pheonix KageDesu KageDesu

View GitHub Profile
@KageDesu
KageDesu / alchemyWorkshopPluginGuide.md
Created February 20, 2025 23:54
Alchemy Workshop Plugin Guide

Alchemy Workshop Plugin Guide

2025-02-21_02-03-16

Author: Pheonix KageDesu
Target: RPG Maker MZ / MV
Website: KD Workshop

@KageDesu
KageDesu / treasureChestPluginGuide.md
Created December 26, 2024 16:59
Treasure Chest Plugin guide

Treasure Chest Plugin Guide

chests

Author: Pheonix KageDesu
Target: RPG Maker MZ / MV
Website: KD Workshop


@KageDesu
KageDesu / simpleFishingGuide.md
Last active December 18, 2024 10:42
Simple Fishing Plugin Guide

Simple Fishing Mini-Game Plugin Guide

Author: Pheonix KageDesu
Target: RPG Maker MZ / MV
Website: KD Workshop


Overview

@KageDesu
KageDesu / messageHistoryGuide.md
Created November 15, 2024 23:18
Message History Plugin Guide

Message History Plugin Guide

Message History is a plugin for RPG Maker MZ and MV that allows you to view a log of messages displayed in the game. This log can be useful for players who want to review the dialogue or story events they've encountered during gameplay.

Features:

  • All messages displayed using the Show Text event command will be logged in the history window.
  • Player choices logged as well. But it's optional and can be disabled in the plugin settings.
  • Using script calls you can disable or enable writing to the history log and access to the history window.
  • Optional button to open the history window from the game scene. And menu command to open the history window from the main menu.
@KageDesu
KageDesu / pockeEventsPluginGuide.md
Last active October 17, 2024 19:02
Pocket Events Plugin Guide

Pocket Events Plugin Guide for RPG Maker

This guide explains how to use the Pocket Events plugin in RPG Maker MZ and MV, allowing players to place and manipulate events from a specified 'template' map in the current map.

Setup

  1. Template Map:
    The plugin allows you to place events from a designated 'template' map. The template map can be set in the plugin's "Templates Map" parameter.

  2. Placement Items Setup:

@KageDesu
KageDesu / mapEnhancerGuide.md
Last active September 29, 2024 17:22
Map Enhancer Plugin Guide

Map Enhancer Plugin Guide

Map Enhancer is a plugin for RPG Maker MZ and MV that allows you to launch an additional map editor within the game. This editor enables you to add visual decorations to your maps, manage passability, and organize objects into groups with visibility conditions.

Features:

  1. Add and Edit Map Objects: Place visual objects on the map and customize them.
  2. Passability Grid Management: Define impassable areas (collisions) on the map.
  3. Groups: Organize objects into groups and set visibility conditions for these groups.

How to Launch the Editor:

@KageDesu
KageDesu / animaxPluginGuide.md
Last active January 17, 2025 16:01
AnimaX plugin guide

AnimaX Plugin Guide (short) for RPG Maker MZ and MV

Full guide

Guide with examples how to setup and use the system you can find at my website

Plugin Directory

  • Ensure all assets related to this plugin are placed in the following directory:
    • img\charactersAA\
@KageDesu
KageDesu / simpleQuestsSystemPluginGuide.md
Last active September 5, 2024 10:38
Simple Quests System Plugin Guide

Simple Quest System Plugin Guide

Overview

This plugin introduces a simple quest journal and task tracking system, similar to the one found in The Elder Scrolls V: Skyrim. It allows developers to create quests, track their progress, and manage quest-related tasks within RPG Maker MZ.

Script Calls

Opening the Quest Journal

To open the quest journal, use the following script call:

@KageDesu
KageDesu / phoneMenuPluginGuide.md
Last active January 29, 2025 13:27
Phone Menu plugin guide

Phone Menu plugin guide


Plugin Overview

This plugin adds a mobile phone (smartphone) menu with an alternative messaging system. You can customize the phone menu by adding items (phone apps) through the Plugin Parameters.

Plugin Customization:

  • Customizable Resources: The plugin includes resources located in img\pPhoneMenu. You can edit these resources to suit your needs.
@KageDesu
KageDesu / simpleSkillTreeGuide.md
Last active February 22, 2025 20:57
Simple Skills Tree Plugin Guide

Simple Skills Tree plugin guide


Setup

Skill Points Storage

  • Optionally, you can store Skill Points for an actor in a variable by adding the following to the Actor's Note: