Language…
2 users online: CroNo486, Zavok - Guests: 480 - Bots: 95
Users: 70,854 (2,326 active)
Latest user: Alex_khouloud

Pal2Bin

Tools → Pal2Bin

Submission Details

Name: Pal2Bin
Author: anonimzwx
Added:
Operating System: Windows, Mac OS X, Linux, Other
Platforms: General
Games: General
Source Available: No
Featured: No
Website: None
Description: This Tool transform one 16 colors palete of a ".pal" file into a 30 bytes ".bin" that includes all colors in BGR555 format.

".pal" file must be of 768 bytes and each color in RGB888 format.

With this tool, people can do Dynamic Palette change easier because you don't need to transform colors manually.
Tags: bin palette
Comments: 7 (jump to comments)
Rating:
5.0 (1 rating)
No rating
Download 76.56 KiB | 284 downloads

Comments (7)

MrInfinite Link
how to use, It's giving an invalid input error
anonimzwx Author Link
Use command line:
Code
Pal2Bin palette.pal palette_number output.bin


For example:
Code
Pal2Bin mypalette.pal 9 newPalette.bin
HammerBrother Link
Source code?
anonimzwx Author Link
Originally posted by dtothefourth
You may need to download the .NET Core runtime for this to work and it may not be clear this is happening without running it in a batch with a pause. But otherwise appears to work as intended. https://dotnet.microsoft.com/download


Yeah, .NetCore 3.1 is required
dtothefourth Link
You may need to download the .NET Core runtime for this to work and it may not be clear this is happening without running it in a batch with a pause. But otherwise appears to work as intended. https://dotnet.microsoft.com/download
anonimzwx Author Link
Originally posted by HammerBrother
source?


It is a very simple tool, i don't think that someone needs the source.
HammerBrother Link
source?