Skip to content

Whether you're aiming to captivate players with immersive cutscenes or provide them with useful information during periods of idleness, the DYR_IdleCommonEvent plugin empowers you to shape their gaming experience dynamically.

License

Notifications You must be signed in to change notification settings

Danyerusama/DYR_IdleCommonEvent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

DYR_IdleCommonEvent Plugin for RPG Maker MV

The DYR_IdleCommonEvent plugin adds a feature to trigger a Common Event when the player remains idle for a specified amount of time.

View Code and Download File

DYR_IdleCommonEvent.js

Appendix

The DYR_IdleCommonEvent plugin introduces an engaging way to interact with players by triggering a designated Common Event after a specific idle time. With this plugin, you can seamlessly integrate events into moments of player inactivity, creating opportunities for immersive storytelling, helpful tips, or any kind of interactive content you envision.

Features

  • Automatically triggers a Common Event after a certain idle time.
  • Define the Common Event ID to be triggered when the player is idle.
  • Customize the idle time duration.
  • Enable or disable the plugin using script calls.

Installation

  1. Download the DYR_IdleCommonEvent.js plugin file.
  2. Place the file in your RPG Maker MV project's js/plugins/ directory.
  3. In RPG Maker MV, open the Plugin Manager and activate the DYR_IdleCommonEvent plugin.

Usage

  1. Install the plugin and configure the desired Common Event ID and idle time in the plugin parameters.
  2. During events, you can use the following script calls to enable or disable the plugin:
    • To enable the plugin: IdleCommonEventEnable()
    • To disable the plugin: IdleCommonEventDisable()
  3. When the plugin is disabled, the Common Event won't trigger, and the player can move freely without any idle event.

Screenshots

  1. Plugin Config:

Plugin Config

  1. CommonEvent Config Example:

CommoEvent Config

Video DEMO

Acording to user preferences the Idle Duration can be Customizable / Set the Duration in seconds (60 min = 3600 Sec)

IdleCommonEvent.mp4

Issues and Feedback

If you encounter any issues, bugs, or have suggestions for improvements, please feel free to open an ISSUE. Your feedback and contributions are highly valued and will contribute to enhancing the quality of these plugins. Thank you for helping to make them better!

Before creating a new issue, please ensure that a similar issue has not already been reported. Providing detailed information about the problem you're experiencing will assist in quicker resolution.

Looking forward to addressing your feedback and working together to improve these plugins!

License

All my plugins are licensed under the MIT License. Feel free to use them in both commercial and non-commercial games. If you wish to modify the code, please reach out to me at danyerusama@gmail.com for approval.

Support my Work

If you've found value in the projects, plugins, or insights I offer, your support would mean the world to me. Even the smallest contribution goes a long way in enabling me to dedicate time and effort to crafting meaningful content and projects for our community. If you're interested in supporting me and becoming a part of this journey, you can do so through:

PayPal Patreon Ko-Fi

Thank you for considering supporting my work and being a part of this community!

About

Whether you're aiming to captivate players with immersive cutscenes or provide them with useful information during periods of idleness, the DYR_IdleCommonEvent plugin empowers you to shape their gaming experience dynamically.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published