55 Commits

Author SHA1 Message Date
Remco Epicnabbo c573a8f829 Add catalog_pages SQL for four locales
Add Navicat SQL dumps for catalog_pages in Brazilian, English, Spanish and Italian folders. Creates catalog_pages table (MyISAM, latin1) with schema, disables foreign key checks and sets utf8mb4, and inserts a large set of catalog page records (many INSERTs, auto_increment set). Intended to import full catalog page data for multiple locales.
2026-06-15 11:31:18 +02:00
Remco Epicnabbo 7dced3ec64 Remove localized catalog_pages SQL files
Delete bulk seed SQL files for catalog_pages in four locales. Removed: "sql version 2 ( new)/Brazilian_sqls/catalog_pages.pt.sql", ".../English_sqls/catalog_pages.en.sql", ".../Spain_sqls/catalog_pages.es.sql", and ".../italian_sqls/catalog__pages_it.sql" which contained large INSERT statements. These files were likely deprecated or consolidated elsewhere to avoid storing duplicated localized SQL dumps in the repo.
2026-06-15 10:55:39 +02:00
Remco Epicnabbo 50f54db15c Update readme.md 2026-06-14 21:29:47 +02:00
Remco Epicnabbo d88d10e7e5 Update ProductData.json 2026-06-14 21:23:20 +02:00
Remco Epicnabbo 721e70dd38 🆙 compressed furnidata to speed uploading 🆙 2026-06-14 21:06:32 +02:00
Remco Epicnabbo 28bdc8075f Add 'Frank' bot item and catalog entries
Insert bot_frank (items_base id 19001) into items_base SQL dumps and add a matching catalog_items record (id 2000029897) across locale folders (Brazilian, Dutch, English, Spain, Italian). Bumped catalog AUTO_INCREMENT to 2000029898 and updated file dump timestamps. The new catalog entry includes display name "Frank", motto, figure and gender in the extra_data.
2026-06-14 20:41:06 +02:00
Remco Epicnabbo fac213f96b 🆙 Fix Sit / Lay / Walk in the items_base 🆙 2026-06-14 20:31:36 +02:00
Remco Epicnabbo 948b1294ee 🆙 Add all new nitro v3 ui texts 🆙 2026-06-14 20:24:38 +02:00
Remco Epicnabbo 4b39ed7413 🆙 add nitro v3 render and support for custom pets 🆙 2026-06-14 20:21:15 +02:00
Remco Epicnabbo 2ce8bf397d 🆙 add spain pages 🆙 2026-06-14 20:12:20 +02:00
Remco Epicnabbo 90d1b081da 🆙 Released phase 1 stable enough to use it wil get more furni comming days and updates 🆙 2026-06-14 20:06:25 +02:00
Remco Epicnabbo b1b930b216 Modify catalog_pages schema, enums and engine
Update SQL dumps for catalog_pages, catalog_items and items_base. In catalog_pages.sql: refresh dump metadata (source/target host/version and timestamps), reduce caption_save from varchar(128) to varchar(25), extend page_layout enum with builders_club_* entries, switch table engine from InnoDB to MyISAM and bump AUTO_INCREMENT. catalog_items.sql: update dump timestamp. items_base.sql: updated (dump/schema/data changes included).
2026-06-14 19:51:39 +02:00
Remco Epicnabbo 8d6019f3df 🆙 Add updated sqls 🆙 2026-06-14 19:46:21 +02:00
Remco Epicnabbo 0d01fe73a5 🆙 Add more furni 🆙 2026-06-14 19:44:47 +02:00
Remco Epicnabbo 29c8441657 Update FurnitureData.json 2026-06-14 19:28:59 +02:00
Remco Epicnabbo dd08b42ed8 Add citation markers and streamline readme
Annotate catalog reference with [cite: 1] markers across table docs and lists, and condense several sections for clarity. Removed the BETA notice and large compatibility tables, simplified the compatibility matrix and data flow notes, updated the Reference Data blurb to reference the SQL Version 2 dataset, and cleaned up the See Also entries. Overall cleanup/refactor of readme.md for brevity and source attribution.
2026-06-14 19:16:56 +02:00
Remco Epicnabbo 4878483299 🆙 add all leet and hubly and habbo to one and cleaned double 🆙 2026-06-14 19:09:33 +02:00
Remco Epicnabbo 27dcade48c Update catalog_pages schema and dump metadata
Update SQL dump metadata (server/host/version/date) and modify catalog_pages schema: expand caption_save from 25 to 128, add catalog_mode ENUM('NORMAL','BUILDER','BOTH') DEFAULT 'NORMAL', switch storage engine from MyISAM to InnoDB, adjust index and AUTO_INCREMENT. Also remove bulk INSERT records from the dump. These changes prepare the table for a newer MariaDB target and add builder/catalog mode support and larger captions.
2026-06-14 18:50:31 +02:00
Remco Epicnabbo ea88ba9fb8 Add Dutch catalog_pages SQL dump
Add new SQL dump file creating and populating the catalog_pages table for the Habbo schema. The file (sql version 2 ( new)/Dutch_sqls/catalog_pages.sql) is a Navicat export that sets utf8mb4, disables foreign key checks, creates the catalog_pages table with its schema and inserts a large set of page records (catalog metadata and localized Dutch captions) to populate the catalog pages.
2026-06-14 18:47:26 +02:00
Remco Epicnabbo 7783544358 Delete catalog_pages.sql 2026-06-14 18:15:25 +02:00
Remco Epicnabbo cc062d37b2 🆙 start add right files will update cata pages in current lang after add all missing pages 🆙 2026-06-14 18:02:09 +02:00
Remco Epicnabbo 092a213a89 🆙 Add new sql structure clean dutch first need add latest furnis till now 🆙 2026-06-14 17:59:43 +02:00
Remco Epicnabbo e2edfea175 🆙 Add clean assets 🆙 2026-06-14 17:48:35 +02:00
Remco Epicnabbo c0f56dac11 🆙 Add more nitro files 🆙 2026-06-13 19:44:51 +02:00
Remco Epicnabbo 1b315ca716 Add bundled pet .nitro asset files
Add six new binary pet assets to Gamedata/bundled/pets: bunny_HM_geest.nitro, bunnymnster.nitro, bunnymonsterHM.nitro, luigi_viter_h2.nitro, pkmgengarpe.nitro, and sponge.nitro. These are asset additions only (binary .nitro files), no code changes.
2026-06-13 18:48:55 +02:00
Remco Epicnabbo 1d71de2435 🆙 Add catalogue map folder updated 🆙 2026-06-13 18:37:20 +02:00
Remco Epicnabbo 606420334b Update clothing_u_kimonoshoulder1_icon.png 2026-06-13 18:26:38 +02:00
Remco Epicnabbo c11b837f6f 🆙 Add more icons 🆙 2026-06-13 18:25:46 +02:00
Remco Epicnabbo b1742ab6a2 🆙 Add missing icons 🆙 2026-06-12 18:40:06 +02:00
Remco Epicnabbo 134c1db072 🆙 Cleaned furnidata and updated 🆙 2026-06-12 18:33:30 +02:00
Remco Epicnabbo eb0c1694e5 🆙 Fixed all .nitros deleted broken 🆙 2026-06-11 18:21:38 +02:00
Remco Epicnabbo be6c43bc4b 🆙 Fix furniture nitros and icons clean up alot not used 🆙 2026-06-11 16:46:37 +02:00
Remco Epicnabbo 44344cac8e 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.
2026-06-11 16:14:07 +02:00
Remco Epicnabbo 9a3fa1eb6b Replace README with catalog DB reference
Replace previous EpicNabbo v2 development README with a comprehensive Catalog Database Reference. The new document details core tables (items_base, catalog_pages, catalog_items), additional catalog tables, full column schemas, compatibility with Arcturus emulator, Nitro-V3 client and Nitro_Render_V3 renderer, schema differences, data flow diagram, and reference counts from FullDatabase.sql. Removes the prior development warning/marketing content and provides actionable technical documentation and links to relevant files for developers.
2026-06-11 16:11:52 +02:00
Remco Epicnabbo 80c40ca6c4 Remove merged catalog SQL and summaries
Delete obsolete merged SQL and corresponding summary JSON files from updated_sql_files: catalog_items_merged.sql, catalog_items_summary.json, catalog_pages_merged.sql, catalog_pages_summary.json, items_base_merged.sql, and items_base_summary.json. Cleans up outdated/duplicated merged dataset files.
2026-06-11 16:03:51 +02:00
Remco Epicnabbo 65ad17ab4b Revert "Update catalog_items seed values"
This reverts commit 1e4183aa67.
2026-06-11 16:00:08 +02:00
Remco Epicnabbo 74fca38c60 Revert "Fix item type IDs in catalog_items SQL"
This reverts commit bcbfa3055f.
2026-06-11 16:00:02 +02:00
Remco Epicnabbo bcbfa3055f Fix item type IDs in catalog_items SQL
Bulk-correct item type IDs in catalog_items.sql INSERT statements (replacing several incorrect type values such as 629, 9955, 2234654, etc. with corrected IDs like 216, 2002, 940, 93/99/100/101 and others). Also update the SQL dump timestamp. These changes restore consistency for various item groups (Greek, Timeturner, apo palettes, habbox entries, pets, etc.) in the catalog data.
2026-06-11 15:50:29 +02:00
Remco Epicnabbo 1e4183aa67 Update catalog_items seed values
Refresh SQL seed data: update file timestamp and mass-edit catalog_items INSERTs to normalize numeric fields. Many item base IDs were replaced with 9965890, various rarity/status fields were standardized to 99 or 999 (replacing legacy negative or other codes), and a few item rows had minor field/text adjustments (e.g. Chess). These changes standardize the catalog seed data for the new dump/version.
2026-06-11 15:41:15 +02:00
Remco Epicnabbo 1544865197 Add HC gift items and bump auto_increment
Add two new HC gift items: hc_gift_14days (item id 9325, catalog ids 1996672127) and hc_gift_31days (item id 9326, catalog id 1996672128). Inserted corresponding rows into items_base and catalog_items. Updated catalog_items AUTO_INCREMENT to 1996672129 and refreshed dump timestamps.
2026-06-11 15:08:41 +02:00
Remco Epicnabbo eebef0e856 Add bundled furniture assets and update SQL
Add numerous .nitro furniture assets under Gamedata/bundled/furniture (multiple collections: Bellarose_Chase, seaside, yufex, papi2026, nft/clothing items, etc.). Update SQL schema/data files (sql version 2/catalog_items.sql and sql version 2/items_base.sql) to register and include the new items.
2026-06-10 21:34:44 +02:00
Remco Epicnabbo ade973f8fd 🆙 Updated badges till 9-6-2026 🆙 2026-06-09 20:19:33 +02:00
Remco Epicnabbo 278eef8a8f 🆙 Fix figuredata and figuremap 🆙 2026-06-09 20:14:00 +02:00
Remco Epicnabbo 0e3fc85dce Fix catalog_pages parent IDs and add 'Grieks'
Update SQL dump timestamp; correct parent IDs for catalog_pages entries 3126 (8892 -> 8890) and 1714 (4100 -> 8890). Add a new catalog_pages row (id 216) for 'Grieks' including header, teaser and descriptive text. No other structural changes.
2026-06-09 18:09:10 +02:00
Remco Epicnabbo 34bba1690e 🆙 Fix crafting errors in emulator 🆙 2026-06-09 16:50:12 +02:00
Remco Epicnabbo 297cb0de20 Update readme.md 2026-05-18 21:17:26 +02:00
Remco Epicnabbo 38b83fc144 Update readme.md 2026-05-18 21:15:45 +02:00
Remco Epicnabbo 82a34d83ad Update readme.md 2026-05-18 21:13:58 +02:00
Remco Epicnabbo cf3897f09e Update readme.md 2026-05-18 21:11:26 +02:00
Remco Epicnabbo 5c93caa38b Update readme.md 2026-05-18 21:08:03 +02:00
Remco Epicnabbo df06b423fa Update readme.md 2026-05-18 21:05:47 +02:00
Remco Epicnabbo 46d5f19c97 🆙 Fix some ids 🆙 2026-05-18 20:54:10 +02:00
Remco Epicnabbo ef12ba4bc5 🆙 Cleanup catalogue now every furni in catalogue have an page 🆙 2026-05-18 20:42:40 +02:00
Remco Epicnabbo 78f65624e5 🆙 Fix ids 🆙 2026-05-18 18:30:59 +02:00
Remco Epicnabbo d720a8b95c 🆙 Cata updates v2 🆙 2026-05-17 19:15:38 +02:00
107891 changed files with 971068 additions and 1718513 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 782 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 616 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 632 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 935 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 543 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 543 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 401 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 914 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 750 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 369 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 556 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 568 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 399 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 393 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 399 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 493 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 684 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 672 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 682 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 771 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 738 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 591 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 532 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 607 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 964 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 968 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 844 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 773 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 682 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 532 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 974 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 938 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 935 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 890 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 941 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 753 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 449 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 921 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 841 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 783 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 836 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 908 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 874 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 465 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 482 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 486 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 457 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 635 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 431 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1001 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 876 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 532 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 863 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 870 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 881 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 733 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 881 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 763 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 599 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 836 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 880 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 774 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 737 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 557 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 626 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 587 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 879 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 623 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 968 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 470 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 891 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 663 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 329 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 B

Some files were not shown because too many files have changed in this diff Show More