I just build a Demo-Map for some friends of mine (to show them how circuits work) in the Map Editor, and found out, that some entities won't keep their settings when you close their window:
- Filter Bulk Inserter: "Set Filter"-operation -> always returns back to "Enable/Disable"
- Lamps: "Use Colors" unticks itself
- Transport Belt: "Read Belt Contents" unticks itself
- Constant Combinator: "On Off" cant be turned of
Those are the ones I tested in Map Editor, haven't checked the other items yet.... when I start the Map as a scenario, those objects work as they should.
[13.20] [Twinsen] Map Editor: Some entities do not keep circuit settings.
Re: [13.20] [Twinsen] Map Editor: Some entities do not keep circuit settings.
Fixed in version Version: 0.14.6
I was just lazy and didn't implement handling of these actions in the map editor:
GuiAction::SwitchConstantCombinatorState:
GuiAction::SwitchPowerSwitchState:
GuiAction::SwitchConnectToLogisticNetwork:
GuiAction::SetCircuitModeOfOperation:
GuiAction::SetBehaviorMode:
Let me know if you notice any problems with changing parameters in map editor, saving and loading scenarios.
I was just lazy and didn't implement handling of these actions in the map editor:
GuiAction::SwitchConstantCombinatorState:
GuiAction::SwitchPowerSwitchState:
GuiAction::SwitchConnectToLogisticNetwork:
GuiAction::SetCircuitModeOfOperation:
GuiAction::SetBehaviorMode:
Let me know if you notice any problems with changing parameters in map editor, saving and loading scenarios.