๐ฎ Game Formats#
Warning
Formats specifications are based on reverse-engineering efforts and may contain inaccuracies. Subject to change.
๐ง Model Formats#
|
|
|
|
|
|
|
|
|
|
๐งฑ Texture Formats#
.ol Object Layer (OL.bt)#
.dds (DirectDraw Surface).gloomycore/sky, effects/textures, stalker/gui.Suffix |
Map |
Type |
Purpose |
|---|---|---|---|
|
Diffuse |
Base Color / Albedo |
Contains raw surface color without lighting or reflections. |
|
Specular |
Reflectivity Control |
Defines intensity and sharpness of highlights/reflections. |
|
Normal |
Surface Detail |
Simulates small bumps/dents without changing geometry. |
|
Emission |
Self-Illumination |
Makes parts glow or emit light independently. |
.mic Media Image Container#
.png (Portable Network Graphics)..texarr TEXture ARRay (TEXARR.bt)#
.dds (DirectDraw Surface) textures.group:path (e.g., probuilder:general/generic).๐๏ธ Other Formats#
.xeon eXtended Encrypted Object Notation#
.eon files combined into bundles.๐ ๏ธ Launcher Formats#
.map MAPping hashes (HASHMAP.bt)#
.torrent.bin TORRENT BINary (TORRENT.bt)#
.torrent (Torrent) file.๐๏ธ NBT Formats#
Uncompressed NBT (Named Binary Tag) format and can be viewed/edited with tools like NBT Explorer. Can be raw, but in game uses GZIP or ZSTD compression.
Assets#
Filename |
Compression |
Purpose |
|---|---|---|
|
|
Quests items descriptions. |
Configs#
Filename |
Compression |
Purpose |
Keys (examples) |
|---|---|---|---|
|
|
UI read state cache. Tracks seen articles, experiences, tutorial prompts, and ads. |
|
Per-Character Configs#
/config/%CharacterName%/.sd (Synced Data) contain synchronized player state cached locally.Filename |
Compression |
Purpose |
Keys (examples) |
|---|---|---|---|
|
|
General settings and UI states. Loot filter (โtrashedโ items), Reports cooldown, Events UI toggles, Viewed tutorials and introductions. |
|
|
|
Incoming friend requests. Contains a list of pending requests for UI. |
|
|
|
Recent interactions (last 200 players). Stores usernames, faction IDs, and interaction type for the โRecently Interactedโ UI. |
|
|
|
Notifications history (last 100 popups). Stores message content, read status, and dynamic |
|
|
|
Store (donate shop) view history. Tracks observed shop offers. |
|
|
|
Profile customization UI state. Tracks last seen versions of backgrounds, patterns, stickers, and tags. |
|
โ๏ธ 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 |