Changes between Initial Version and Version 1 of Ticket #12335, comment 17


Ignore:
Timestamp:
Dec 24, 2023, 6:18:25 PM (11 months ago)
Author:
mrprmiller

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12335, comment 17

    initial v1  
    22
    33QFG1 doesn't have imports, but exports as QFG1-*
    4 QFG2EGA ONLY accepts QFG1-* as import, but exports as QFG2EGA-*
     4QFG2EGA ONLY accepts QFG1-* as import, but exports as QFG2-*
    55QFG3 ONLY accepts QFG2-* as import, but exports as QFG3-*
    66QFG4 ONLY accepts QFG3-* as import, but exports as QFG4-*
     
    1010One of these things is not like the others, and is going to cause confusion to end-users going through the game. The import/export system isn't just a small part of the system - it is a major part of the QFG experience.
    1111
    12 Since QFG2EGA **ONLY** accepts QFG1 imports, it makes sense to set QFG2AGDI to also accept QFG1 since it **ONLY** accepts those imports.
     12Since QFG2EGA **ONLY** accepts QFG1 imports, it makes sense to set QFG2AGDI to also accept QFG1 since it **ONLY** accepts those imports. It would also make sense to allow QFG3 to accept QFG2AGDI and QFG2 as acceptable imports, or do what QFG1EGA/VGA does and just export to QFG2-*.
    1313
    1414The parallel is QFG1EGA and QFG1VGA - they both export correctly as QFG1 to make sure the players don't have to do any renaming to make it work.