Plugging MV #47 Increase Message Window Lines in RPG Maker MV

3 years ago
17

Discord Invite: https://discord.gg/hVVdm5Z
'Plugging MV' is a series where I showcase interesting (community-made) plugins for RPG Maker MV, as I discover them myself, while going through a list of 4000+ plugins.
#RPGMaker #Plugin #Cutscene

--- Plugging MV #47

Plugin:
FTKR_MessageWindowLines.js by Futokoro (フトコロ)
https://github.com/futokoro/RPGMaker/blob/master/FTKR_MessageWindowLines.js

This plugin allows us to increase the number of lines in our message window/show text command.

Plugin Tested on MV Version: 1.5.1 & 1.6.0+
Does this work in MZ? No, no it does not.

------ HOW TO:

This is the main plugin command:
MWL_CHANGE_LINES n

Where 'n' is the number of lines.

If you want your message box to show two lines instead of the default four, then create a show text command with two lines of text, and run this command right before it:
MWL_CHANGE_LINES 2

Your message box will only show two lines of text now.
If you want your message box to show 8 lines of text. Then create two show text commands with text inside them, and run the following command right before them:
MWL_CHANGE_LINES 8

Now, your message box will display 8 lines of text.

To reset back to default message window. Use the following plugin command:
MWL_RESET_LINES

That's it. Be sure to read the text inside the plugin for some more details.

------ Tall sprites by Tonbi@Tobishima-Factory:
https://forums.rpgmakerweb.com/index.php?threads/tonbis-mz-material-factory.126160/

------ BGMs by maoudamashii:
http://en.maoudamashii.com/

------ Spreadsheet Link: (with the list of all showcased plugins and their download links)
https://docs.google.com/spreadsheets/d/1w2Zy5Gbp47ObutYiv7cU6DV82LK3reAncxM0weKR04Q/edit?usp=sharing

------ Watch the YouTube Playlist for the Whole Plugging MV Series:
https://www.youtube.com/playlist?list=PLalOiJrVKsOc_2PXrkigg3EpL3pvcljQO

------ Patreon page for those who'd like to financially support: https://www.patreon.com/SigmaSuccour

------ Check out my website and follow my game's devlog there:
https://sigmasuccour.wixsite.com/games

------ And Play Through The Games I've Made:
https://sigmasuccour.itch.io/

Thank you for watching the video, and for reading the description.
Be sure to comment your thoughts and ideas, and subscribe to this channel. (b ̄▽ ̄)b

Loading comments...