Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Add Two-Way sync capabilities #7

Open
c-goldschmidt opened this issue Jan 7, 2022 · 1 comment
Open

Add Two-Way sync capabilities #7

c-goldschmidt opened this issue Jan 7, 2022 · 1 comment

Comments

@c-goldschmidt
Copy link

Especially when switching from the in-game Editor to VsCode the first time, it would be much appreciated if there was a way to download the scripts from the game into the scriptRoot. Currently i did not find a satisfying way to do so other than copy-pasting each script manually.

This would require implementing GET endpoints on the game server and some way of polling changes (altough i guess a manual action would be sufficient for a start).

@Root-Core
Copy link

You actually can use the terminal.
Just use the command: download *

This packs all your scripts into a .zip file and opens a file save dialog.
You need to do this for all servers though, but it's a bad idea to write scripts on servers in the first place.

The feature would be nice nevertheless!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants