![]() |
VR-Forces 5.0.2 Developer's Guide
|
The Importing/Exporting Scenarios from Different File Formats example demonstrates the following:
The Importing/Exporting scenarios example installes a new scenario importer/exporter that will read a comma delimited file and restore entity/aggregate laydown as well as tactical graphic objects.
Since this example is loaded as a plugin, it can be used in conjunction with the released VR-Forces application. Make sure to enable the csvScenarioImporterExporter example from the launcher application
In the Launcher, click the Plug-ins button to bring up the Plug-ins Selection dialog. Enable the plugin.
To view the new behavior:
Scenario Import/Export does not export VR Forces specific data, such as Plans and Tasks.
| DtExCSVScenarioDescriptionImporterExporter | The subclass of DtScenarioDescriptionImporterExporter has the implementation to import/export information to/from the csv scenario file. |
| DtVrfCSVScenarioDescriptionImporterExporter | The subclass of DtExCSVScenarioDescriptionImporterExporter that will fill in internal structures with information from a comma delimited file or write the comma delimited file from scenario information. |