From ba1c788d51c9cc723a878a4402b753f50bd39102 Mon Sep 17 00:00:00 2001 From: Lev Rusanov <30170278+JDM170@users.noreply.github.com> Date: Fri, 6 Dec 2024 18:49:11 +0700 Subject: [PATCH] [ETS2] Update * Fixed standart cities * Added new DLC ('Greece') Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com> --- DLC_TABLE.md | 2 +- configs/ets2/agencies.json | 8 ++++++++ configs/ets2/dealers.json | 8 ++++++++ configs/ets2/dlc.json | 3 ++- configs/version.cfg | 6 +++--- 5 files changed, 22 insertions(+), 5 deletions(-) diff --git a/DLC_TABLE.md b/DLC_TABLE.md index a8bc3e0..6766b35 100644 --- a/DLC_TABLE.md +++ b/DLC_TABLE.md @@ -32,5 +32,5 @@ | Iberia | iberia | dlc_iberia | | Heart of Russia (not released) | mother_russia | ? | | West Balkans | west_balkans | dlc_balkan_w | -| Greece (not released) | greece | ? | +| Greece | greece | dlc_greece | | Nordic Horizons (not released) | nordic_horizons | ? | diff --git a/configs/ets2/agencies.json b/configs/ets2/agencies.json index 9ccab88..7cc1a1a 100644 --- a/configs/ets2/agencies.json +++ b/configs/ets2/agencies.json @@ -2,6 +2,7 @@ "base" : [ "aberdeen", "berlin", + "bern", "bialystok", "birmingham", "bremen", @@ -12,6 +13,7 @@ "dortmund", "dover", "dresden", + "dusseldorf", "edinburgh", "frankfurt", "glasgow", @@ -135,5 +137,11 @@ "skopje", "tirana", "zagreb" + ], + "greece" : [ + "athens", + "kalamata", + "patras", + "thessaloniki" ] } \ No newline at end of file diff --git a/configs/ets2/dealers.json b/configs/ets2/dealers.json index 099c6b5..385105a 100644 --- a/configs/ets2/dealers.json +++ b/configs/ets2/dealers.json @@ -12,6 +12,7 @@ "cardiff", "dortmund", "dresden", + "duisburg", "dusseldorf", "edinburgh", "felixstowe", @@ -145,5 +146,12 @@ "tirana", "tuzla", "zagreb" + ], + "greece" : [ + "ioannina", + "kalamata", + "lamia", + "patras", + "thessaloniki" ] } \ No newline at end of file diff --git a/configs/ets2/dlc.json b/configs/ets2/dlc.json index 7d3d414..88b422c 100644 --- a/configs/ets2/dlc.json +++ b/configs/ets2/dlc.json @@ -6,5 +6,6 @@ "baltic_sea" : "company.volatile.aerobalt.helsinki", "black_sea" : "company.volatile.balkan_loco.craiova", "iberia" : "company.volatile.tdc_auto.vigo", - "west_balkans" : "company.volatile.adrica.rijeka" + "west_balkans" : "company.volatile.adrica.rijeka", + "greece" : "company.volatile.artemia.argostoli" } \ No newline at end of file diff --git a/configs/version.cfg b/configs/version.cfg index 4ffe632..2b03fef 100644 --- a/configs/version.cfg +++ b/configs/version.cfg @@ -2,7 +2,7 @@ "ats_dlc": "b4299afdcd4362ad6d7cbcc64611049b", "ats_agencies": "b35cc469d8e34fc99a777f91ee02471a", "ats_dealers": "02c3eaafa79f9fcf19afb9062e28472d", - "ets2_dlc": "38a4fa4c9ec51a4cb4754b4bd315cd24", - "ets2_agencies": "155bfef072aedf17963a426e791d5b92", - "ets2_dealers": "7412c51266e3378828e5bdeca3fe8912" + "ets2_dlc": "df04d417f2024d9461381a4c50a0bb33", + "ets2_agencies": "b67083c8c77948bf61ebaf873bb18dd2", + "ets2_dealers": "1f82512e75818029a56dc6e5160bafd6" } \ No newline at end of file