You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
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).
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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).
The text was updated successfully, but these errors were encountered: