Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow hiding " - EasyRPG Player" from application / window title #3170

Open
fdelapena opened this issue Dec 5, 2023 · 0 comments
Open

Allow hiding " - EasyRPG Player" from application / window title #3170

fdelapena opened this issue Dec 5, 2023 · 0 comments
Labels
Enhancement Settings All about customizable features, storing and applying them

Comments

@fdelapena
Copy link
Contributor

fdelapena commented Dec 5, 2023

Currently, Player shows, e.g. "Game Title - EasyRPG Player" and optionally the FPS count.
The proposal is to show just "Game Title" and optionally the FPS count.

This feature would help to get visual parity with RPG_RT.exe. Some game authors would prefer to hide this text as an option somewhere and display game title from (executable name).ini¹

Games without title show "Untitled" (don't confuse with the default Untitled title in .ini) until the game loads and the interpreter reads the ini.
If we wanted to keep some branding, Player could display EasyRPG Player by default in game browser or in logo transitions until it reaches the title scene.


¹The (executable name).ini is on purpose: the rpg maker interpreter, if renamed, reads the GameTitle from it. Other options (fullpackageflag, hidetitle, etc.) are always read from RPG_RT.ini.

This gets harder to read on renamed games, so it is possible that Player will fail currently to read game title if set on both RPG_RT.ini and (executable name).ini and they differ. This is a corner case, however, and maybe could be handled from RPG_RT.ini only, if exists, for simplicity.

@fdelapena fdelapena added Enhancement Settings All about customizable features, storing and applying them labels Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Settings All about customizable features, storing and applying them
Development

No branches or pull requests

1 participant