From e36d366f8478e6f23efd1a05f6f991acba5d4969 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Wed, 1 Mar 2023 01:16:33 -0600 Subject: [PATCH] Add MafiaC train stations + fix vehicle names --- scripts/shared/gamedata.js | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/scripts/shared/gamedata.js b/scripts/shared/gamedata.js index debb8094..72c95742 100644 --- a/scripts/shared/gamedata.js +++ b/scripts/shared/gamedata.js @@ -3344,10 +3344,10 @@ let gameData = { ["merced500K01.i3d", "Brown Celeste Marque 500"], ["bugatti00.i3d", "Blue Corrozella C-Otto"], ["bugatti01.i3d", "Green Corrozella C-Otto"], - ["pontFor00.i3d", "Blue Crusader Chromium Forder"], - ["pontFor01.i3d", "Violet Crusader Chromium Forder"], - ["pontTud00.i3d", "Green Crusader Chromium Forder"], - ["pontTud01.i3d", "Dark Blue Crusader Chromium Forder"], + ["pontFor00.i3d", "Blue Crusader Chromium Tudor"], + ["pontFor01.i3d", "Violet Crusader Chromium Tudor"], + ["pontTud00.i3d", "Green Crusader Chromium Tudor"], + ["pontTud01.i3d", "Dark Blue Crusader Chromium Tudor"], ["blackha00.i3d", "Blue Falconer"], ["blackha01.i3d", "Red Falconer"], ["black00.i3d", "Gangster Falconer"], @@ -4667,6 +4667,14 @@ let gameData = { ["Palermo Club", [63.31, 3.97, 281.85], 0.0, null], ["Pompeii Bar", [346.81, -2.55, 228.43], 0.0, null], + // Train Stations + ["Central Hoboken Station", [162.97, 1.25, 207.62], 0.0, null], + ["Market Avenue Station", [450.86, -4.15, 261.29], 0.0, null], + ["New Ark Station", [-687.60, 5.20, 309.29], 0.0, null], + ["Giuliano Street Station", [-1038.06, -1.52, 82.36], 0.0, null], + ["Little Italy Station", [-1613.12, 0.93, -49.62], 0.0, null], + ["Winslet Avenue Station", [162.97, 1.25, 207.62], 0.0, null], + // Misc ["Port of Lost Heaven Main Entrance", [-2039.28, -5.57, -767.31], 0.0, null], ["Road to Lost Heaven Racing Circuit", [-3049.63, -1.85, -436.09], 0.0, null],