Sandboxed LuaCombinator

by IWTDU

Program combinators with lua. Now there is a version with outputs isolated from inputs!

Content
4 years ago
0.17 - 0.18
15
Circuit network

i Blueprints and copy paste

4 years ago
(updated 4 years ago)

Is there any code intended to save Combinators programming with blueprints, or to allow shift-click copying of code from one to another? Want any help with it?

EDIT: Looks like these features do exist! Shift-click copying of code works great!

But I found a bug. Whenever I blueprint a combinator with a large program, the combinators placed by the blueprint are loaded with the most recent "short" code I put in the original combinator.

It's very repeatable: Put down a combinator, load it with some text (the cutoff is around 6000 characters or 50 lines), click OK. Edit the code a bit more if you like. Then ctrl-C copy and ctrl-V paste the combinator. The new one will be loaded with empty code (or whatever short code was in the combinator before you exceeded the limit).

Blueprinting combinators with short programs still work fine.

New response