xl3000.2da

This file defines the links from additional areas on the worldmap.
It is used probably only in case of SoA worldmap in ToB. It is the substitute of area link entries in WMP files.
In BG2 ToB we have:
2DA V1.0
*
         AREA    FLAGS    ENTRY_POINT    DISTANCE_SCALE    ENCOUNTER_PROB    ENCOUNTER0    ENCOUNTER1    ENCOUNTER2    ENCOUNTER3    ENCOUNTER4    LINKTO_DIR
1        AR0020  1        EXITNE         5                 0                 *             *             *             *             *             *
2        AR2000  4        EXITNW         5                 0                 *             *             *             *             *             *
3        AR1200  8        EXITW          6                 0                 *             *             *             *             *             *
4        AR1100  4        EXITSE         6                 0                 *             *             *             *             *             *
5        AR1300  4        EXITSE         5                 0                 *             *             *             *             *             *
6        AR1200  4        EXITSW         6                 0                 *             *             *             *             *             2
7        AR2000  4        EXITSW         5                 0                 *             *             *             *             *             2
8        AR2000  4        EXITSW         5                 0                 *             *             *             *             *             1
9        AR2000  4        EXITSW         5                 0                 *             *             *             *             *             3
10       AR1100  4        EXITSW         6                 0                 *             *             *             *             *             2
11       AR1100  4        EXITSW         6                 0                 *             *             *             *             *             3
12       AR1300  4        EXITSW         5                 0                 *             *             *             *             *             2
13       AR1300  4        EXITSW         5                 0                 *             *             *             *             *             3
14       AR0020  4        EXITSW         5                 0                 *             *             *             *             *             2
15       AR0020  4        EXITSW         5                 0                 *             *             *             *             *             0
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.