Ryex / ic10emu

A Stationeers IC10 code editor and emulator
https://ic10emu.dev/
Apache License 2.0
4 stars 2 forks source link

Feature request -> save project as project file #22

Open Tjaden opened 2 months ago

Tjaden commented 2 months ago

It would be a great feature if you could save the entire project alongside the code. (code + devices , device configuration...)

Especially if you build somewhat more complex scripts, it would be really nice if you could save and load your working environment with the devices.

  1. with devices
  2. with device configurations (including stack of the IC10)
  3. Emulator State (variables, instruction pointers etc...) (Maybe it would also be helpful for bug reports.)

best regards Christian

Ryex commented 2 months ago

VM state is now savable locally or shareable via links. does this satisfy? or do you still want a "export state to file" option?

Tjaden commented 2 months ago

This is more than satisfactory, this solution has worked very well.

Now all that is missing is a "new" for an empty project.