Extract item icons from Entropia Universe cache
Go to file
LemonNexus c1f9dd8475 fix: UI improvements and light theme fixes
- Fixed spacing: "to Entropia Nexus" (no extra space)
- Changed link text to "Entropia Nexus" (links to entropianexus.com)
- Start Extracting Icons button is now GREEN (#4caf50)
- Open Output Folder button is now BELOW Start Extracting Icons
- Both buttons are same width (200px)
- Fixed light theme text colors for better readability
- Important Information box keeps amber text in both themes
2026-02-11 19:10:39 +00:00
README.md Initial commit: Entropia Universe Icon Extractor 2026-02-11 19:05:10 +00:00
icon.ico Initial commit: Entropia Universe Icon Extractor 2026-02-11 19:05:10 +00:00
icon_extractor.py fix: UI improvements and light theme fixes 2026-02-11 19:10:39 +00:00
requirements.txt Initial commit: Entropia Universe Icon Extractor 2026-02-11 19:05:10 +00:00

README.md

🎮 Entropia Universe Icon Extractor

A standalone tool for extracting item icons from Entropia Universe game cache.

Icon

📝 Description

Extract item icons from Entropia Universe cache and convert them to PNG format. These icons can be submitted to EntropiaNexus.com to help complete the item database.

⚠️ Important: Items must be seen/rendered in-game before they appear in the cache! If an icon is missing, view the item in your inventory or the auction first.

🚀 Usage

python icon_extractor.py

Requirements

  • Python 3.11+
  • PyQt6: pip install PyQt6
  • Pillow: pip install Pillow

🎨 Features

  • Auto-detects game cache from C:\ProgramData\Entropia Universe\public_users_data\cache\icon
  • Version selector - Choose which game version to extract from
  • "All Folders" option - Extract from all versions at once
  • Double-click preview - Preview TGA files before extraction
  • 320x320 PNG output - Icons centered on transparent canvas
  • Light/Dark theme - Toggle between themes
  • Custom output folder - Choose where to save extracted icons

📂 Output

Icons are saved to your Documents folder:

Documents\Entropia Universe\Icons\

(Same location where chat.log is normally stored)

⚖️ Disclaimer

Entropia Universe Icon Extractor is a fan-made resource and is not affiliated with MindArk PE AB. Entropia Universe is a trademark of MindArk PE AB.

📄 License

MIT License - Feel free to use and modify!