Plugin Options en - yktsr/Text2Frame-MV GitHub Wiki
Plugin Options
日本語 | English
By changing the parameters provided in the plugin, you can modify the default behavior during import.
-
Default window position
Determines where on the screen imported messages will be displayed. The default value is "Bottom". This parameter can be overridden with tags.
-
Default window background
Determines the window background for imported messages. The default value is "Window". This parameter can be overridden with tags.
-
Text file folder name to load (for MV)
Specifies the folder name where text files are located. The default value is "text". This parameter can be overridden with plugin command arguments.
This option is ignored in RPG Maker MZ as it is specified directly from the plugin command.
-
Text file name to load (for MV)
Specifies the text file name. The default value is "message.txt". This parameter can be overridden with plugin command arguments.
This option is ignored in RPG Maker MZ as it is specified directly from the plugin command.
-
Default export map number (for MV)
Specifies the map number where the imported text will be exported. This parameter can be overridden with plugin command arguments.
This option is ignored in RPG Maker MZ as it is specified directly from the plugin command.
-
Default export event number (for MV)
Specifies the event number where the imported text will be exported. This parameter can be overridden with plugin command arguments.
This option is ignored in RPG Maker MZ as it is specified directly from the plugin command.
-
Default export page number (for MV)
Specifies the page number where the imported text will be exported. This parameter can be overridden with plugin command arguments.
This option is ignored in RPG Maker MZ as it is specified directly from the plugin command.
-
Overwrite event
By default, the export destination event is not overwritten; instead, content is appended to the end. This changes the behavior to overwrite. If you enable this option, all commands in the export destination event will be lost, so please use with caution. Be sure to test the operation before using. This option applies to both map events and common events. If you need more detailed control, such as different behavior for each event, use plugin command arguments.
This option is ignored in RPG Maker MZ as it is specified directly from the plugin command.
-
Comment-out symbol
Changes the symbol used for comment-outs. The default is "%". If you leave this field blank (delete the symbol), comment-outs are disabled and all lines will be displayed. Also, the comment-out symbol only applies when at the beginning of a line; it does not apply when in the middle of text.
Example:
% This will be commented out 1% 10% 100% This will not be commented out -
Use debug mode
Use this when you can't identify the location of syntax errors or when a bug in this plugin is suspected. Using this mode will slow down the export. Logs are output to the console displayed with F8.
-
Show messages
Displays normal messages during execution. When OFF, messages other than warnings will not be displayed. The default value is true.
-
Show warnings
Displays warnings during execution. When OFF, warnings will not be displayed. The default value is true.