[2.0.11] Assembler "Set Recipe" wonky in map editor
[2.0.11] Assembler "Set Recipe" wonky in map editor
In the map editor setting the recipe of an assembler works for some signals, e.g. iron gear wheel, but clears the recipe for others (all others?), e.g. copper wires.
Re: [2.0.11] Assembler "Set Recipe" wonky in map editor
If you are talking about Assembler's Circuit "Set recipe", then it is not a bug because it is only selecting recipes that are researched right now. If you are selecting recipe by providing an item, it may happen that as the technologies are researched the selected recipe is different with the same signal since the mapping has to deal with multiple possible recipes and it rejects those that are unresearched.
Editor being a player state does not propagate into game state so assembler control behavior cannot assume it should work following editor's cheat state, it must follow player's working state. (this may be tricky since 2.0.11 since i made assemblers able to have unresearched recipes set).
Editor being a player state does not propagate into game state so assembler control behavior cannot assume it should work following editor's cheat state, it must follow player's working state. (this may be tricky since 2.0.11 since i made assemblers able to have unresearched recipes set).
Re: [2.0.11] Assembler "Set Recipe" wonky in map editor
This is a bit of a problem then. There seems to be no more Sandbox mode in 2.0 with "research all techs" option and without the techs the map editor isn't a replacement.
Is there another way to give the player tech other than running a lua script in the map editor? Maybe that could be an example script? Would be nice if one could open the tech window and select techs to be researched instantly.
Is there another way to give the player tech other than running a lua script in the map editor? Maybe that could be an example script? Would be nice if one could open the tech window and select techs to be researched instantly.
Re: [2.0.11] Assembler "Set Recipe" wonky in map editor
When in the map editor you can do just that. I guess you didn’t try it?mrvn wrote: Sun Oct 27, 2024 9:21 pm Would be nice if one could open the tech window and select techs to be researched instantly.
If you want to get ahold of me I'm almost always on Discord.
Re: [2.0.11] Assembler "Set Recipe" wonky in map editor
Huh, I thought I did.
Any chance to get the assembler to show the recipe with a red stop sign over it to show the recipe would be set if available? Or should I make a new Idea for that?