Panakotta00 / FicsIt-Networks

Control, Monitor, Manage and Automate your Satisfactory.
https://ficsit.app/mod/FicsItNetworks
GNU General Public License v3.0
156 stars 51 forks source link

indicator pole bug #179

Closed kfpopeye closed 2 years ago

kfpopeye commented 2 years ago

Can't seem to set the color of the indicator pole. The following code yields no results or errors. The pole just stays unlit.

light = component.proxy("83CB7B3644AD85DEB6DAE1B691055906")
while true do
 light:setColor(1, 0, 0, 5)
 print("red")
 event.pull(1.0)
 light:setColor(0, 1, 0, 5)
 print("green")
 event.pull(1.0)
end
TheGreyDiamond commented 2 years ago

For me the indicator pole even has a broken texture. I will try to take a picture of that.

LeonardSchmitt67 commented 2 years ago

yup got the same problem, i try to set the color but no change to the pole

Panakotta00 commented 2 years ago

we know about the indicator pole and we are not sure what we gonna do... cuz there is some development for an alternative... i will leave the issue open till it either got fixed or replaced on the dev branch ^^

rolfmonitor commented 2 years ago

Seems it stays unsolved yet. I tried it for blinken lights for my drone port, will not work and was looking for help. So it seems to be this bug... Any work around?

Skyamoeba commented 2 years ago

You can use wall panel and use the lit button, that's my workaround at the moment

Panakotta00 commented 2 years ago

As it will be replaced by the new modular indicator poles in the new update... will mark this issue as closed