blixt / py-starbound

Python package for working with Starbound files.
MIT License
104 stars 22 forks source link

No API for saving changes made #24

Closed kylelt closed 8 years ago

kylelt commented 10 years ago

I went through all the files and could not find a way to dump changes to either a new file or the same one (changes as in changing contents of dictionary)

blixt commented 8 years ago

It's now possible to write .player files and a few other formats. I'll create a separate issue specifically for BTreeDB5 (the world file format).