public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers
Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.

Original Source

  • Original title: Trb - EquipSound
  • Original author: ovate
  • Original date: March 21, 2018
  • Source thread: https://forums.rpgmakerweb.com/threads/trb-equipsound.93004/
  • Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)

Summary

EquipSound - Version 1.00 Creator name: Trb Overview Allows you to add a Sound Effect/ Music Effect when equipping items.

Archived First Post

EquipSound - Version 1.00

Creator name: Trb

Overview
Allows you to add a Sound Effect/ Music Effect when equipping items.

Features
- You can add a message text window while the sound plays.
- Can be used by using following tags in the Note field for Equipment.

Play SE for equipment
<equipSE: Filename, volume, pitch, pan> or
<equipmentSE: Filename, volume, pitch, pan>

Use the filename of SE that you're using.
Enter any numerical value for volume, pitch, pan.
You can leave the SE filename by itself without adjusting- volume, pitch, pan.
By default: volume becomes 90, pitch 100, pan 0.

Play ME for equipment
<equipME: Filename, volume, pitch, pan> or
<equipmentME: Filename, volume, pitch, pan>

Filename should be the same name as ME file that you're using.

For Wait
<equipWait: number of frames> or
<equipmentWait: number of frames>

Processing can be stopped by setting wait on equipment.
Use it when you want to wait until ME stops playing.
Enter numerical value in the number of frames.

Display Text
<equipText:text> or
<equipmentText:text>

Equipment can display texts through show text window.
Line breaks are \n.
If you want to write "%1" it will display actor's name with equipment.

Example-

eqs.png


<equipText:%1 \ngot Cursed!>

When you typed this down, it'll display:

「Harold
got Cursed!」

2018-03-21_T17-42-36-015_Z.png


Tip:

If you want to prevent an equipment from being removed, Edit "Traits" > Equip > and set Lock Equip to whichever type of equipment.
When using Lock Equip feature- it can't be removed from the equipment screen but it can be remove through "Change Equipment" from Event Commands.

Credit and Thanks: Trb

Terms of Use- Free for commercial and non-commercial use.

License - MIT License: http://opensource.org/licenses/mit-license.php

You can download js file from the thread attachment or Dropbox link: https://www.dropbox.com/s/l7f4q1aj1zqkf25/Trb_EquipSound.js?dl=1

Features Mentioned

  • You can add a message text window while the sound plays.
  • Can be used by using following tags in the Note field for Equipment.
  • Play SE for equipment
  • Use the filename of SE that you're using.
  • Enter any numerical value for volume, pitch, pan.
  • You can leave the SE filename by itself without adjusting- volume, pitch, pan.
  • By default: volume becomes 90, pitch 100, pan 0.
  • Play ME for equipment
  • Filename should be the same name as ME file that you're using.
  • For Wait
  • Processing can be stopped by setting wait on equipment.
  • Use it when you want to wait until ME stops playing.
  • Enter numerical value in the number of frames.
  • Display Text
  • Equipment can display texts through show text window.
  • Line breaks are \n.
  • If you want to write "%1" it will display actor's name with equipment.
  • Example

Downloads / Referenced Files

Log in to download

Log in, then follow the RPG Maker Developers Group to see these download links.

Log in to download

License / Terms Note

Credit and Thanks: Trb Terms of Use- Free for commercial and non-commercial use. License - MIT License: http://opensource.org/licenses/mit-license.php You can download js file from the thread attachment or Dropbox link: https://www.dropbox.com/s/l7f4q1aj1zqkf25/Trb_EquipSound.js?dl=1

Creator Claims / Removal

If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.

#039#rmmv#plugin-archive

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar