Subtitles

● ARCHIVED · READ-ONLY
Started by Ben Mariner 6 posts View original ↗
  1. I'm looking into doing some voice acting for a game I'm creating. Whether or not I actually do that is dependent on whether or not I can provide subtitles to go along with it. Is it possible to create subtitles in MV?
  2. It is, both via eventing and via scripting.
  3. Poryg said:
    It is, both via eventing and via scripting.

    Is there a specific event function or is it just showing text? Because I want the text to go with the voice automatically without user input.
  4. You just show text. Also, there's an escape code that allows you to close the window without waiting for user input.
  5. You could also opt to pre-write the subtitles as images, and use show image and waits to "automatically" move on
  6. Engr. Adiktuzmiko said:
    You could also opt to pre-write the subtitles as images, and use show image and waits to "automatically" move on

    Poryg said:
    You just show text. Also, there's an escape code that allows you to close the window without waiting for user input.

    Ok, great. Thanks for the input. I'll give these things a shot!