EasyRPG / Player

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

[Feature Request] Use "System" PNGs for Game Launcher Customization #2820

Open TrunXGIT opened 2 years ago

TrunXGIT commented 2 years ago

Something that I suggested on Discord and was seemingly well received:

Give the user an option in the upcoming settings scene to change the color scheme/skin of the Player.exe launcher. Could be just a hue-bar or a limited preset of available colors.

But what would be more charming is using RPG Makers "System" PNGs (if not already in use internally). You could include 3-4 (green, blue, red, blackish) presets to choose from, but allow the user to add their own system.png(s) that they made themself or just copy&pasted from a rm2k game so the launchers menu looks like the Menu of their favourite rm2k game.

Here is the system.png from Vampires Dawn for example: VDBlutsys

Ghabry commented 1 year ago

When the config scene is in this should be quite easy to add.

At least the "Drop in the filesystem" solution. File browsing is not something the Player properly supports except for this hardcoded thing in the game browser.

Could be something like "Put the System graphic in CONFIG_PATH/Design/System/System.png to use a custom design in the game browser".