Category:Arisu's Dollhouse

From Yanfly.moe Wiki
Revision as of 15:17, 23 April 2020 by Arisu (talk | contribs) (Paid Plugins)
Jump to navigation Jump to search

Welcome to the wiki! This is where you can find resources from Yanfly.moe, Ækashics.moe,
VisuStella, Caz Wolf, Fallen Angel Olivia, Atelier Irina, and other affiliated content creators.


Introduction

ArisuAvatar.png

Arisu's Dollhouse is a plugin library for RPG Maker MV heavily inspired by Yanfly Engine Plugins and made to support it. Its primary focus is to add features and enhancements to the original Yanfly Engine Plugins library.

Terms of Use

  1. For Free and Commercial Use.
  2. Put "Arisu's Dollhouse" in your game's credits.
  3. Do not redistribute this plugin without permission.
  4. Do not take code from this plugin without permission.
  5. Edit of code is allowed as long as it's within plugin file.
  6. I do not support changes made to code edit.

Free Plugins

Notification Window

Sometimes you want to display a notification for the player without having to put it in a Show Message event. This plugin creates 9 different positions for you to place notifications on the screen to alert the player of what is now happening without having to require player input to continue gameplay.

Synchronized Event Movement

Sometimes you want certain events to move whenever the player moves, or maybe when another event moves. This plugin lets you synchronize event movements with your desired target and the type of movement associated with them, too. Events with this movement type can go about randomly, approach their targets, move away from their targets, follow a custom move path, mimic a target, reverse mimic a target, or even mirror them.

Sealed Battle Commands

This plugin adds some new notetags that lets you seal specific commands in battle like Attack, Guard, and Item using notetags.

Visual Item Inventory

This plugin changes the item list displayed in-game to become more visual. The item, weapon, and armor icons will be displayed enlarged and show the count next to them while a tooltip displays the selected item's name.

This is confirmed to work with the following plugins:

  • YEP_ItemCore
  • YEP_X_ItemPictureImg
  • YEP_EquipCore
  • YEP_ShopMenuCore
  • YEP_VictoryAftermath
WASD Movement

Some players prefer playing with WASD to move the player character (or if they want to play the game with one hand for some reason). This plugin lets you add WASD movement to your game. It does not remove arrow movement, but still adds the WASD keys to also move up, left, down, right respectively.

The E button has been remapped to support a "Page Down" function which was previously on the W key before.

The R button is given a new function to toggle between Always Dash and regular walking mode on the map screen.

This plugin is plug and play!