Britannia Map fix (#2863)

## Description:

Fixed map assets and generated outputs. Fixed issues with map not
loading and pathfinding not working. Britannia (new) and Britannia
Classic. Now work correctly.

## Please complete the following:

- [X] I have added screenshots for all UI updates
- [X] I process any text displayed to the user through translateText()
and I've added it to the en.json file
- [X] I have added relevant tests to the test directory
- [X] I confirm I have thoroughly tested these changes and take full
responsibility for any bugs introduced

## Please put your Discord username so you can be contacted if a bug or
regression is found:

Tsprophet

---------

Co-authored-by: Harry <Harry.bath94@gmail.com>
Co-authored-by: iamlewis <lewismmmm@gmail.com>
This commit is contained in:
TsProphet94
2026-01-11 04:09:03 +00:00
committed by GitHub
parent 497975e3fc
commit 778b6867a4
7 changed files with 117 additions and 305 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 MiB

After

Width:  |  Height:  |  Size: 844 KiB

+83 -98
View File
@@ -2,119 +2,104 @@
"name": "Britannia",
"nations": [
{
"coordinates": [960, 1258],
"name": "Dumnonia",
"flag": "1_Dumnonia"
"coordinates": [1539, 1915],
"name": "Pas-de-Calais",
"flag": "fr"
},
{
"coordinates": [918, 1088],
"name": "Dyfed",
"flag": "1_Dyfed"
"coordinates": [214, 1242],
"name": "Mayo",
"flag": "ie"
},
{
"coordinates": [1114, 1108],
"name": "Gwent",
"flag": "1_Gwent"
"coordinates": [189, 1605],
"name": "Kerry",
"flag": "ie"
},
{
"coordinates": [1048, 936],
"name": "Gwynedd",
"flag": "1_Gwynedd"
"coordinates": [257, 1458],
"name": "Clare",
"flag": "ie"
},
{
"coordinates": [1108, 986],
"coordinates": [527, 1295],
"name": "Meath",
"flag": "ie"
},
{
"coordinates": [703, 431],
"name": "Highland",
"flag": "gb-sct"
},
{
"coordinates": [611, 690],
"name": "Argyll and Bute",
"flag": "gb-sct"
},
{
"coordinates": [1118, 1202],
"name": "North Yorkshire",
"flag": "gb-eng"
},
{
"coordinates": [971, 517],
"name": "Aberdeenshire",
"flag": "gb-sct"
},
{
"coordinates": [951, 1088],
"name": "Cumbria",
"flag": "gb-eng"
},
{
"coordinates": [846, 1000],
"name": "Dumfries and Galloway",
"flag": "gb-sct"
},
{
"coordinates": [856, 672],
"name": "Perthshire and Kinross",
"flag": "gb-sct"
},
{
"coordinates": [1271, 1403],
"name": "Lincolnshire",
"flag": "gb-eng"
},
{
"coordinates": [867, 1883],
"name": "Devon",
"flag": "gb-eng"
},
{
"coordinates": [1051, 946],
"name": "Northumberland",
"flag": "gb-eng"
},
{
"coordinates": [1400, 1495],
"name": "Norfolk",
"flag": "gb-eng"
},
{
"coordinates": [902, 1569],
"name": "Powys",
"flag": "1_Powys"
"flag": "gb-wls"
},
{
"coordinates": [952, 536],
"name": "Strathclyde",
"flag": "1_Strathclyde"
"coordinates": [1407, 1584],
"name": "Suffolk",
"flag": "gb-eng"
},
{
"coordinates": [748, 556],
"name": "Dalriata",
"flag": "1_Dalriata"
"coordinates": [1148, 1820],
"name": "Hampshire",
"flag": "gb-eng"
},
{
"coordinates": [1228, 1176],
"name": "Wessex",
"flag": "1_Wessex"
},
{
"coordinates": [1442, 1226],
"name": "Sussex",
"flag": "1_Sussex"
},
{
"coordinates": [1600, 1188],
"name": "Kent",
"flag": "1_Kent"
},
{
"coordinates": [1621, 1085],
"name": "Essex",
"flag": "1_Essex"
},
{
"coordinates": [1707, 1018],
"name": "East Anglia",
"flag": "1_East Anglia"
},
{
"coordinates": [1370, 1002],
"name": "Mercia",
"flag": "1_Mercia"
},
{
"coordinates": [1298, 724],
"name": "Northumbria",
"flag": "1_Northumbria"
},
{
"coordinates": [962, 366],
"name": "Fortriu",
"flag": "1_Fortriu"
},
{
"coordinates": [272, 1041],
"name": "Munster",
"flag": "1_Munster"
},
{
"coordinates": [264, 830],
"name": "Connacht",
"flag": "1_Connacht"
},
{
"coordinates": [608, 975],
"name": "Laigin",
"flag": "1_Laigin"
},
{
"coordinates": [564, 845],
"name": "Southern Uí Néill",
"flag": "1_Southern Ui Neill"
},
{
"coordinates": [639, 680],
"name": "Ulaid",
"flag": "1_Ulaid"
},
{
"coordinates": [509, 759],
"name": "Airgialla",
"flag": "1_Airgialla"
},
{
"coordinates": [416, 678],
"name": "Northern Uí Néill",
"flag": "1_Northern Ui Neill"
},
{
"coordinates": [1869, 1308],
"name": "Franks",
"flag": "1_Franks"
"coordinates": [404, 1146],
"name": "Fermanagh",
"flag": "gb-nir"
}
]
}
+31 -31
View File
@@ -1,119 +1,119 @@
{
"map": {
"height": 2514,
"num_land_tiles": 1669657,
"width": 2048
"height": 2088,
"num_land_tiles": 1188359,
"width": 1600
},
"map16x": {
"height": 628,
"num_land_tiles": 99515,
"width": 512
"height": 522,
"num_land_tiles": 70697,
"width": 400
},
"map4x": {
"height": 1257,
"num_land_tiles": 410570,
"width": 1024
"height": 1044,
"num_land_tiles": 292283,
"width": 800
},
"name": "britannia",
"name": "Britannia",
"nations": [
{
"coordinates": [1969, 2305],
"coordinates": [1539, 1915],
"flag": "fr",
"name": "Pas-de-Calais"
},
{
"coordinates": [274, 1494],
"coordinates": [214, 1242],
"flag": "ie",
"name": "Mayo"
},
{
"coordinates": [242, 1931],
"coordinates": [189, 1605],
"flag": "ie",
"name": "Kerry"
},
{
"coordinates": [328, 1754],
"coordinates": [257, 1458],
"flag": "ie",
"name": "Clare"
},
{
"coordinates": [675, 1559],
"coordinates": [527, 1295],
"flag": "ie",
"name": "Meath"
},
{
"coordinates": [900, 518],
"coordinates": [703, 431],
"flag": "gb-sct",
"name": "Highland"
},
{
"coordinates": [782, 830],
"coordinates": [611, 690],
"flag": "gb-sct",
"name": "Argyll and Bute"
},
{
"coordinates": [1431, 1447],
"coordinates": [1118, 1202],
"flag": "gb-eng",
"name": "North Yorkshire"
},
{
"coordinates": [1243, 622],
"coordinates": [971, 517],
"flag": "gb-sct",
"name": "Aberdeenshire"
},
{
"coordinates": [1218, 1309],
"coordinates": [951, 1088],
"flag": "gb-eng",
"name": "Cumbria"
},
{
"coordinates": [1082, 1202],
"coordinates": [846, 1000],
"flag": "gb-sct",
"name": "Dumfries and Galloway"
},
{
"coordinates": [1096, 808],
"coordinates": [856, 672],
"flag": "gb-sct",
"name": "Perthshire and Kinross"
},
{
"coordinates": [1626, 1688],
"coordinates": [1271, 1403],
"flag": "gb-eng",
"name": "Lincolnshire"
},
{
"coordinates": [1110, 2266],
"coordinates": [867, 1883],
"flag": "gb-eng",
"name": "Devon"
},
{
"coordinates": [1345, 1138],
"coordinates": [1051, 946],
"flag": "gb-eng",
"name": "Northumberland"
},
{
"coordinates": [1792, 1799],
"coordinates": [1400, 1495],
"flag": "gb-eng",
"name": "Norfolk"
},
{
"coordinates": [1154, 1888],
"coordinates": [902, 1569],
"flag": "gb-wls",
"name": "Powys"
},
{
"coordinates": [1801, 1905],
"coordinates": [1407, 1584],
"flag": "gb-eng",
"name": "Suffolk"
},
{
"coordinates": [1469, 2190],
"coordinates": [1148, 1820],
"flag": "gb-eng",
"name": "Hampshire"
},
{
"coordinates": [516, 1379],
"flag": "gb",
"coordinates": [404, 1146],
"flag": "gb-nir",
"name": "Fermanagh"
}
]
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 12 KiB