cortex-command-community / Cortex-Command-Community-Project

Cortex Command - Open Source under GNU AGPL v3
https://cortex-command-community.github.io/
GNU Affero General Public License v3.0
97 stars 13 forks source link

Palette is mismatched between game and Data #120

Open HeliumAnt opened 6 months ago

HeliumAnt commented 6 months ago

Describe the bug Base.rte/palette.bmp, which is what the game uses for its palette is not matched with the palette used in all or most sprites. There is also no consensus on the palette between sprites (opening 5 random images I've found 5 different palettes without trying)

This isn't actually too problematic, just means we have a lot of stuff lying around that looks somewhat different between what it looks like while spriting vs ingame

Additional context palette.bmp palette palette from ConcreteBlockFG ConcreteBlockFG Difference (contrast boosted) ConcreteBlockFG_diff_boosted

Causeless commented 6 months ago

How tricky is it to do a pass of some script to match this back up? Is this potentially something Asesprite can do?

@MissakGhostComodo @pawnishoovy Any ideas?