FEWS Game application configuration

What

application_config.xml

Description

Configuration of the FEWS Game application

schema location

application_config.xsd

In the application configuration, global settings for the FEWS Game which are valid for all scenarios/scripts can be specified.

Schema definition

The structure of the XML-schema for the application configuration is as follows:

Explanation

The keys in the XML-schema are explained in the figure above. Some of the keys are explained in more detail here.
Note: when 'relative path' is mentioned, this is the relative path with respect to the location of the FEWS Game executable (not the FEWS executable).

FEWS configuration

It is advisable to use a copy of the operational system for the FEWS Game, to prevent any possible obstructions to the operational activities. Also, some minor changes are needed in the FEWS configuration in order to use it with the FEWS Game:

Aan al deze namen zou je iets van TRAINING of SERIOUS GAME kunnen toevoegen.

Example

   <?xml version="1.0" encoding="UTF-8"?>
   <Config xmlns="http://localhost" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://localhost ../../../../../xml-schemas/application_config.xsd">
   <Name>Example of application configuration</Name>
   <Locale>EN</Locale>
   <HideYear>true</HideYear>
   <FewsExecutable>FEWS\bin\FewsNoordzee_SA.exe</FewsExecutable>
   <FewsRegionDir>FEWS\FewsNoordzee_SA</FewsRegionDir>
   <FewsSystemTimeUpdateInMinutes>1</FewsSystemTimeUpdateInMinutes>
   <ScenarioDatabasePath>ScenarioDatabase</ScenarioDatabasePath>
   <FileAssociation extension="pdf">C:\Program Files\Adobe\Reader 9.0\Reader\AcroRd32.exe</FileAssociation>
   <TimeControl>
      <Pause>true</Pause>
      <Next>false</Next>
      <FastForwardBackward>true</FastForwardBackward>
   </TimeControl>
   <FewsPiPortNumber>8100</FewsPiPortNumber>