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
You can look at the coloured Builders Blocks as an example on how to go about it.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
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 doYou 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.
"partcolors": {
"color": [
"#ffffff",
"#f7ebbc"
]
},