Legend of Zelda OCARINA SYSTEM - RPG Maker MV Plugin
A downloadable asset pack
Introduction
This plugin allows you to create an ocarina that can play different music, actions and effects depending on the music, just like the Legend of Zelda games. Aside from the ready made music and notes from the demo, you can also make your own music, note numbers and original actions, which makes the plugin very enjoyable to play with.
Ready Made Musics:
- Serenade of Water
- Nocturne of Shadow
- Song of Healing
- Song of Storms
- Bolero of Fire
- Epona's Song
- Sun's Song
- Requiem of Spirit
- Song of Time
- Zelda's Lullaby
- Saria's Song
Instructions
Place all images under img / MintyyMV_Ocarina folder. If the folder is not existent, please do create one.
For the Key Images, they are named after what key they are. A is A, B is B and so on.
Max Number of Notes
This one is the max counter before the ocarina stops accepting more notes.
This means that even if the number of notes for one piece is 7 and your counter is 10, it would execute the piece right away and clears the counter. So, if you input more than the max number of notes, it won't accept it anymore and just transfers you to the map.
HOW TO ADD YOUR OWN MUSICAL PIECE
To add your own musical piece, do this on a script call:
$gameSystem.createSongPiece(key, commonEvent);
where:
key is the list of keys. Enclosed in a [],
separated in commas.
commonEvent is the common event ID executed
when the ocarina plays this pattern.
example:
$gameSystem.createSongPiece(['D', 'E', 'B', 'D', 'E', 'B'], 6);
^ when you play the ocarina and you successfully made
DEBDEB, common event 6 would be executed.
For the plugin command:
Example of Setting the Common Event:

Published | 1 day ago |
Status | Released |
Category | Assets |
Author | mintyyworks |
Genre | Role Playing |
Tags | asset, lyric-game, mintyy, Music, RPG Maker, RPG Maker MV, rpg-maker-plugin, zelda |
Purchase
In order to download this asset pack you must purchase it at or above the minimum price of $7 USD. You will get access to the following files: