Editor TO DO List

As of the CZA November Pilot Test (2007), the Editor is lacking the following functionality:

Auto-zoom rect

    To use this feature, open an oar file with a text editor

    Modify the xml field: "AutoZoomRectInGameCoordinates", denoted by the location (X, Y coordinate) of the upper left corner and by the height and width.

     You will notice that there are TWO places to modify the location and two places to modify the size.  You MUST modify each of the four variables in BOTH of these locations in order for the feature to work as desired:

  <AutoZoomRectInGameCoord>
    <Location>
      <X>25</X>                    -> CHANGE X HERE!!!
      <Y>0</Y>
    </Location>
    <Size>
      <Width>100</Width>
      <Height>100</Height>
    </Size>
    <X>25</X>                       -> AND HERE!!!!
    <Y>0</Y>
    <Width>100</Width>
    <Height>100</Height>
  </AutoZoomRectInGameCoord>

 Allow IR

Sending and receiving interviews/samples/documents via IR is currently disabled by default.  To enable, open the oar file using a text editor and change:

  <AllowIR>false</AllowIR>
to

  <AllowIR>true</AllowIR>