- Joined
- Sep 22, 2019
- Messages
- 20
- Reaction score
- 4
- First Language
- English
- Primarily Uses
- RMMV
Edited Post:
I thought that it would be beneficial to everyone if they knew the details of what I was working so I compiled all of my posts into this one.
I am currently writing a plugin for RPG Maker MV that takes a string of English text, translates it into IPA (International Phonetic Alphabet) and then a Show Text with the untranslated input syncs with changes mouth shapes to show the pronunciation. I would appreciate any help I could get as this is the first RPG Maker MV plugin I am developing.
Landmarks reached:
- Translated a string of text.
- Changes mouth shape accordingly to the inputted translation.
Current Problems:
- Untranslated text doesn't sync with changing mouth shapes.
Previous Posts on this Matter:
Checking for Individual Characters
Two Textboxes at Once
Original Post:
Hello everyone! I was wondering if it were possible to stop the text being drawn on screen during a Show Text until a switch is turned off.
Example:
The Switch is turned on just after the "a" is drawn:
"Hello this a" (Text has stopped being drawn)
The Switch is turned off and rest of the text can now be drawn:
"Hello this is a test."
Ideally I would need a solution that could turn on the switch multiple times during a show text to stop it and not inside of the show text itself.
Thank you.
I thought that it would be beneficial to everyone if they knew the details of what I was working so I compiled all of my posts into this one.
I am currently writing a plugin for RPG Maker MV that takes a string of English text, translates it into IPA (International Phonetic Alphabet) and then a Show Text with the untranslated input syncs with changes mouth shapes to show the pronunciation. I would appreciate any help I could get as this is the first RPG Maker MV plugin I am developing.
Landmarks reached:
- Translated a string of text.
- Changes mouth shape accordingly to the inputted translation.
Current Problems:
- Untranslated text doesn't sync with changing mouth shapes.
Previous Posts on this Matter:
Checking for Individual Characters
Two Textboxes at Once
Original Post:
Hello everyone! I was wondering if it were possible to stop the text being drawn on screen during a Show Text until a switch is turned off.
Example:
The Switch is turned on just after the "a" is drawn:
"Hello this a" (Text has stopped being drawn)
The Switch is turned off and rest of the text can now be drawn:
"Hello this is a test."
Ideally I would need a solution that could turn on the switch multiple times during a show text to stop it and not inside of the show text itself.
Thank you.
Last edited: