inkyblackness / deck

This is the release package of the InkyBlackness project
Other
7 stars 0 forks source link

Give shocked-server a way to update files of installation dir #4

Closed dertseha closed 8 years ago

dertseha commented 8 years ago

Manually copying files from/to the installation directory of the game is tedious. Find a way to automate this, possibly adding a separate mode that allows editing in-place.

dertseha commented 8 years ago

The server is extended now to also allow an "inplace" mode, which modifies files directly. Thanks to interfaces, the workspace of the editor core could be tricked into working with that easily. For the inplace mode, the workspace simply doesn't allow creation of new projects.

While querying works, I couldn't yet test any modifications as the current client doesn't provide any data modification controls - yet.

dertseha commented 8 years ago

Working.