(no title)
tercmd
|
2 years ago
The state can be re-imported like this:
```
a = (insert JSON output here)
window.$nuxt.$root.$children[2].$children[0].$children[0]._data.elements = a.elements; window.$nuxt.$root.$children[2].$children[0].$children[0]._data.discoveries = a.discoveries;
```
madacol|2 years ago
unknown|2 years ago
[deleted]
beacon294|2 years ago
This can be used to get a novel starting point (disregarding the original starting point).
It can also be used to start from unreachable elements, although it isn't clear to me exactly how the "First discovery" works, e.g. will your unreachable elements pollute the neal.fun datastore, or only the byproducts? Either way, it is interesting.
beacon294|2 years ago