This article was translated using "DeepL Translator".
◆ Directory
- How to install this plugin in RPG Maker MV/MZ software
- How to create multi-language text files using Gooole spreadsheets
- About the Plugin Parameter Setting Features
- How to use the features of this plugin in RPG Maker MV/MZ games
- How to install a third-party translation module in RPG Maker MV/MZ software
- Terms of Use
- Extra: Reference Resources
js/plugins/
folder of your game project.The core version of RPG Maker MV software and project is recommended to be 1.6.2 or above.
Green Area:
Enter the language parameters that your game project can support, for checking the language, the language name can be named freely.
Yellow Area:
Enter the parameters of your game project that need to be called content, the name of the call parameter can be named freely.
Blue Area:
Enter text in various languages according to the corresponding fields.
However, it should be noted that there should not be any space, if you really need a space you can use "_" instead of space.
To use the "NekoGakuen_SteamworksAPI.js" plugin, the name of the language parameter(Green Area) must match the name of the official Steam supported "API language code" field.
https://partner.steamgames.com/doc/store/localization/languages
In addition, this plugin supports line breaks in the text dialog of the game, just use "Alt + Enter" on your keyboard in the text field you want to change the line.
● Fonts File Name:
Set the font name to be called.
● Fonts File Format:
Set the font file extension format.
This parameter does not need to be set if the "NekoGakuen_FontManager.js" plugin is installed.
● CSV Name:
Specifies the parameter name of the external text CSV file.
● CSV File:
Specifies the CSV file path of the external text.
However, it should be noted that there should not be any space, if you really need a space you can use "_" instead of space.
● Language Key:
Set your Language parameter (Green Area) name in the CSV file.
● Language Name:
Specify the display name of the game language.
However, it should be noted that there should not be any space, if you really need a space you can use "_" instead of space.
● Language FontName:
Specify the font name to be displayed in the game language.
● Language FontSize:
Specifies the font size to be displayed for that game language.
● Init Language Description:
Set the text description of the game language for the initial selection item, e.g. this parameter can be ignored when "Init Language" is disabled.
Specify the language commands to be used in the "Database" (keyboard shortcut is F9), and the language commands to be used for "Control Characters" in the Event Commands "Display Text…" command. commands, and the actual use of the features of this plugin in RPG Maker MV/MZ software can be found in "How to use the features of this plugin in RPG Maker MV/MZ games".
Set the type of language selection.
#1:
If you choose Steam language, you need to install "NekoGakuen_SteamworksAPI.js" plugin.
Whether to enable the language setting in the game settings "Option".
Set the name of the "Options" setting on the title screen.
Set the title of the game.
The parameters of this plugin are new since version 2.0.4.
Each of the following parameters is described in detail.
Whether you need to open the language select at the beginning of the game.
Specify the background image for the initial language selection screen.
The picture file is placed in the img/pictures
folder.
Specifies the X-axis alignment type of the language selection window.
Specifies the Y-axis alignment type of the language selection window.
Specifies the display width of the language selection window.
Specifies the opacity of the language selection window.
Specifies the alignment of the text display in the language selection window.
Whether to show the language help at the beginning of the game.
Specifies the Y-axis alignment type of the language help window.
Specifies the opacity of the language description window.
Set the language you want to display in the game, which must match the Language parameter(Green Area) field of the CSV file.
● Plugin Command:
NekoCommands MulitLang_SET <Parameters>
● Script:
$gameSystem.mulitLangSET("<Parameters>");
● Parameters:
You are in the Language Parameters(Green Area) field of the CSV file.
Get the language you are currently displaying in the game, which must match the Language parameter(Green Area) field of the CSV file.
● Plugin Command:
NekoCommands MulitLang_GET <Parameters>
● Conditional Branch:
$gameSystem.mulitLangGET() == "<Conditional Args>";
● Parameters:
Variable ID.
● Conditional Args:
language Args.
Call the specified text item, "\Say" can be changed at Language Command.
● Contol Characters:
\Say[<parameter01>]
\Say[<parameter01>,<parameter02>]
● Parameter01:
You are in the Language Parameters(Green Area) field of the CSV file.
● Parameter02:
The "Text Parameters" that you set in the Plugin Manager "Text Language List…".
However, it should be noted that there should not be any space, if you really need a space you can use "_" instead of space.
Add the text item specified by the call before or after the original text, "\Say" can be changed at Language Command.
● Contol Characters:
\Say[<Parameter01>,true]
\Say[<Parameter01>,<Parameter02>,true]
● Parameter01:
You are in the Language Parameters(Green Area) field of the CSV file.
● Parameter02:
The "Text Parameters" that you set in the Plugin Manager "Text Language List…".
However, it should be noted that there should not be any space, if you really need a space you can use "_" instead of space.
About the Translation Module
Because the author himself does not have a lot of time to do plugin translation, so the author open Translation plugin template (NekoGakuen_MulitLanguage_TransMod.js) for other people who want to translate the translation of the convenience of translation directly to use, without having to modify the plugin, see the plugin to understand the details of the plugin, and then use the plugin provided by the author of the template for translation.
No prior notice is required to modify or translate this plugin, and if the plugin has bugs you can report them.
The copyright of this plugin is owned by NekoGakuen.
We also reserve the right to modify and change the rules of use of the plugin.
- Credit: [△ Not required, but appreciated if you have one. (#1)]
- Commercial: [√ OK]
- Adults: [√ OK]
#1:
If you want to attach it, you can mark it with "NekoGakuen".
Some of the screenshots in this manual are based on the free icon material "FREE Keyboard and controllers prompts pack" designed by "Nicolae (Xelu) Berbece".
Mirai - Patreon:
https://www.patreon.com/MiraiDiary
Mirai - Twitter(X):
https://twitter.com/Mirai_so_Sad
Mirai - itch.io:
https://miraisosad.itch.io
Mirai - Instagram
https://www.instagram.com/miraisosad/
插件使用手冊
貓咪學園
NekoGakuen
RPG Maker MV
RPG Maker MZ