Player icon indicating copy to clipboard operation
Player copied to clipboard

Feature: Open translations menu via custom command

Open florianessl opened this issue 1 year ago • 3 comments

I played around with the new titlecreen-skipping-Feature (option "NewGame=1") and combined with the support for the LoadMenu & ExitGame commands it looks like its possible to completely replace the default screen of RPG_RT. (Even the new EasyRPG settings page is accessible via RPG2k3s "Open Video Options" command) But when using EasyRPGs translation feature, there seems to be no way around using the default title screen as there seems to be no other way to access this menu. Would it be possible to create a custom command for this?

florianessl avatar Apr 03 '23 15:04 florianessl

Short term solution:

iirc Maniac patch extended one of the "Call Menu" commands to call more scenes. Could hook in this command to also add some kind of "Language Scene".

Long term solution (needs editor ;))

  • Provide a "change language" event command
  • Add string variable support to branch on the current active language (for games that want a fancy language menu)

unrelated problem: The language is not saved in the savegame so the user has to reselect it everytime

Ghabry avatar Apr 03 '23 15:04 Ghabry

Not the same issue, but could get some benefit from this: https://community.easyrpg.org/t/turning-off-the-menu-option-created-by-translation/1277

fdelapena avatar Sep 14 '23 01:09 fdelapena

remember that maniacs patch support exclusive commands through @raw so Let's say we could use @raw 2095 "" 0 //where 0 can mean open menu, 1 == language1, 2 == language2, etc

jetrotal avatar Sep 14 '23 03:09 jetrotal