-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A way to save, load, and share circuits. #33
Comments
A way of exporting disks into files somehow would be handy. Import would be needed as well. |
Indeed planned over a collaboration with ArmourersWorkshop to get a content hub service going. It would work similar to pastebin. I might save the circuits globally somewhere, makes sense, if you create a bunch of circuit boards of the same type they all carry the full data right now, not efficient at all. |
a related note, you could make your disks work in ComputerCraft drives. You just have to implement the interface, IMount or something like that, and you could allow reading or writing the stored circuit design as a file. In principle, at least, I'm not sure how easy it would be in practice. Something similar may be possible with OpenComputers, not sure since I'm less familiar with the api there. This approach would let you offload the work of sharing files via another site, whether it's pastebin or whatever, to cc/oc, which are already set up for that sort of thing, rather than having to build it into your mod directly. |
What about something like or based off of VHDL or Verilog? |
@MFernflower, That wil probably be too much effort. |
Why not spin your own version or make somthing based around the idea?
|
So I think there are many things needed for this idea...
|
Feature request:
Would be nice to be able to save and load circuits from a folder inside the worlds save folder and thus be able to share them too. I am able to load save disks between worlds with the NIE save/load option, though they do tend to change into other items. Are there any other ways i don't know about?
The text was updated successfully, but these errors were encountered: