Skip to content

Conversation

@Lavesiime
Copy link
Collaborator

@Lavesiime Lavesiime commented Nov 8, 2025

This Pull Request adds two features to the Palette Editor:

Both features are usable in all versions of the Palette Editor, from the standalone version to the GameConfig version to the Scene Editor version.

Additionally, some minor Palette Editor bugfixes are included as well:

  • Fix importing from v4 GameConfigs and pre-v5 StageConfigs. Previously, the editor would crash because it never actually loaded the selected file before attempting to use its data.
  • Add a maximum cap of 256 colours when loading from an .act palette file during the Import Palette process. Previously, the editor would allow more than 256 colours to be loaded, but any past the 256th would be inaccessible and only partially visible.
  • Fix the Export button becoming permanently disabled after opening an .act file, even when then opening a different palette file type.
    • Instead, the Export button is never disabled in the first place, so that all palette types can utilise the previously mentioned exporting feature.

-Add the ability to import palettes from indexed images
-Fix non-v5 GameConfig and StageConfig importing
-Add a maximum cap of 256 colours when loading from an .act palette file
@MegAmi24 MegAmi24 requested a review from Leonx254 November 8, 2025 00:50
@Lavesiime Lavesiime changed the title [Palette Editor] Add Importing From Images, Bugfixes [Palette Editor] Add Images to Importing/Exporting, Bugfixes Nov 8, 2025
@Leonx254 Leonx254 merged commit b173432 into RSDKModding:master Nov 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Palette/Scene/GameConfig Editor] Allow palette exporting/importing from image files

2 participants