How to add custom furni that contains more than 1 colour in one .nitro?

miguelga12

New Member
Dec 17, 2021
8
3
I know how to add furnis, but i don't know how to do with furnis that contains more than 1 colour in one .nitro
 

Puffin

Posting Freak
Mar 17, 2018
506
442
I know how to add furnis, but i don't know how to do with furnis that contains more than 1 colour in one .nitro
You can look at the coloured Builders Blocks as an example on how to go about it.

As a quick example,
Each colour needs a new furni data, items_base and catalog_items

The names would gradually increase like the example below.

This example assumes the file name is bc_sphere.nitro

Class name in Furni Data and item_name in items_base must look like this:

bc_sphere*1
bc_sphere*2
bc_sphere*3
Etc.

Until you have as many colour's as are in the Nitro file.
 

Bran

habcrush.pw
Mar 13, 2017
1,840
1,689
You can look at the coloured Builders Blocks as an example on how to go about it.

As a quick example,
Each colour needs a new furni data, items_base and catalog_items

The names would gradually increase like the example below.

This example assumes the file name is bc_sphere.nitro

Class name in Furni Data and item_name in items_base must look like this:

bc_sphere*1
bc_sphere*2
bc_sphere*3
Etc.

Until you have as many colour's as are in the Nitro file.
also adding to this, depending on what you're adding, some colourable custom furni's don't need the furniture data part colours, but the habbo ones do

for the builders club spheres for example they all have a specific colour

shown here -
"partcolors": { "color": [ "#ffffff", "#f7ebbc" ] },

you can find their specific colours on 's website, find the furniture you want and click on JSON it'll show you their part colours for your furniture data!
 

Users who are viewing this thread

Top