I guess you are referring to the command mapped to key 'Q' and 'R'. I understand that for experienced RPG players, this may be a common sense. But there are actually many players that could play through games without knowing there are commands other than 'confirm', 'cancel' and direction...
Hi There. I have a question regarding on user interaction experience. By default, after selecting 'Equip' from menu, player needs to select an actor before getting into the equipment menu of this actor. Up to here it's all ok.
But once the player completes actor build up and exits equip menu...
Hi there. I know that when 'Exclude unused files', 'Encryption - Image files' and 'Encryption - Audio files' options are selected. Only images and audios used in game will be included and encrypted.
But I find that this is only limited to resources in rpgmaker default image and audio folders...
Hi there. I'm creating a shop for my game that could update new goods according to game progress. I'm implementing it by creating multiple shop processes and change shop according to game progress variable. Now I just want to make the system a little bit better, by giving 'newly added' goods a...
Hi there. I would like to know if it's possible to pass parameters when calling a common events. This could make a lot of work easier.
I already know a compromised way of achieving it, which is save the value in a variable first, and fetch it in common event. I just want to know if there is...
Hi there. I would like some script that could generate text and display on screen. Then the text could translate to right slowly, and disappear after a while. It would be more perfect if the display and disappear could be a fade in/ fade out effect. This feature will be used to reveal actor...
Hi there. I would like to implement a skill that can randomly chain one or more other skills right after it's been used. After some consideration (Explained in the bottom) I choose to use the function Game_Battler.forceAction, called from a phase tag provided by Yanfly skill core plugin.
Now the...
Hi there. I'm making a game that has an extra gauge despite of the traditional hp, mp and tp. It's like another mp gauge and there are skills to make damage to this gauge. I have kept the value of this gauge in a game variable.
Now the problem is: When a target receives damage on hp or mp, a...
Hi there. In the battle scene, I inserted some extra static picture resources to each party members' sprite area(To be more specific, they are put under 'Sprite_Actor._spriteParts'). They are used to implement one feature of the game in my plan. They are supposed to be looking like a part of the...
Hi there, I managed to replace the 'Attack' skill formula with the default 'Attack' formula config in this plugin. After watching a round of execution of the skill, I found there's something weird. It seems the enemy is hit twice.
I can confirm that the damage is dealt once, but enemy portrait...
Bug report. In the latest version of rmmv project, if the 'Health' plugin is used, battler's traditional hp becomes 'NaN' after been attacked. The battler could either be an actor or enemy. Would you mind to take a look? Your plugin is really helpful and I want to use it in my project
Hi everyone. I would like to know if there are built in ways in RMMV to pop up text during a battle. Here is the scenario:
I have created several extra 'health' parameters for my actors. These parameters are kept in variables. Enemy could use skills to damage these 'health'. The logic itself...
Thanks for the reply. For the UI representation, I have already worked out a comprised solution: I have used a plugin to refer to variables in text box. Then I directly indicate the state level and remaining hp under description area of the skill that could damage that state. This is not as good...
Recently I'm implementing a series of graphical features for battle scene. Among all of the features, the most foundamental one is to display actor static portraits on the battle scene, and make sure enemy attacks can trigger skill animations on these portraits like side view mode.
For...
Hi, everyone. I'm currently writing some scripts in order to implement a new graphical feature in battle scene. One important information I need for this task is the targeting information on the battleground (Who is targeting who with which skill). After some research, I found that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.