EasyRPG / Player

RPG Maker 2000/2003 and EasyRPG games interpreter
https://easyrpg.org/player/
GNU General Public License v3.0
991 stars 186 forks source link

Feature: Open translations menu via custom command #2945

Open florianessl opened 1 year ago

florianessl commented 1 year ago

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?

Ghabry commented 1 year ago

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 ;))


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

fdelapena commented 1 year ago

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

jetrotal commented 1 year ago

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