Mark catalog README as BETA and update wording

Add a prominent BETA warning to the README, clarify that the catalog is a beta release (not production-ready) while still compatible with Nitro-V3 and Nitro_Render_V3, and adjust wording to set expectations about ongoing schema and feature changes. Also fix the missing newline at end of file for the final link.
This commit is contained in:
Remco Epicnabbo
2026-06-11 16:14:07 +02:00
parent 9a3fa1eb6b
commit 44344cac8e
+3 -1
View File
@@ -1,5 +1,7 @@
# Catalog Database Reference # Catalog Database Reference
> **⚠️ BETA — Not production ready.** This catalog system is still in active development. Schema changes, missing features, and breaking changes may occur.
This document describes the core catalog tables (`catalog_items`, `catalog_pages`, `items_base`) and their compatibility across the Habbo retro stack. This document describes the core catalog tables (`catalog_items`, `catalog_pages`, `items_base`) and their compatibility across the Habbo retro stack.
## Overview ## Overview
@@ -171,7 +173,7 @@ The FullDatabase.sql shipped with the emulator contains:
- ~769 `catalog_pages` rows - ~769 `catalog_pages` rows
- ~10,790 `catalog_items` rows - ~10,790 `catalog_items` rows
This is the complete, production-ready catalog for Arcturus Morningstar Extended, fully compatible with Nitro-V3 and Nitro_Render_V3 out of the box. This is the beta catalog for Arcturus Morningstar Extended, compatible with Nitro-V3 and Nitro_Render_V3. Not yet production-ready — expect ongoing changes.
## See Also ## See Also