- Joined
- Jun 27, 2018
- Messages
- 33
- Reaction score
- 2
- First Language
- Portuguese
- Primarily Uses
- RMMV
These are the plugins I'm talking about: MOG Actor HUD and MOG Party HUD. They add HUDs with faces related to the actors IDs.
My problem is I have characters whose clothes change during the game, or that their looks depends on what gender/species the player chooses, so it'd be not only exhausting to create an actor to each gender/look/species, it'd nearly impossible to transfer all data from one actor to another, etc.
Since the plugin doesn't give us any option for that (I've already requested this option to the creators, but I'd appreciate some help if they don't answer me), I'd like to know if anyone knows how to change the actor face shown in-game via script calls (whether it's in a conditional branch or not) without having to change the actor.
Example: Actor 4 can be either male, female or non-binary, and their faces change depending on what option the player chooses. If the player chooses the male character, I want the male face to show up on Actor HUD (the file is "Face_4", and the plugin assigns the face according to the actor ID), if the player chooses the female character, I want the female face to show up, etc.
I can make a small demo if my explanations are not clear.
Any help is appreciated
Thanks in advance
My problem is I have characters whose clothes change during the game, or that their looks depends on what gender/species the player chooses, so it'd be not only exhausting to create an actor to each gender/look/species, it'd nearly impossible to transfer all data from one actor to another, etc.
Since the plugin doesn't give us any option for that (I've already requested this option to the creators, but I'd appreciate some help if they don't answer me), I'd like to know if anyone knows how to change the actor face shown in-game via script calls (whether it's in a conditional branch or not) without having to change the actor.
Example: Actor 4 can be either male, female or non-binary, and their faces change depending on what option the player chooses. If the player chooses the male character, I want the male face to show up on Actor HUD (the file is "Face_4", and the plugin assigns the face according to the actor ID), if the player chooses the female character, I want the female face to show up, etc.
I can make a small demo if my explanations are not clear.
Any help is appreciated
Thanks in advance

