Is there any way for multiple people to work on the same map at the same time, kind of like a google doc? If this feature doesn’t exists, would it be something that the development team might consider?
Great work on Reforged. I’ve enjoyed every second of it and am grateful for the time that was spend bringing this classic into 2020. There may be some bugs and things that don’t work quite right, but these are of little concern to me compared to what was given.
Such features are very hard to implement, even if popularly requested.
On can in theory have multiple people working on a map using the software development approach of branches and merger. The third party tool W3x2Lni was designed around that since it converts the proprietary binary formatted files into text format which can be merged as usual by GIT/SVN systems.
In worst case under such a system 1 person can work on each aspect at a time. With something like W3x2Lni it may be possible for multiple people to work on each aspect as long as the changes can be merged efficiently.