You've already forked Epicnabbo-Catalogus-Updated-Daily
36 lines
1.5 KiB
Markdown
36 lines
1.5 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 v1, 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 in previous versions.
|
|
* **100% Verified Layout:** Merging v1 data into a superior base ensures zero missing pages or broken assets.
|
|
|
|
---
|
|
|
|
## 📈 Version Comparison
|
|
|
|
| Feature | Version 1 (Old) | Version 2 (New) |
|
|
| :--- | :--- | :--- |
|
|
| **Status** | Discontinued | **Active Development** 🛠️ |
|
|
| **Production Ready** | Limited | ❌ **ABSOLUTELY NOT (Wipe Risk)** |
|
|
| **Catalog Size** | ~31,000 Items | **52,000+ Items** 📦 |
|
|
| **Nitro v3 Support**| Partial | **100% Full Native Support** |
|
|
|
|
---
|
|
|
|
## ⚙️ 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 |