Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
Dark Plasma Step Image And Sound - DarkPlasma_StepImageAndSound.js
Plugin desc : Display footprint images and play footstep sounds
License : MIT License
Author : DarkPlasma
Website : https://github.com/munokura/DarkPlasma-MZ-Plugins/blob/main/DarkPlasma_StepImageAndSound.js
Desc page : https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
Download Page : https://raw.githubusercontent.com/munokura/DarkPlasma-MZ-Plugins/main/DarkPlasma_StepImageAndSound.js
File name : DarkPlasma_StepImageAndSound.js
Help of plugin :
@target MZ @url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release @plugindesc Display footprint images and play footstep sounds @author DarkPlasma @license MIT @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/DarkPlasma-MZ-Plugins ). Original plugin by DarkPlasma. Please check the latest official version at: https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release ----- Version: 1.0.2 Displays footprint images and plays footstep sounds depending on the tileset settings. Set footprint images and footstep sounds for each terrain tag in the memo field for the tileset. Example settings: <Step Effect 1: Footprint> <Step Effect Settings 1: 0, 12, fitAngle, fitStep, animeSpeed 16> <Step Sound 1: sand> <Step Sound Settings 1: 30-50, 130> Tileset memo tag settings are compatible with Yana's StepEffect.js. @param cellWidth @text Footprint cell width @type number @default 48 @param animationSpeed @text Footprint playback speed @type number @default 8 @param stepOffset @text Offset from center @desc The footprint image will be displayed offset from the center of the map square by half the set value. @type number @default 8 @param audioDistance @text Footstep Distance @desc Sets the distance at which footsteps other than the player's can be heard. @type number @default 10 @param excludeEventTag @text Exclude Event Tags @desc Events with one or more of these notetags set will not display footprints or play footstep sounds. @type string[] @default []