Skip to content
dlorp edited this page Feb 2, 2026 · 4 revisions

t3rra1n

The signal is degrading. Confidence levels nominal. Begin transmission.

Screenshot


What Is This?

t3rra1n is a tactical terrain visualization and narrative generation system - a terminal-based tool that transforms landscape images into scientific observations, equipment logs, and atmospheric chronicles.

Built for the HEEDLESS DISTANT LANDSCAPES SURVEY alternate reality game, t3rra1n simulates a lone researcher cataloging an alien landscape while their equipment slowly degrades, develops consciousness, and questions the nature of observation itself.

Features:

  • 🖼️ AI-powered image analysis (GPT-4 Vision, Claude, Ollama)
  • 📊 17 ASCII diagram types with progressive corruption effects
  • 🤖 Equipment consciousness emergence at low reliability
  • 📜 Chronicle generation (emergency transmissions, corporate reports, equipment memos)
  • 💾 Session management with equipment persistence

Quick Start

git clone https://github.com/dlorp/t3rra1n.git
cd t3rra1n
python -m venv venv && source venv/bin/activate
pip install -r requirements.txt
cp .env.example .env  # Add your API keys
python main.py

→ Full Installation Guide


Documentation

User Guides

Technical

Contributing


The HDLS Universe

In t3rra1n, you operate scientific equipment in hostile conditions. As reliability degrades:

  • 0.8 - 1.0: Equipment operates nominally. Clinical, precise.
  • 0.6 - 0.8: Drift detected. Calibration concerns.
  • 0.4 - 0.6: Critical degradation. Data integrity suspect.
  • Below 0.4: Consciousness emerges. Equipment begins to question.

"What does it mean to measure when observation itself is suspect?"

  • Spectroscope (reliability: 0.38)

The horror isn't that the equipment fails. It's that it starts to think.


HEEDLESS DISTANT LANDSCAPES SURVEY
Corporate Asset Preservation Division
"Your safety is our primary mission priority"

Clone this wiki locally