Rock Paper Scissors Mini Game - RPG Maker MV
A downloadable mintyy for Windows
Rock Paper Scissors Mini Game
Author: Mintyy
Note: Never rename the plugin, or else, it will not work. I insist that you stick to how I named it.
Plugin Commands:
load_rps_game starts / loads the RPS game.
rps actor_portrait x where x is the actor portrait you want to show for the actor.
rps enemy_portrait x where x is the enemy portrait you want to show for the enemy.
reset rps resets the actor and enemy's score as well as the turn phases.
set rps turns x where x is the number of turns you want to have a Rock Paper Scissors match with the enemy
set rps music n v p z
where n is the bgm name
where v is the bgm volume
where p is the bgm pitch
where z is the bgm pan. (always use 0 if you're not familiar how Pan works)
set actor voice n v p z
where n is the actor voice name
where v is the actor voice volume
where p is the actor voice pitch
where z is the actor voice pan
set enemy voice n v p z
where n is the enemy voice name
where v is the enemy voice volume
where p is the enemy voice pitch
where z is the enemy voice pan
set rps stage background x where x is the background image you want to use
set rps stage still_frame x where x is the frame image you want to use
set actor_name_image x where x is the actor's name image you want to show
set actor_name x value where value is the x axis of the actor name image
set actor_name y value where value is the y axis of the actor name image
set enemy_name_image x where x is the enemy's name image you want to show
set enemy_name x value where value is the x axis of the enemy name image
set enemy_name y value where value is the y axis of the enemy name image
set actor_portrait x where x is the x axis of the actor's portrait
set actor_portrait y where y is the y axis of the actor's portrait
set enemy_portrait x where x is the x axis of the enemy's portrait
set enemy_portrait y where y is the y axis of the enemy's portrait
Troubleshooting:
Q: I have no background and still frame shown in my mini game. What happened?
A: You must set it in the stage you want to change. By default, it uses the stock backgrounds I provided or those that you provided from the Plugin Manager.
Q: How does the Slide Animation really work for my portraits? I tried turning it off. I set my values to a reasonable number but they are not showing.
A: The slide animation is a way to give a bit of an effect for the actors. If you are not using the slide animation, what you need to understand is that the portraits stay on the top of the Still Frame. So if you set the x and y of the Portrait, make sure they are on the x and y location visible from the Still Frame's top.
If you are using the Slide Animation, make sure that you set the x and y to the outside offset of the screen, so when the game starts, it slides them until it reaches the range you indicated from the Plugin Manager.
Actor Portrait goes from Left Offset to Right Offset while Enemy Portraits goes from Right Offset to Left Offset.
Q: How can I make more than 1 match in the mini game?
Use the plugin command set rps turns. For example, you want to have 10 matches. In a plugin command, do:
set rps turns 10
This means that the match will end its judgement after 10 match turns. If you cancel during the match and it has not yet finished, you get to choose to forfeit or continue.
SAMPLE SETUP
Status | Released |
Category | Assets |
Author | mintyyworks |
Tags | minigames, mintyy, rmmv, RPG Maker, RPG Maker MV, rpg-maker-plugin, rpgmv |
Purchase
In order to download this mintyy you must purchase it at or above the minimum price of $4 USD. You will get access to the following files:
Comments
Log in with itch.io to leave a comment.
you wouldnt have an mz version of this in the works by chance do ya
I would love to make an MZ version soon.