Like how parameters doesnt exist for get_control_behaviors, or actually using the signal?
Search found 6 matches
- Mon Nov 18, 2024 6:20 pm
- Forum: Logistic Train Network
- Topic: LTN and Factorio 2.0
- Replies: 37
- Views: 11657
- Mon Nov 18, 2024 12:50 am
- Forum: Logistic Train Network
- Topic: LTN and Factorio 2.0
- Replies: 37
- Views: 11657
Re: LTN and Factorio 2.0
Just a little update on the progress thus far. We have made good progress on getting everything compatible with 2.0 However, we have been running into some tougher issues and are trying to get those resolved. LTN is currently loading into 2.0 but frequent crashes are still happening and we trying t...
- Mon Nov 18, 2024 12:48 am
- Forum: Modding help
- Topic: [2.0] Customise circuit connection dialog
- Replies: 3
- Views: 230
Re: [2.0] Customise circuit connection dialog
Thanks Ill have a look at that, I probably need that too at some point.
- Fri Nov 15, 2024 10:21 am
- Forum: Modding help
- Topic: Unknown Error Message: "Wireless radar inner wires cannot be changed from Lua"
- Replies: 2
- Views: 123
Re: Unknown Error Message: "Wireless radar inner wires cannot be changed from Lua"
Thank you, that solved it. I'm not sure why I thought it was the way I had it to begin with...
- Fri Nov 15, 2024 9:59 am
- Forum: Modding help
- Topic: Unknown Error Message: "Wireless radar inner wires cannot be changed from Lua"
- Replies: 2
- Views: 123
Unknown Error Message: "Wireless radar inner wires cannot be changed from Lua"
Does anyone have any idea what "Wireless radar inner wires cannot be changed from Lua" mean as a fatal error when connecting a lamp prototype and a combinator prototype with circuit wires? local input_wire_connectors = input.get_wire_connectors(true) local lampctrl_wire_connectors = lampct...
- Fri Nov 15, 2024 9:49 am
- Forum: Modding help
- Topic: [2.0] Customise circuit connection dialog
- Replies: 3
- Views: 230
Re: [2.0] Customise circuit connection dialog
After giving the documentation a look, you can probably turn off color using LuaLampControlBehavior::use_colors . You would add this in the Runtime stage. For the nixie tube mod you linked, my best guess is adding the code in the control.lua file in "gizmatize_nixie" which appears to be th...