Like how parameters doesnt exist for get_control_behaviors, or actually using the signal?Diablo wrote: Mon Nov 18, 2024 10:19 amOne of the issues is that It seems that virtual signals have changed, and we are in the process of figuring out how to get LTN to function with these changes.
Search found 6 matches
- Mon Nov 18, 2024 6:20 pm
- Forum: Logistic Train Network
- Topic: LTN and Factorio 2.0
- Replies: 39
- Views: 22067
Re: LTN and Factorio 2.0
- Mon Nov 18, 2024 12:50 am
- Forum: Logistic Train Network
- Topic: LTN and Factorio 2.0
- Replies: 39
- Views: 22067
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 ...
- Mon Nov 18, 2024 12:48 am
- Forum: Modding help
- Topic: [2.0] Customise circuit connection dialog
- Replies: 3
- Views: 441
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: 264
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: 264
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 = lampctrl.get ...
local input_wire_connectors = input.get_wire_connectors(true)
local lampctrl_wire_connectors = lampctrl.get ...
- Fri Nov 15, 2024 9:49 am
- Forum: Modding help
- Topic: [2.0] Customise circuit connection dialog
- Replies: 3
- Views: 441
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 the main ...