You've already forked Epicnabbo-Catalogus-Updated-Daily
49 lines
2.6 KiB
Markdown
49 lines
2.6 KiB
Markdown
# EpicNabbo Catalogue v2 (Development 🛠️)
|
|
|
|
EpicNabbo Catalogue v2 is a heavily optimized evolution of our catalog system, specifically engineered for **Nitro v3** with 100% native support.
|
|
|
|
> 🔴 **CRITICAL WARNING: DEVELOPMENT ONLY**
|
|
> **DO NOT USE THIS IN A PRODUCTION ENVIRONMENT.** This system currently contains severe bugs that **can wipe your entire database**. It is strictly intended for local development and testing purposes only.
|
|
|
|
---
|
|
|
|
## 🚀 Key Improvements & Objectives
|
|
|
|
* **Massive 52k+ Furni Database:** An increase of over 21,000 items compared to the internal v1 target, optimized for high-performance indexing.
|
|
* **Native Nitro v3 Support:** Tailored to support all modern Nitro UI elements and packet structures.
|
|
* **High Quality Standards:** Re-engineered framework to eliminate the performance bottlenecks found during internal testing of the previous unreleased version.
|
|
* **100% Verified Layout:** Merging development data into a superior base ensures zero missing pages or broken assets.
|
|
|
|
---
|
|
|
|
## 📈 Version Comparison
|
|
|
|
| Feature | Version 1 (Internal Build) | Version 2 (New) |
|
|
| :--- | :--- | :--- |
|
|
| **Status** | Unreleased / Discontinued | **Active Development** 🛠️ |
|
|
| **Production Ready** | No | ❌ **ABSOLUTELY NOT (Wipe Risk)** |
|
|
| **Catalog Size** | ~31,000 Items (Projected) | **52,000+ Items** 📦 |
|
|
| **Nitro v3 Support**| Partial | **100% Full Native Support** |
|
|
| **ETA** | — | **No ETA (Under Construction)** |
|
|
|
|
---
|
|
|
|
## 🐛 Bug Reporting & Current State
|
|
|
|
Please be aware that this framework currently has an **enormous amount of bugs**. We are committed to tracking down and resolving every single issue, but this process will take a significant amount of time.
|
|
|
|
**Our Commitment & Rules:**
|
|
* **100% Quality:** We are working hard to ensure that absolutely everything will function **100% flawlessly** in the end. We won't stop until it's perfect.
|
|
* **100% Free:** This entire project is developed completely for free. We are putting in as much effort as we can for the community.
|
|
* **No ETA & No Nagging:** Because of the massive workload and the fact that we do this for free, it will take a long time. There is no ETA. Please do not nag or complain about progress—be respectful of our time.
|
|
* **Bug Reports:** If you find something broken, you may report it, but keep reports to a minimum for now. Expect many features to be broken or incomplete during this phase.
|
|
|
|
---
|
|
|
|
## ⚙️ Technical Requirements
|
|
|
|
To handle the 52k+ item dataset, ensure your database configuration is optimized. You **must** increase the packet size in your `my.ini` or `my.cnf` before importing:
|
|
|
|
```ini
|
|
[mysqld]
|
|
max_allowed_packet = 64M |