39 lines
2.7 KiB
Markdown
39 lines
2.7 KiB
Markdown
# Inspiration & Competitor Analysis
|
||
|
||
The following applications are established tools within the Entropia Universe community. The coding agent should research their UI/UX and feature sets to understand user expectations for high-performance tracking.
|
||
|
||
### 1. Entropia Tally
|
||
* **Focus:** Hunting, offense/defense statistics, and session history.
|
||
* **Key Features:** Weapon set management, enhancer break tracking, kill counts, and visual graphs for returns over time. It includes an overlay for real-time monitoring.
|
||
* **Why it’s a reference:** Excellent at "Data Archiving"—allowing users to look back at historical runs.
|
||
|
||
### 2. LootNanny
|
||
* **Focus:** Precision ROI and "DPP" (Damage Per PEC) tracking.
|
||
* **Key Features:** Tracks actual DPP including rings, pills, and buffs. It parses loot composition and records miss/critical hit rates.
|
||
* **Why it’s a reference:** Known for being easy to set up and providing "Cold Hard Data" for players treated as business owners.
|
||
|
||
### 3. Little Big Mining Log (LBML)
|
||
* **Focus:** The industry standard for Mining.
|
||
* **Key Features:** Uses a hybrid of Chat Log parsing and OCR for location pings. Features a robust mapping system, resource discovery voice-overs, and detailed claim analytics (size, depth, type).
|
||
* **Why it’s a reference:** Best-in-class geographic tracking and coordinate logging.
|
||
|
||
### 4. Entropia Life Tracker
|
||
* **Focus:** Global loot feeds and social integration.
|
||
* **Key Features:** Automatically pushes global loot events to a central database and takes screenshots.
|
||
* **Why it’s a reference:** The benchmark for automatic screen-capture triggers and real-time community data sharing.
|
||
|
||
### 5. EUHunterTools (ReByK0lb)
|
||
* **Focus:** Open-source hunting and mining data collection.
|
||
* **Key Features:** CSV-based item databases and a modular design that allows users to manually update weapon stats from EntropiaWiki.
|
||
* **Why it’s a reference:** A good technical example of how to handle frequent game item updates via CSV/external files.
|
||
|
||
### 6. EntropiaRTC
|
||
* **Focus:** Real-time hunting costs and maturity-based tracking.
|
||
* **Key Features:** Attempts to detect mob maturity through OCR and tracks average damage received vs. inflicted.
|
||
* **Why it’s a reference:** High-level analytics on combat efficiency (dmg/ped) and cumulative balance tracking.
|
||
|
||
---
|
||
|
||
## Strategic Guidance for the AI:
|
||
* **The "Gap" to Fill:** While these tools are powerful, they are often fragmented (one for mining, one for hunting). Our goal is a **Unified Suite** that manages all professions with a consistent UI and a single "Project-based" data structure.
|
||
* **Stability:** Many of these tools break when the game UI changes. Your implementation should prioritize **Log File Parsing** where possible, as it is the most stable data source. |