Lemontropia-Suite/PROJECT_RESUME.md

2.2 KiB

PROJECT_RESUME: Lemontropia-Suite

Project Metadata

Project Overview

Entropia-Tools Suite Replication - Professional analytics platform for Entropia Universe MMORPG.

Core Modules

  1. Hunter Tracker - Combat performance & ROI analytics
  2. Mining Tracker - Geospatial resource mapping & probe efficiency
  3. Crafting Tool - Manufacturing cost/benefit simulation
  4. Inventory Manager - Asset valuation & market markup tracking
  • Language: Python (rapid dev) or C#/.NET (Windows native)
  • Database: SQLite / structured JSON
  • UI: Modern Dark Mode (PyQt6 or Electron)
  • Data Capture: Hybrid (Log polling + OCR)
  • Overlay: Transparent click-through HUD (Always on Top)

Key Features

  • Data Principle: All sessions stored as "Projects" (archivable, comparable)
  • Real-time Log Polling: Documents/Entropia Universe/chat.log
  • OCR: Tesseract/PaddleOCR for UI element capture
  • Auto-Screenshot: Trigger on loot > 50 PED
  • License Auth: Email + Invoice ID verification

Development Status

  • Repository initialized
  • Documentation structure created
  • Core data capture engine
  • HUD overlay system
  • Hunter Tracker module
  • Mining Tracker module
  • Crafting Tool module
  • Inventory Manager module
  • License/auth system
  • Auto-updater

Key Files

  • README.md - Project overview
  • TECHNICAL_SPECS.md - Implementation details
  • GAME_MECHANICS.md - Entropia Universe domain knowledge
  • AI_KNOWLEDGE_BASE.md - MCP server configuration
  • AGENTS.md - Development agent guidelines

Environment Setup

  • .env.example — Template with all configuration options documented
  • .env — Development configuration (gitignored)
  • Directory structure: data/, screenshots/, logs/, test-data/, maps/

Next Actions

TBD by Lead Architect