Page 1 of 1
Add map color for default trees
Posted: 07 Jul 2020, 16:59
by mbetixz
Hello guys, what the code to add map color for all trees default plugin (not external plugin) because i want to build rci without replace trees area, i try to disable transparent in built tool but didn't work, any code/spesific code to add map color, try to add "map color": {} to target $cat_tree00 but output error when load game

, give me a clue please
@Lobby ,
@JustAnyone
Re: Add map color for default trees
Posted: 09 Jul 2020, 06:19
by RopaSucia
What do you mean?
Re: Add map color for default trees
Posted: 09 Jul 2020, 15:21
by mbetixz
RopaSucia wrote: ↑09 Jul 2020, 06:19
What do you mean?
i want to add "map color" for all trees, do you know how to do it?? like RCI have a map color
Re: Add map color for default trees
Posted: 09 Jul 2020, 15:36
by RopaSucia
"draw ground"?
Re: Add map color for default trees
Posted: 09 Jul 2020, 15:43
by mbetixz
RopaSucia wrote: ↑09 Jul 2020, 15:36
"draw ground"?
yes
Re: Add map color for default trees
Posted: 09 Jul 2020, 17:27
by RopaSucia
Re: Add map color for default trees
Posted: 09 Jul 2020, 17:49
by CommanderABab
Re: Add map color for default trees
Posted: 09 Jul 2020, 17:52
by RopaSucia
Thank
Re: Add map color for default trees
Posted: 09 Jul 2020, 19:25
by CommanderABab
I think that I tried to give a map color to trees and it didn't work. It's because they can grow in zones.
Here is a sample map color:
Code: Select all
"map color":{"r":26,"g":177,"b":333},
It is light greenish blue.
The values for r,g,b are probably only between 0 and 255. 333 means I want the blue part to be maxed out!
You can add map colors to roads, parks, zones, grounds
Re: Add map color for default trees
Posted: 10 Jul 2020, 13:26
by mbetixz
CommanderABab wrote: ↑09 Jul 2020, 19:25
I think that I tried to give a map color to trees and it didn't work. It's because they can grow in zones.
Here is a sample map color:
Code: Select all
"map color":{"r":26,"g":177,"b":333},
It is light greenish blue.
The values for r,g,b are probably only between 0 and 255. 333 means I want the blue part to be maxed out!
You can add map colors to roads, parks, zones, grounds
i know about it, but what the code for add "map color for all trees"?? not for one tree plugin but for all in trees section category
Re: Add map color for default trees
Posted: 10 Jul 2020, 17:59
by CommanderABab
Trees don't use map color except for adding the general color of the tree to the existing map color.