Difference between revisions of "Dash Toggle (YEP)"

From Yanfly.moe Wiki
Jump to navigation Jump to search
(Created page with "{{MvPlugin |preview = <youtube>https://www.youtube.com/watch?v=JGAJ5EIi_K0</youtube> |link1 = <html><iframe src="https://itch.io/embed/399618" height="167" width="552" framebo...")
 
Line 1: Line 1:
 
{{MvPlugin
 
{{MvPlugin
|preview = <youtube>https://www.youtube.com/watch?v=JGAJ5EIi_K0</youtube>
+
|preview = <youtube>https://www.youtube.com/watch?v=JGAJ5EIi_K0</youtube>
|link1 = <html><iframe src="https://itch.io/embed/399618" height="167" width="552" frameborder="0"></iframe></html>
+
|link1 = <html><iframe src="https://itch.io/embed/399618" height="167" width="552" frameborder="0"></iframe></html>
|link2 = [http://yanfly.moe/plugins/en/YEP_DashToggle.js Mirror]
+
|link2 = [http://yanfly.moe/plugins/en/YEP_DashToggle.js Mirror]
  
 
}}
 
}}
Line 9: Line 9:
 
{{Yanfly Engine Plugins}}
 
{{Yanfly Engine Plugins}}
  
== Help File ==
+
== Introduction ==
  
 
  <nowiki>
 
  <nowiki>
============================================================================
 
Introduction
 
============================================================================
 
 
 
RPG Maker MV lacks the ability to toggle dashing on and off. This plugin
 
RPG Maker MV lacks the ability to toggle dashing on and off. This plugin
 
will enable you to toggle dashing on and off as well as provide certain
 
will enable you to toggle dashing on and off as well as provide certain
 
traits that will inhibit the party leader from being able to dash (such as
 
traits that will inhibit the party leader from being able to dash (such as
 
an extra heavy weapon).
 
an extra heavy weapon).
 +
</nowiki>
  
============================================================================
+
== Notetags ==
Notetags
 
============================================================================
 
  
 +
<nowiki>
 
You can use these notetags to add a disabled dashing trait. If the leading
 
You can use these notetags to add a disabled dashing trait. If the leading
 
party member has a trait that disables dashing, then the player cannot dash
 
party member has a trait that disables dashing, then the player cannot dash
Line 34: Line 30:
 
   If the leading party member has a trait with this notetag, then the player
 
   If the leading party member has a trait with this notetag, then the player
 
   cannot dash while that actor is in the lead.
 
   cannot dash while that actor is in the lead.
 +
</nowiki>
  
============================================================================
+
== Plugin Commands ==
Plugin Commands
 
============================================================================
 
  
 +
<nowiki>
 
You can use these plugin commands to enable or disable dashing mid-game!
 
You can use these plugin commands to enable or disable dashing mid-game!
  
Line 53: Line 49:
 
   - This will enable/disable dashing. This will not take priority in maps
 
   - This will enable/disable dashing. This will not take priority in maps
 
   that disable dashing altogether.
 
   that disable dashing altogether.
 +
</nowiki>
  
============================================================================
+
== Changelog ==
Changelog
 
============================================================================
 
  
 +
<nowiki>
 
Version 1.03:
 
Version 1.03:
 
- Updated for RPG Maker MV version 1.5.0.
 
- Updated for RPG Maker MV version 1.5.0.

Revision as of 02:07, 22 June 2019

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.



Download

System

This is a plugin created for RPG Maker MV.

For help on how to install plugins, click here.

For help on how to update plugins, click here.

Got errors with your RPG Maker MV plugin? Click here.


Masterarbeit Writer

Yanfly Engine Plugins

This plugin is a part of the Yanfly Engine Plugins library.


Introduction

RPG Maker MV lacks the ability to toggle dashing on and off. This plugin
will enable you to toggle dashing on and off as well as provide certain
traits that will inhibit the party leader from being able to dash (such as
an extra heavy weapon).

Notetags

You can use these notetags to add a disabled dashing trait. If the leading
party member has a trait that disables dashing, then the player cannot dash
while that actor is in the lead.

Actor, Class, Weapon, Armor, and State Notetag:

  <Disable Dashing>
  If the leading party member has a trait with this notetag, then the player
  cannot dash while that actor is in the lead.

Plugin Commands

You can use these plugin commands to enable or disable dashing mid-game!

Plugin Command

  EnableDashing
  - Enables the player to be able to dash. However, this will not take
  priority in maps that disable dashing altogether.

  DisableDashing
  - Disables the player from being able to dash.

  ToggleDashing
  - This will enable/disable dashing. This will not take priority in maps
  that disable dashing altogether.

Changelog

Version 1.03:
- Updated for RPG Maker MV version 1.5.0.

Version 1.02:
- Added a failsafe to prevent crashes if there are no members in the party.

Version 1.01:
- Updated for RPG Maker MV version 1.1.0.

Version 1.00:
- Finished Plugin!