CLASSIFIED ACCESS: Complete Cataclysm: Bright Nights data mirror. JSON game objects, translation files, GFX assets, and build metadata. Optimized for bandwidth-starved survivors with Brotli compression and WebP graphics. No towels required, but recommended.
Master manifest with metadata for every build snapshot. Your starting point for temporal navigation.
/builds.json
Complete game database: items, monsters, vehicles, recipes. Everything the wasteland knows.
/data/{RELEASE}/all.json
Full mod repository with metadata. No scavenging required, just direct access.
/data/{RELEASE}/all_mods.json
Localized strings for international survivors. Multi-language wasteland support.
/data/{RELEASE}/lang/ko.json
WebP-compressed tilesets and sprites. Bandwidth optimized for slow uplinks.
/data/{RELEASE}/gfx/
All JSON files are Brotli-compressed by default. Saves ~90% bandwidth. Cloudflare handles delivery.
Content-Encoding: br
SURVIVOR PROTOCOL: Always start with
/builds.json to get available
releases, then navigate to
/data/{RELEASE}/ for your target
build. Check the guide at
cataclysmbn-guide.com
for integration examples.
Because typing by hand builds character, but these commands save time:
# Fetch build index
curl -s
https://data.cataclysmbn-guide.com/builds.json | jq '.[]'
# Download complete game data
curl -s
https://data.cataclysmbn-guide.com/data/v0.9.1/all.json -o all.json
# Get Chinese translations with pinyin
curl -s
https://data.cataclysmbn-guide.com/data/v0.9.1/lang/zh_CN_pinyin.json -o
zh_CN_pinyin.json
# List available builds
curl -s
https://data.cataclysmbn-guide.com/builds.json | jq '.[].build_number'
Data pulled directly from official Cataclysm: Bright Nights releases. No zombies, just bytes. Cloudflare Pages hosting ensures high availability.
Historical builds preserved for modding, debugging, and temporal archaeology. Retention policy prunes ancient snapshots automatically.
Yes. Cache aggressively. Headers already set for optimal CDN behavior. Treat it like canned goods—store and forget.
All JSON files served Brotli-compressed via Cloudflare headers. ~90% size reduction. No client-side decompression needed.
Reluctant Survivor
Lost in nested containers. Keeps losing aspirin inside three layers of plastic bags.
Bored Expert
Suffers from static spawn fatigue. Craves exotic NPCs and a sub-ether network.
Overqualified Android
Missions too easy for his hardware. CBM repair kits remain a statistical nightmare.
Reckless Speedrunner
Tries to ram a nuclear death-mobile into malls for the cool factor. Usually loses limbs.
Efficiency Min-Maxer
Wants encyclopedic data on resistances without digging through raw JSON. Manages chaotic AI teams.