Changes between Initial Version and Version 1 of Ticket #12335, comment 17
- Timestamp:
- Dec 24, 2023, 6:18:25 PM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12335, comment 17
initial v1 2 2 3 3 QFG1 doesn't have imports, but exports as QFG1-* 4 QFG2EGA ONLY accepts QFG1-* as import, but exports as QFG2 EGA-*4 QFG2EGA ONLY accepts QFG1-* as import, but exports as QFG2-* 5 5 QFG3 ONLY accepts QFG2-* as import, but exports as QFG3-* 6 6 QFG4 ONLY accepts QFG3-* as import, but exports as QFG4-* … … 10 10 One 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. 11 11 12 Since QFG2EGA **ONLY** accepts QFG1 imports, it makes sense to set QFG2AGDI to also accept QFG1 since it **ONLY** accepts those imports. 12 Since 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-*. 13 13 14 14 The 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.