Forums WoW Modding Support Archives WoWModding Support Archives [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

[DiscordArchive] No, but I'm not entirely sure why you'd want that, are you trying to mimic some kind of "Multiplayer

Pages (4): 1 2 3 4 Next
rektbyfaith
Administrator
0
08-02-2021, 07:48 AM
#1
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?
rektbyfaith
08-02-2021, 07:48 AM #1

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?

rektbyfaith
Administrator
0
08-02-2021, 07:49 AM
#2
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.
rektbyfaith
08-02-2021, 07:49 AM #2

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.

rektbyfaith
Administrator
0
08-02-2021, 07:50 AM
#3
Archived author: Valaryon • Posted: 2021-08-02T07:50:17.264000+00:00
Original source

We want to see their changes when they push them.
rektbyfaith
08-02-2021, 07:50 AM #3

Archived author: Valaryon • Posted: 2021-08-02T07:50:17.264000+00:00
Original source

We want to see their changes when they push them.

rektbyfaith
Administrator
0
08-02-2021, 07:50 AM
#4
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
rektbyfaith
08-02-2021, 07:50 AM #4

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

rektbyfaith
Administrator
0
08-02-2021, 07:53 AM
#5
Archived author: Valaryon • Posted: 2021-08-02T07:53:27.532000+00:00
Original source

I can look into that one. Thank you stoneharry.
rektbyfaith
08-02-2021, 07:53 AM #5

Archived author: Valaryon • Posted: 2021-08-02T07:53:27.532000+00:00
Original source

I can look into that one. Thank you stoneharry.

rektbyfaith
Administrator
0
08-02-2021, 07:54 AM
#6
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?
rektbyfaith
08-02-2021, 07:54 AM #6

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?

rektbyfaith
Administrator
0
08-02-2021, 07:54 AM
#7
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
rektbyfaith
08-02-2021, 07:54 AM #7

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

rektbyfaith
Administrator
0
08-02-2021, 07:55 AM
#8
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
rektbyfaith
08-02-2021, 07:55 AM #8

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

rektbyfaith
Administrator
0
08-02-2021, 07:55 AM
#9
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.
rektbyfaith
08-02-2021, 07:55 AM #9

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.

rektbyfaith
Administrator
0
08-02-2021, 08:04 AM
#10
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.
rektbyfaith
08-02-2021, 08:04 AM #10

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.

Pages (4): 1 2 3 4 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)