[DiscordArchive] No, but I'm not entirely sure why you'd want that, are you trying to mimic some kind of "Multiplayer
[DiscordArchive] No, but I'm not entirely sure why you'd want that, are you trying to mimic some kind of "Multiplayer
Archived author: Nix • Posted: 2021-08-02T07:48:45.047000+00:00
Original source
No, but I'm not entirely sure why you'd want that, are you trying to mimic some kind of "Multiplayer" feature in noggit by syncing files?
Archived author: Valaryon • Posted: 2021-08-02T07:49:26.074000+00:00
Original source
Not at all. We're wanting to do that so multiple editors can work on multiple areas of the project.
Archived author: Valaryon • Posted: 2021-08-02T07:50:17.264000+00:00
Original source
We want to see their changes when they push them.
Archived author: stoneharry • Posted: 2021-08-02T07:50:26.715000+00:00
Original source
Dropbox is ok, no software is going to be perfect for it as either way you can end up with conflicts
Archived author: Valaryon • Posted: 2021-08-02T07:53:27.532000+00:00
Original source
I can look into that one. Thank you stoneharry.
Archived author: Nix • Posted: 2021-08-02T07:54:09.863000+00:00
Original source
Does it not make sense to use version control in that case?
Archived author: Nix • Posted: 2021-08-02T07:54:41.153000+00:00
Original source
Dropbox is a decent tool for sharing and syncing, but it almost sounds like what you want is some level of source control that can be used to push updates etc
Archived author: Nix • Posted: 2021-08-02T07:55:01.019000+00:00
Original source
I don't recall if Dropbox keeps a history for changes in case someone makes a mistake
Archived author: Valaryon • Posted: 2021-08-02T07:55:18.480000+00:00
Original source
^ Def need that last one. Mega has fucked us a few times and we had to use that to save us.
Archived author: Valaryon • Posted: 2021-08-02T08:04:22.365000+00:00
Original source
I will try and explain it more in-depth Nix if you want to take the time..
Essentially, we currently use MEGASync to synchronize edits to our edits created via Noggit. When one user does some work and hits save, it uploads the UID from Noggit and the changes to each ADT so each other user in the sync has the same Noggit UID (so there's no duplicates) and so we can review or work on top of the previous editors work. These uploaded changes are immediately sent to each other user in the sync to download - so we download their UID and ADT edits and can view them immediately. We cannot have two people working at the exact same time for obvious reasons, but it's helpful so we can work in 'rotations' without needing to upload and send each other changes to our files manually. We can review one anothers work MUCH faster this way - however MEGASync has bugged out a few times on us in the past and deleted our entire repo and we had to get into our backups.