.bson Palette Editor
Open a .bson from your game folder (version v110) and recolor a skin or a pet. Each chip pair is “which sprite color to change → into what”. Everything runs in your browser, the file never leaves it.
Alpha is supported: the 4th RGBA channel makes a skin translucent, up to fully invisible.
← back to tools · Download a ready-made sample .bson — No file at hand? Play with the sample — it has a couple of sets and a character palette.
Как работать: 1) открой свой .bson из папки игры 2) двигай цвета и настройки 3) жми «Скачать .bson» — получишь копию имя_edited.bson, а твой оригинал останется как был. Правки сами берегутся в браузере каждые пару секунд: случайно закрытое окно ничего не съест.
⚙ How the file works inside (for the curious)
v110 format: JSON → XOR 0x45 → NUL padding up to a multiple of 1024 (at least one NUL — it marks the end). Parsing and building happen locally only.
Based on the BSON Palette Editor: original by Saiv46 (github.com/saiv46), modded by POLKA (youtube.com/@Abrodohm); ported and expanded by the Infinity Server team. Credits kept with love.