xl3000.2da

This file defines the links from additional areas on the worldmap.
It is the substitute of area link entries in WMP files.

In BG2EE we have:
2DA V1.0
*
           AREA       FLAGS     ENTRY_POINT DISTANCE_SCALE  ENCOUNTER_PROB  ENCOUNTER0  ENCOUNTER1  ENCOUNTER2  ENCOUNTER3  ENCOUNTER4  LINKTO_DIR 
1          OH6000     4         EXITWMP     1               0               *           *           *           *           *           *
2          OH6100     4         EXITW       1               0               *           *           *           *           *           *
3          OH6200     4         EXITW       1               0               *           *           *           *           *           *
4          AR0020     1         EXITNE      5               0               *           *           *           *           *           *
5          AR2000     4         EXITNW      5               0               *           *           *           *           *           *
6          AR1200     8         EXITW       6               0               *           *           *           *           *           *
7          AR1100     4         EXITSE      6               0               *           *           *           *           *           *
8          AR1300     4         EXITSE      5               0               *           *           *           *           *           *
9          OH6000     4         EXITSE      1               0               *           *           *           *           *           *
10         AR1200     4         EXITSW      6               0               *           *           *           *           *           2
11         AR2000     4         EXITSW      5               0               *           *           *           *           *           2
12         AR2000     4         EXITSW      5               0               *           *           *           *           *           1
13         AR2000     4         EXITSW      5               0               *           *           *           *           *           3
14         AR1100     4         EXITSW      6               0               *           *           *           *           *           2
15         AR1100     4         EXITSW      6               0               *           *           *           *           *           3
16         AR1300     4         EXITSW      5               0               *           *           *           *           *           2
17         AR1300     4         EXITSW      5               0               *           *           *           *           *           3
18         AR0020     4         EXITSW      5               0               *           *           *           *           *           2
19         AR0020     4         EXITSW      5               0               *           *           *           *           *           0
20         OH6000     4         EXITE       1               0               *           *           *           *           *           1
21         OH6100     4         EXITE       1               0               *           *           *           *           *           1
22         OH6200     4         EXITE       1               0               *           *           *           *           *           1
Where first column indicates simply the next number of link from given area and:

offset in WMP file Name in 2DA Description
N/A AREA Name of destination area
0x0004 ENTRY_POINT Name of the entry point in the destination area
0x0024 DISTANCE_SCALE
DISTANCE_SCALE - multipier of the flags.
0x0028 Flags/
Flags. Related with travel time.
0x002c ENCOUNTER0 Area of random encounter resref (ENCOUNTER0)
0x0034 ENCOUNTER1 Area of random encounter resref (ENCOUNTER1)
0x003c ENCOUNTER2 Area of random encounter resref (ENCOUNTER2)
0x0044 ENCOUNTER3 Area of random encounter resref (ENCOUNTER3)
0x004c ENCOUNTER4 Area of random encounter resref (ENCOUNTER4)
0x0054 ENCOUNTER_PROB Probability of random encounter
0x0028 128 (bytes)
Unknown/reserved

NB. Values in the Link_To column mean:
* : Link to the area defined in the AREA column
0 : Link from the area defined in the AREA column to add to the North group of the area
1 : Link to add to the East group
2 : Link to add to the South group
3 : Link to add to the West group
The links added to the area defined in the AREA column are added before existing links of the selected group.