[ [ Script ] ] Color Conversion + Light Manipulation
Re: [ [ Script ] ] Color Conversion + Light Manipulation
It was a mine_ceiling_lantern. thanks for your time. apriciate it
Re: [ [ Script ] ] Color Conversion + Light Manipulation
Ran upstairs and fixed it because it was bothering me. Updated, and yes some lights do not have PointLight. Oh, don't use dummy light, still, with this function. ~cheers~kelly11 wrote:It was a mine_ceiling_lantern. thanks for your time. apriciate it
Re: [ [ Script ] ] Color Conversion + Light Manipulation
Thanks. That Fixed it!
Re: [ [ Script ] ] Color Conversion + Light Manipulation
Hi NutJob, have you managed somehow to change the "flame" itself ? I want change flame of forest_lantern, so far I only chagned the light of it with
library.script.GFX.light({"forest_lantern_6"}, "green")
library.script.GFX.light({"forest_lantern_6"}, "green")
Re: [ [ Script ] ] Color Conversion + Light Manipulation
If it's a particle, no, I have no clue how to change that. It could be staring me in the face and I'm still missing it so I'm waiting for full documentation to come out and *better* modders, then myself, to start talking on these boards [to learn from them]. Too silent here. ~shrugs~ In the end, yes, I will want to be able to change particle colors too.
BTW I didn't document one more way to you can format a color: as the actual RGB (0 -255). It would be passed like this on the color parameter {{55,100,99}} (<-- notice the double brackets; required)
BTW I didn't document one more way to you can format a color: as the actual RGB (0 -255). It would be passed like this on the color parameter {{55,100,99}} (<-- notice the double brackets; required)
Re: [ [ Script ] ] Color Conversion + Light Manipulation
Out of Order? Darn, did I miss out on this script? Or was there an issue with it?
Re: [ [ Script ] ] Color Conversion + Light Manipulation
Check your PM's.