Skip to content

Instantly share code, notes, and snippets.

View KageDesu's full-sized avatar

Pheonix KageDesu KageDesu

View GitHub Profile
@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
Created August 19, 2024 14:12
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.
  • Visual Customization: Modify the visual appearance of the phone menu and apps by exploring the data\PKD_PhoneMenu folder.

@KageDesu
KageDesu / simpleSkillTreeGuide.md
Created July 31, 2024 11:49
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:
@KageDesu
KageDesu / Guide.md
Created July 12, 2024 21:10
Quick Custom Menu plugin guide (for RPG Maker MV and MZ)

Quick Menu Customization Guide

Visual Customization

  • To customize the Quick Menu visually, you can edit the .json files located in the data\PKD_QuickMenu folder.

  • Ensure that all images are placed in the img\pQuickMenu folder.

  • For edit quick menu open button position, edit file NUI_OpenMenuScreenButton.json in data\PKD_QuickMenu folder.


@KageDesu
KageDesu / VPlayer_guide.md
Created July 10, 2024 21:20
VPlayer RPG Maker plugin guide
//=============================================================================
// PKD_AlterBattler.js
//=============================================================================
// [Update History]
// v1.0 (18.01.2023) - release
/*:
* @plugindesc (v1.0) - Different images for enemies in battle
* @author Pheonix KageDesu
@KageDesu
KageDesu / PKD_VPlayer.js
Last active June 5, 2024 22:29
VPlayer RPG Maker plugin (MV + MZ)
/*
* Copyright (c) 2021 Vladimir Skrypnikov (Pheonix KageDesu)
* <http://kdworkshop.net/>
*
* License: Creative Commons 4.0 Attribution, Share Alike, Non-Commercial
*/
// * CHANGELOG ===================
// v1.3
@KageDesu
KageDesu / PKD_FogOfWar.js
Last active September 21, 2023 19:52
PKD Fog Of War plugin v 1.0.1 [Basic]
/*
* Copyright (c) 2021 Vladimir Skrypnikov (Pheonix KageDesu)
* <http://kdworkshop.net/>
*
* License: Creative Commons 4.0 Attribution, Share Alike, Non-Commercial
*/
// * CHANGELOG ===================
// v1.0.1 (3.02.2022)