IAHM-COL wrote:Richard wrote:and the worst case is that it is entirely incompatible and TG becomes locked with V2
Assuming that it is terraGIT, once again, how is V3 incompatible with Git? or terraGIT? I mean, further of "I am panicking", what is exactly the incompatibility?
Will it produce scenery for Flightgear in the form of files?
No need to panic, just understand that nobody knows what V3 will bring, so all we can do is to ensure that anything that is created can be recreated if needed. Assuming that the scenery generation works in much the same way it should be ok, but If the V3 modifications need to change the way files are laid out (directory structure); and/or their contents (e.g. stg) then git might struggle merging changes especially if the format of lines change to add new fields. That is basically the danger of modifying a generated set of files and why it is always better to modify the sources of data used for the generation - or to modify in such a way that the changes can be reapplied at a later date.
If V3 happens to have a new apt.dat parser in the scenery generation process then that might also impact the files in the directories, or the directories themselves..