📝 Game Formats#
Warning
Formats specifications are based on reverse-engineering and may contain inaccuracies.
🧊 Model Formats#
.mcsa Scene Assets (MCSA.bt)#
.mcsb Scene Bundle (MCSA.bt)#
.mcsa with leading bytes prefix (?)..mcvd Vector Dynamic (MCSA.bt)#
.mcsa..mcal Animation Library (MCAL.bt)#
.efkmodel Effekseer Model (EFKMODEL.bt)#
🧱 Texture Formats#
.ol Object Layer (OL.bt)#
.dds (DirectDraw Surface) with simplified structure.Suffix |
Map |
Type |
Purpose |
|---|---|---|---|
|
Diffuse |
Base Color |
Raw surface color without lighting or reflections. |
|
Specular |
Reflectivity Control |
Intensity and sharpness of highlights. |
|
Normal |
Surface Detail |
Simulates bumps and dents without changing geometry. |
|
Emission |
Self Illumination |
Makes parts glow or emit light independently. |
🖼️ Image Formats#
.mic Media Image Container#
.png (Portable Network Graphics) with modified file signature.🗃️ TextureArray Formats#
.texarr Texture Array (TEXARR.bt)#
.dds textures.group:path (e.g., probuilder:general/generic).🗺 Region Formats#
.mdat World Chunks Cache#
.mca (Minecraft Chunks Anvil) with extended world data.⚙️ NBT Formats#
Assets#
Filename |
Compression |
Purpose |
|---|---|---|
|
|
Quest item descriptions. |
Configs#
Filename |
Compression |
Purpose |
Keys (examples) |
|---|---|---|---|
|
|
UI read state cache. |
|
Per-Character Configs#
/config/%CharacterName%/.sd (Synced Data) contain synchronized player state cached locally.Filename |
Compression |
Purpose |
Keys (examples) |
|---|---|---|---|
|
|
General settings and UI states. |
|
|
|
Incoming friend requests. |
|
|
|
Recent interactions (last 200 players). |
|
|
|
Notifications history (last 100 popups). |
|
|
|
Donate shop view history. |
|
|
|
Profile customization UI state. |
|
Config Formats#
Filename |
Format |
Purpose |
|---|---|---|
|
Text |
Selected display ID. |
|
JSON |
Keyboard control mappings. |
|
JSON |
Game settings (graphics, audio, gameplay). |
|
JSON |
Quest visibility toggles. |
|
JSON |
Custom map markers. |
Other Formats#
.xeon Encrypted Object Notation#
.mcws World Slice#
Launcher Formats#
.map Hash Mappings (HASHMAP.bt)#
.torrent.bin Torrent Binary (TORRENT.bt)#
.torrent (Torrent) file.