Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Got this on Steam but when using the plugin, the command descriptions appear to be in Japanese… I see in the JS file that there’s English versions of the descriptions, how can I make it so that they display in English?

Also, will Steam get the 1.4 version as well?

edit: While I’m here, could I ask how to make the menu close after selecting something? Sorry, I’m not too familiar with scripting :(

(+1)

The steam version should have the v1.4 soon, as for English descriptions, is your RPG Maker in English? It should have English and Japanese display options.

The script call: $gameTemp.closeMenu() will close the existing menu whilst $gameTemp.openMenu(identifier) will open the menu.

identifier is the Menu settings identifier from the plugin parameters and must be in quotation: " "

Yes, my RPGMaker is in English, unless there’s a specific setting somewhere that I have to toggle…

Also, thank you for the script call!

By the way, I tried to change the font for a menu to the default MZ font (mplus-1m-regular.woff) but it seems to be drawn much smaller than the plugin’s default (sans-serif). Is that expected?

(+1)

Some font sizes may be naturally smaller than others. You can just change the font size in the window style settings

I think I solved the problem. I added quotation marks around the font name and the size became much more reasonable… I left them off originally because the default font sans-serif was written without quotes 😅

I tried $gameTemp.closeMenu() in the Code Execution part of a menu’s Selection Option… it appeared to freeze the game?

(+1)

Add SceneManager.pop() as a next script call or event better, use this script call instead:


this.closeMenu()