Manage Dashing

● ARCHIVED · READ-ONLY
Started by Galenmereth 13 posts View original ↗
  1. Manage Dashing

    Introduction

    Lets you manage the dashing mode (or disable it altogether!) in your game with simple plugin options.

    Before asking for help, please read the documentation page to see if it might already be covered there. That page will be updated over time and always be the most current documentation available for the plugin.

    Features

    • Toggle whether the player should auto-dash when using mouse/touch input, on by default
    • Toggle whether the Options menu should show the "Always Dash" option, on by default
    • Disable dashing completely in your game
    How to use

    Add the plugin to your game and check the documentation page for help. The Help section contains general information and a link the plugin's documentation page.

    Documentation

    Official documentation page

    Download

    GitHub

    Dependencies

    None

    FAQ

    No items yet

    Credit

    Tor Damian Design

    Terms of use

    Free for non-commercial and commercial use. See terms of use for the full terms.

    A big thank you to Degica for making this plugin free for commercial use for everyone!
  2. I dont know why but It does not work for me...

    I tried to put in lot of place in plugins order(first,second,last,middle),disable all plugins,close gaming software for my keyboard/mouse but nothing work

    Desktop 2015-10-26 04-15-39-828.png
  3. Seems like you have a typo in the script name. By default, plugin parameters are stored and loaded by filename (there are other, non-standard ways to make this independent).
  4. lavra is right; the filename for the plugin needs to exactly TDDP_ManageDashing. Then it'll work :)
  5. Thanks ^^
  6. I'm wondering, could you expand on this and make so you could disable mouse movement altogether? Also an idea you could do is to make a plugin that can change the controls for those who prefer "WASD" for movement over the arrow keys.
  7. is it possible to configure the walk/dash speed? thx before :)
  8. @dinomanjj: That would have to be a separate plugin I think, but I'll note it down on my list.

    @relightz: While the walk speed can be adjusted setting the player speed in a Move Route call, setting the dash speed is something what would be useful. I've taken note of it :)
  9. Can this be used to make dashing always-on?

    My game relies on it, and I would like it to be on by default, without the option to turn it off again.
  10. @Galenmereth

    • Toggle whether the player should auto-dash when using mouse/touch input, on by default
    With this toogled on, the character only runs if I hold shift, what's cool for local machines. But for mobile devices that's not possble to hold shift. Is there a possibility that double clicking/touching or holding click/touch should do the shift work in this configuration? 
  11. Is there no script call or script command to enable/disable dashing without a player's choice?
  12. Hello, this may be a dumb question, but is this plugin able to be called from the "Plugin Command" from the MV UI?


    For example, your plugin loaded fine and I want to trigger the "Disable Dash" in-game when the player triggers an Event.
  13. Thank you so much for this amazing plugin. I really needed it and was looking for one.