Update game data

This commit is contained in:
Vortrex
2022-09-06 06:59:45 -05:00
parent 806c16bc98
commit f42d757840

View File

@@ -201,6 +201,16 @@ let supportedFeatures = {
[AGRP_GAME_MAFIA_TWO]: false,
[AGRP_GAME_MAFIA_THREE]: false
},
interiorScene: {
[AGRP_GAME_GTA_III]: false,
[AGRP_GAME_GTA_VC]: false,
[AGRP_GAME_GTA_SA]: false,
[AGRP_GAME_GTA_IV]: true,
[AGRP_GAME_GTA_IV_EFLC]: true,
[AGRP_GAME_MAFIA_ONE]: true,
[AGRP_GAME_MAFIA_TWO]: false,
[AGRP_GAME_MAFIA_THREE]: false,
},
pedScale: {
[AGRP_GAME_GTA_III]: false,
[AGRP_GAME_GTA_VC]: false,
@@ -250,7 +260,7 @@ let supportedFeatures = {
[AGRP_GAME_MAFIA_ONE]: true,
[AGRP_GAME_MAFIA_TWO]: true,
[AGRP_GAME_MAFIA_THREE]: true,
}
},
};
// ===========================================================================
@@ -5869,171 +5879,171 @@ let gameData = {
},
interiors: {
[AGRP_GAME_GTA_III]: {
Apartment1: [toVector3(891.87, -308.28, 8.72), 0, false, -1],
JailCell: [toVector3(328.40, -1093.31, 25.98), 0, false, -1],
Church: [toVector3(13.87, -1122.43, 26.12), 0, false, -1],
Mansion: [toVector3(1461.00, -173.87, 55.78), 0, false, -1],
SmallGarage: [toVector3(-420.69, 289.86, 62.96), 0, false, -1],
JoeyGarage: [toVector3(1189.40, -867.69, 15.18), 0, false, -1],
Warehouse: [toVector3(1497.46, -680.18, 12.14), 0, false, -1],
Apartment1: [toVector3(891.87, -308.28, 8.72), 0, false, ""],
JailCell: [toVector3(328.40, -1093.31, 25.98), 0, false, ""],
Church: [toVector3(13.87, -1122.43, 26.12), 0, false, ""],
Mansion: [toVector3(1461.00, -173.87, 55.78), 0, false, ""],
SmallGarage: [toVector3(-420.69, 289.86, 62.96), 0, false, ""],
JoeyGarage: [toVector3(1189.40, -867.69, 15.18), 0, false, ""],
Warehouse: [toVector3(1497.46, -680.18, 12.14), 0, false, ""],
},
[AGRP_GAME_GTA_VC]: { // GTA VC
Mall: [toVector3(379.62, 1007.00, 19.22), 4, false, -1],
MalibuClub: [toVector3(489.83, -76.49, 11.48), 17, false, -1],
PoliceStation: [toVector3(396.38, -472.96, 12.34), 12, false, -1],
Apartment: [toVector3(26.67, -1328.89, 13.00), 11, false, -1],
HotelLobby: [toVector3(228.53, -1277.12, 12.07), 1, false, -1],
BikerBar: [toVector3(-597.41, 651.84, 11.30), 11, false, -1],
Mansion: [toVector3(-379.14, -551.65, 19.32), 2, false, -1],
GunRange: [toVector3(-667.79, 1217.51, 11.10), 10, false, -1],
Bank: [toVector3(-894.52, -341.16, 13.45), 3, false, -1],
StripClub: [toVector3(97.53, -1472.06, 10.43), 5, false, -1],
RosenbergOffice: [toVector3(137.29, -1370.20, 13.18), 6, false, -1],
Arena: [toVector3(-1080.49, 1331.16, 13.91), 15, false, -1],
GhettoShack: [toVector3(-962.74, 146.96, 9.40), 12, false, -1],
HotelRoom: [toVector3(226.47, -1274.98, 19.271), 2, false, -1],
ConcertHall: [toVector3(-925.417, 1053.4, 13.2005), 8, false, -1],
RecordingStudio: [toVector3(-879.767, 1156.88, 17.8115), 9, false, -1],
PrintWorks: [toVector3(-1064.98, -279.093, 12.0882), 18, false, -1],
GasStation: [toVector3(447.26, 789.09, 12.95), 0, false, -1],
BusinessOffices: [toVector3(-551.70, 788.04, 97.51), 0, false, -1],
BusinessOfficeLobby: [toVector3(-573.64, 794.53, 22.88), 0, false, -1],
Mall: [toVector3(379.62, 1007.00, 19.22), 4, false, ""],
MalibuClub: [toVector3(489.83, -76.49, 11.48), 17, false, ""],
PoliceStation: [toVector3(396.38, -472.96, 12.34), 12, false, ""],
Apartment: [toVector3(26.67, -1328.89, 13.00), 11, false, ""],
HotelLobby: [toVector3(228.53, -1277.12, 12.07), 1, false, ""],
BikerBar: [toVector3(-597.41, 651.84, 11.30), 11, false, ""],
Mansion: [toVector3(-379.14, -551.65, 19.32), 2, false, ""],
GunRange: [toVector3(-667.79, 1217.51, 11.10), 10, false, ""],
Bank: [toVector3(-894.52, -341.16, 13.45), 3, false, ""],
StripClub: [toVector3(97.53, -1472.06, 10.43), 5, false, ""],
RosenbergOffice: [toVector3(137.29, -1370.20, 13.18), 6, false, ""],
Arena: [toVector3(-1080.49, 1331.16, 13.91), 15, false, ""],
GhettoShack: [toVector3(-962.74, 146.96, 9.40), 12, false, ""],
HotelRoom: [toVector3(226.47, -1274.98, 19.271), 2, false, ""],
ConcertHall: [toVector3(-925.417, 1053.4, 13.2005), 8, false, ""],
RecordingStudio: [toVector3(-879.767, 1156.88, 17.8115), 9, false, ""],
PrintWorks: [toVector3(-1064.98, -279.093, 12.0882), 18, false, ""],
GasStation: [toVector3(447.26, 789.09, 12.95), 0, false, ""],
BusinessOffices: [toVector3(-551.70, 788.04, 97.51), 0, false, ""],
BusinessOfficeLobby: [toVector3(-573.64, 794.53, 22.88), 0, false, ""],
},
[AGRP_GAME_GTA_SA]: { // GTA SA
LSPD: [toVector3(247.113, 62.929, 1003.64), 2, false, -1],
LVPD: [toVector3(288.82, 167.39, 1007.17), 3, false, -1],
SFPD: [toVector3(246.40, 110.84, 1003.22), 10, false, -1],
ReeceBarberShop: [toVector3(411.62, -21.43, 1001.80), 2, false, -1],
FourDragons: [toVector3(2016.26, 1017.77, 996.87), 10, false, -1],
Caligula: [toVector3(2233.8, 1712.23, 1011.76), 1, false, -1],
GenericCasino: [toVector3(1118.88, -10.27, 1002.08), 12, false, -1],
CluckinBell: [toVector3(365.71, -9.88, 1001.85), 9, false, -1],
PizzaStack: [toVector3(372.35, -131.65, 1001.49), 5, false, -1],
BurgerShot: [toVector3(375.96, -65.81, 1001.50), 10, false, -1],
TattooParlor: [toVector3(-203.07, -24.16, 1002.27), 16, false, -1],
Bank: [toVector3(2305.14, -16.274, 26.74), 1, false, -1],
Gas1: [toVector3(-25.96, -187.67, 1003.54), 17, false, -1],
Gas2: [toVector3(6.09, -29.27, 1003.54), 10, false, -1],
Gas3: [toVector3(-30.94, -89.60, 1003.54), 18, false, -1],
Gas4: [toVector3(-25.13, -139.06, 1003.54), 16, false, -1],
Gas5: [toVector3(-27.31, -29.27, 1003.54), 4, false, -1],
Gas6: [toVector3(-26.69, -55.71, 1003.54), 6, false, -1],
Shamal: [toVector3(2.38, 33.10, 1199.84), 1, false, -1],
Andromeda: [toVector3(315.85, 1024.49, 1949.79), 9, false, -1],
AirportTickets: [toVector3(-1827.14, 7.20, 1061.14), 14, false, -1],
AirportBaggage: [toVector3(-1855.56, 41.26, 1061.14), 14, false, -1],
Ammu1: [toVector3(286.14, -40.64, 1001.56), 1, false, -1],
Ammu2: [toVector3(286.80, -82.54, 1001.53), 4, false, -1],
Ammu3: [toVector3(296.91, -108.07, 1001.56), 6, false, -1],
Ammu4: [toVector3(314.82, -141.43, 999.66), 7, false, -1],
Ammu5: [toVector3(316.52, -167.70, 999.66), 6, false, -1],
AmmuBooth: [toVector3(302.29, -143.13, 1004.06), 7, false, -1],
AmmuRange: [toVector3(280.79, -135.20, 1004.06), 7, false, -1],
House1: [toVector3(235.51, 1189.17, 1080.34), 3, false, -1],
House2: [toVector3(225.76, 1240.00, 1082.15), 2, false, -1],
House3: [toVector3(223.04, 1289.26, 1082.20), 1, false, -1],
House4: [toVector3(225.63, 1022.48, 1084.07), 7, false, -1],
House5: [toVector3(295.14, 1474.47, 1080.52), 15, false, -1],
House6: [toVector3(328.49, 1480.59, 1084.45), 15, false, -1],
House7: [toVector3(385.80, 1471.77, 1080.21), 15, false, -1],
Atrium: [toVector3(1726.18, -1641.00, 20.23), 18, false, -1],
CrackPalace: [toVector3(2, 567.52, -1294.59, 1063.25), 2, false, -1],
BloodbowlStadium: [toVector3(-1394.20, 987.62, 1023.96), 15, false, -1],
BurningDesireHouse: [toVector3(2338.32, -1180.61, 1027.98), 5, false, -1],
FurhbergerHouse: [toVector3(2807.63, -1170.15, 1025.57), 8, false, -1],
DillimoreGas: [toVector3(664.19, -570.73, 16.34), 0, false, -1],
DonutShop: [toVector3(377.19, -192.90, 1000.64), 17, false, -1],
Airport: [toVector3(-1830.81, 16.83, 1061.14), 14, false, -1],
JeffersonMotel: [toVector3(2220.26, -1, 148.01, 1025.80), 15, false, -1],
KickstartStadium: [toVector3(-1410.72, 1, 591.16, 1052.53), 14, false, -1],
LibertyCity: [toVector3(-750.80, 491.00, 1371.70), 1, false, -1],
LSXBaggageReclaim: [toVector3(-1870.80, 59.81, 1056.25), 14, false, -1],
JizzyClub: [toVector3(-2637.69, 1404.24, 906.46), 3, false, -1],
RCBattlefield: [toVector3(-1079.99, 1061.58, 1343.04), 10, false, -1],
RyderHouse: [toVector3(2451.77, -1699.80, 1013.51), 2, false, -1],
SFGarage: [toVector3(-2042.42, 178.59, 28.84), 1, false, -1],
SweetHouse: [toVector3(2535.83, -1, 674.32, 1015.50), 1, false, -1],
KatieHouse: [toVector3(267.22, 304.71, 999.14), 2, false, -1],
HelenaHouse: [toVector3(292.44, 308.77, 999.14), 3, false, -1],
WelcomePump: [toVector3(681.66, -453.32, -25.61), 1, false, -1],
WoozieApartment: [toVector3(-2158.72, 641.29, 1052.38), 1, false, -1],
EightTrackStadium: [toVector3(-1395.96, -208.20, 1051.17), 7, false, -1],
DirtBikeStadium: [toVector3(-1424.93, -664.59, 1059.86), 4, false, -1],
CrackDen: [toVector3(75.0475, 1094.6, 18.7597), 5, false, -1],
MotelRoom: [toVector3(2251.85, -1138.16, 1050.63), 9, false, -1],
HashburyHouse: [toVector3(2260.76, -1210.45, 1049.02), 10, false, -1],
CJHouse: [toVector3(2496.65, -1696.55, 1014.74), 3, false, -1],
MaddDoggMansion: [toVector3(1299.14, -794.77, 1084.00), 5, false, -1],
MotelRoom2: [toVector3(2262.83, -1137.71, 1050.63), 10, false, -1],
SafeHouse1: [toVector3(2365.42, -1131.85, 1050.88), 8, false, -1],
SafeHouse2: [toVector3(2324.33, -1144.79, 1050.71), 12, false, -1],
ZeroStore: [toVector3(-2240.00, 131.00, 1035.40), 6, false, -1],
Brothel1: [toVector3(940.65, -18.48, 1000.93), 3, false, -1],
Brothel2: [toVector3(967.53, -53.02, 1001.12), 3, false, -1],
Brothel3: [toVector3(744.27, 1437.25, 1102.70), 6, false, -1],
ProlapsStore: [toVector3(207.35, -138.00, 1003.31), 3, false, -1],
VictimStore: [toVector3(221.33, -6.61, 1005.19), 5, false, -1],
SuburbanStore: [toVector3(203.81, -46.53, 1001.80), 1, false, -1],
SexShop: [toVector3(-106.72, -19.64, 1000.71), 3, false, -1],
BincoStore: [toVector3(207.54, -109.00, 1005.13), 15, false, -1],
Wardrobe: [toVector3(255.71, -41.13, 1002.02), 14, false, -1],
CityHall: [toVector3(389.538, 173.652, 1008.38), 3, false, -1],
GantonGym: [toVector3(772.11, -3.89, 1000.72), 5, false, -1],
KungFuGym: [toVector3(774.21, -48.92, 1000.58), 6, false, -1],
LVGym: [toVector3(773.57, -77.09, 1000.65), 7, false, -1],
InsuranceCompany: [toVector3(-2029.76, -119.624, 1035.17), 1, false, -1],
StripClub1: [toVector3(1204.80, -11.58, 1000.92), 2, false, -1],
StripClub1Private: [toVector3(1204.80, 13.89, 1000.92), 2, false, -1],
NightClub: [toVector3(493.39, -22.72, 1000.67), 17, false, -1],
Warehouse1: [toVector3(1412.63, -1.78, 1000.92), 1, false, -1],
Warehouse2: [toVector3(1302.51, -1.78, 1001.02), 18, false, -1],
Warehouse3: [toVector3(76.63, -301.15, 1.57), 0, false, -1],
Warehouse4: [toVector3(1059.89, 2081.68, 10.82), 0, false, -1],
BikeSchool: [toVector3(1494.32, 1304.94, 1093.28), 3, false, -1],
Bar1: [toVector3(501.98, -69.15, 998.75), 11, false, -1],
Diner1: [toVector3(459.58, -88.60, 999.55), 4, false, -1],
//Diner2: [toVector3(454.97, -110.10, 1000.07), 4, false, -1],
//Diner3: [toVector3(435.27, -80.95, 999.55), 5, false, -1],
SmallPoliceStation: [toVector3(322.19, 302.49, 999.14), 5, false, -1],
LSPD: [toVector3(247.113, 62.929, 1003.64), 2, false, ""],
LVPD: [toVector3(288.82, 167.39, 1007.17), 3, false, ""],
SFPD: [toVector3(246.40, 110.84, 1003.22), 10, false, ""],
ReeceBarberShop: [toVector3(411.62, -21.43, 1001.80), 2, false, ""],
FourDragons: [toVector3(2016.26, 1017.77, 996.87), 10, false, ""],
Caligula: [toVector3(2233.8, 1712.23, 1011.76), 1, false, ""],
GenericCasino: [toVector3(1118.88, -10.27, 1002.08), 12, false, ""],
CluckinBell: [toVector3(365.71, -9.88, 1001.85), 9, false, ""],
PizzaStack: [toVector3(372.35, -131.65, 1001.49), 5, false, ""],
BurgerShot: [toVector3(375.96, -65.81, 1001.50), 10, false, ""],
TattooParlor: [toVector3(-203.07, -24.16, 1002.27), 16, false, ""],
Bank: [toVector3(2305.14, -16.274, 26.74), 1, false, ""],
Gas1: [toVector3(-25.96, -187.67, 1003.54), 17, false, ""],
Gas2: [toVector3(6.09, -29.27, 1003.54), 10, false, ""],
Gas3: [toVector3(-30.94, -89.60, 1003.54), 18, false, ""],
Gas4: [toVector3(-25.13, -139.06, 1003.54), 16, false, ""],
Gas5: [toVector3(-27.31, -29.27, 1003.54), 4, false, ""],
Gas6: [toVector3(-26.69, -55.71, 1003.54), 6, false, ""],
Shamal: [toVector3(2.38, 33.10, 1199.84), 1, false, ""],
Andromeda: [toVector3(315.85, 1024.49, 1949.79), 9, false, ""],
AirportTickets: [toVector3(-1827.14, 7.20, 1061.14), 14, false, ""],
AirportBaggage: [toVector3(-1855.56, 41.26, 1061.14), 14, false, ""],
Ammu1: [toVector3(286.14, -40.64, 1001.56), 1, false, ""],
Ammu2: [toVector3(286.80, -82.54, 1001.53), 4, false, ""],
Ammu3: [toVector3(296.91, -108.07, 1001.56), 6, false, ""],
Ammu4: [toVector3(314.82, -141.43, 999.66), 7, false, ""],
Ammu5: [toVector3(316.52, -167.70, 999.66), 6, false, ""],
AmmuBooth: [toVector3(302.29, -143.13, 1004.06), 7, false, ""],
AmmuRange: [toVector3(280.79, -135.20, 1004.06), 7, false, ""],
House1: [toVector3(235.51, 1189.17, 1080.34), 3, false, ""],
House2: [toVector3(225.76, 1240.00, 1082.15), 2, false, ""],
House3: [toVector3(223.04, 1289.26, 1082.20), 1, false, ""],
House4: [toVector3(225.63, 1022.48, 1084.07), 7, false, ""],
House5: [toVector3(295.14, 1474.47, 1080.52), 15, false, ""],
House6: [toVector3(328.49, 1480.59, 1084.45), 15, false, ""],
House7: [toVector3(385.80, 1471.77, 1080.21), 15, false, ""],
Atrium: [toVector3(1726.18, -1641.00, 20.23), 18, false, ""],
CrackPalace: [toVector3(2, 567.52, -1294.59, 1063.25), 2, false, ""],
BloodbowlStadium: [toVector3(-1394.20, 987.62, 1023.96), 15, false, ""],
BurningDesireHouse: [toVector3(2338.32, -1180.61, 1027.98), 5, false, ""],
FurhbergerHouse: [toVector3(2807.63, -1170.15, 1025.57), 8, false, ""],
DillimoreGas: [toVector3(664.19, -570.73, 16.34), 0, false, ""],
DonutShop: [toVector3(377.19, -192.90, 1000.64), 17, false, ""],
Airport: [toVector3(-1830.81, 16.83, 1061.14), 14, false, ""],
JeffersonMotel: [toVector3(2220.26, -1, 148.01, 1025.80), 15, false, ""],
KickstartStadium: [toVector3(-1410.72, 1, 591.16, 1052.53), 14, false, ""],
LibertyCity: [toVector3(-750.80, 491.00, 1371.70), 1, false, ""],
LSXBaggageReclaim: [toVector3(-1870.80, 59.81, 1056.25), 14, false, ""],
JizzyClub: [toVector3(-2637.69, 1404.24, 906.46), 3, false, ""],
RCBattlefield: [toVector3(-1079.99, 1061.58, 1343.04), 10, false, ""],
RyderHouse: [toVector3(2451.77, -1699.80, 1013.51), 2, false, ""],
SFGarage: [toVector3(-2042.42, 178.59, 28.84), 1, false, ""],
SweetHouse: [toVector3(2535.83, -1, 674.32, 1015.50), 1, false, ""],
KatieHouse: [toVector3(267.22, 304.71, 999.14), 2, false, ""],
HelenaHouse: [toVector3(292.44, 308.77, 999.14), 3, false, ""],
WelcomePump: [toVector3(681.66, -453.32, -25.61), 1, false, ""],
WoozieApartment: [toVector3(-2158.72, 641.29, 1052.38), 1, false, ""],
EightTrackStadium: [toVector3(-1395.96, -208.20, 1051.17), 7, false, ""],
DirtBikeStadium: [toVector3(-1424.93, -664.59, 1059.86), 4, false, ""],
CrackDen: [toVector3(75.0475, 1094.6, 18.7597), 5, false, ""],
MotelRoom: [toVector3(2251.85, -1138.16, 1050.63), 9, false, ""],
HashburyHouse: [toVector3(2260.76, -1210.45, 1049.02), 10, false, ""],
CJHouse: [toVector3(2496.65, -1696.55, 1014.74), 3, false, ""],
MaddDoggMansion: [toVector3(1299.14, -794.77, 1084.00), 5, false, ""],
MotelRoom2: [toVector3(2262.83, -1137.71, 1050.63), 10, false, ""],
SafeHouse1: [toVector3(2365.42, -1131.85, 1050.88), 8, false, ""],
SafeHouse2: [toVector3(2324.33, -1144.79, 1050.71), 12, false, ""],
ZeroStore: [toVector3(-2240.00, 131.00, 1035.40), 6, false, ""],
Brothel1: [toVector3(940.65, -18.48, 1000.93), 3, false, ""],
Brothel2: [toVector3(967.53, -53.02, 1001.12), 3, false, ""],
Brothel3: [toVector3(744.27, 1437.25, 1102.70), 6, false, ""],
ProlapsStore: [toVector3(207.35, -138.00, 1003.31), 3, false, ""],
VictimStore: [toVector3(221.33, -6.61, 1005.19), 5, false, ""],
SuburbanStore: [toVector3(203.81, -46.53, 1001.80), 1, false, ""],
SexShop: [toVector3(-106.72, -19.64, 1000.71), 3, false, ""],
BincoStore: [toVector3(207.54, -109.00, 1005.13), 15, false, ""],
Wardrobe: [toVector3(255.71, -41.13, 1002.02), 14, false, ""],
CityHall: [toVector3(389.538, 173.652, 1008.38), 3, false, ""],
GantonGym: [toVector3(772.11, -3.89, 1000.72), 5, false, ""],
KungFuGym: [toVector3(774.21, -48.92, 1000.58), 6, false, ""],
LVGym: [toVector3(773.57, -77.09, 1000.65), 7, false, ""],
InsuranceCompany: [toVector3(-2029.76, -119.624, 1035.17), 1, false, ""],
StripClub1: [toVector3(1204.80, -11.58, 1000.92), 2, false, ""],
StripClub1Private: [toVector3(1204.80, 13.89, 1000.92), 2, false, ""],
NightClub: [toVector3(493.39, -22.72, 1000.67), 17, false, ""],
Warehouse1: [toVector3(1412.63, -1.78, 1000.92), 1, false, ""],
Warehouse2: [toVector3(1302.51, -1.78, 1001.02), 18, false, ""],
Warehouse3: [toVector3(76.63, -301.15, 1.57), 0, false, ""],
Warehouse4: [toVector3(1059.89, 2081.68, 10.82), 0, false, ""],
BikeSchool: [toVector3(1494.32, 1304.94, 1093.28), 3, false, ""],
Bar1: [toVector3(501.98, -69.15, 998.75), 11, false, ""],
Diner1: [toVector3(459.58, -88.60, 999.55), 4, false, ""],
//Diner2: [toVector3(454.97, -110.10, 1000.07), 4, false, ""],
//Diner3: [toVector3(435.27, -80.95, 999.55), 5, false, ""],
SmallPoliceStation: [toVector3(322.19, 302.49, 999.14), 5, false, ""],
Cinema: [toVector3(2179.95, -1009.75, 1021.68), 0, true, -1],
Courthouse: [toVector3(1219.51, -1792.69, 2431.34), 0, true, -1],
},
[AGRP_GAME_GTA_IV]: { // GTA IV
Office2: [toVector3(-1153.30, 417.37, 5.578), 0, false, -1],
House1: [toVector3(-426.16, 1466.52, 38.971), 0, false, -1],
House2: [toVector3(-969.77, 883.27, 18.817), 0, false, -1],
House3: [toVector3(95.75, 851.68, 45.051), 0, false, -1],
House4: [toVector3(603.04, 1404.06, 17.479), 0, false, -1],
House5: [toVector3(892.56, -502.13, 19.407), 0, false, -1],
House6: [toVector3(-524.09, 830.54, 23.627), 0, false, -1],
House7: [toVector3(806.36, 146.68, 29.243), 0, false, -1],
House8: [toVector3(356.91, 1511.28, 21.432), 0, false, -1],
House9: [toVector3(1319.40, -847.02, 8.872), 0, false, -1],
House10: [toVector3(1331.40, 126.60, 36.558), 0, false, -1],
House11: [toVector3(1387.81, 622.66, 35.857), 0, false, -1],
House12: [toVector3(932.74, -189.29, 35.143), 0, false, -1],
House13: [toVector3(-1397.85, 1473.89, 26.447), 0, false, -1],
House14: [toVector3(806.36, 146.68, 29.243), 0, false, -1],
House15: [toVector3(-526.49, 829.41, 23.627), 0, false, -1],
Gym: [toVector3(403.31, 1480.32, 11.834), 0, false, -1],
PoliceStation: [toVector3(-406.52, 286.57, 13.682), 0, false, -1],
FancyRestaurant: [toVector3(-118.24, -259.06, 12.654), 0, false, -1],
Basement: [toVector3(1304.38, -856.66, 5.490), 0, false, -1],
Office1: [toVector3(-409.31, 285.49, 18.592), 0, false, -1],
Office2: [toVector3(-1153.30, 417.37, 5.578), 0, false, -1],
Office3: [toVector3(817.64, -259.77, 15.343), 0, false, -1],
Office4: [toVector3(-86.35, 56.70, 75.953), 0, false, -1],
HospitalRoom: [toVector3(1240.00, 192.44, 33.553), 0, false, -1],
Church: [toVector3(-286.72, -282.36, 15.632), 0, false, -1],
Prison: [toVector3(-1082.69, -364.05, 7.404), 0, false, -1],
Ship: [toVector3(-336.53, -1494.56, 9.945), 0, false, -1],
Office2: [toVector3(-1153.30, 417.37, 5.578), 0, false, ""],
House1: [toVector3(-426.16, 1466.52, 38.971), 0, false, ""],
House2: [toVector3(-969.77, 883.27, 18.817), 0, false, ""],
House3: [toVector3(95.75, 851.68, 45.051), 0, false, ""],
House4: [toVector3(603.04, 1404.06, 17.479), 0, false, ""],
House5: [toVector3(892.56, -502.13, 19.407), 0, false, ""],
House6: [toVector3(-524.09, 830.54, 23.627), 0, false, ""],
House7: [toVector3(806.36, 146.68, 29.243), 0, false, ""],
House8: [toVector3(356.91, 1511.28, 21.432), 0, false, ""],
House9: [toVector3(1319.40, -847.02, 8.872), 0, false, ""],
House10: [toVector3(1331.40, 126.60, 36.558), 0, false, ""],
House11: [toVector3(1387.81, 622.66, 35.857), 0, false, ""],
House12: [toVector3(932.74, -189.29, 35.143), 0, false, ""],
House13: [toVector3(-1397.85, 1473.89, 26.447), 0, false, ""],
House14: [toVector3(806.36, 146.68, 29.243), 0, false, ""],
House15: [toVector3(-526.49, 829.41, 23.627), 0, false, ""],
Gym: [toVector3(403.31, 1480.32, 11.834), 0, false, ""],
PoliceStation: [toVector3(-406.52, 286.57, 13.682), 0, false, ""],
FancyRestaurant: [toVector3(-118.24, -259.06, 12.654), 0, false, ""],
Basement: [toVector3(1304.38, -856.66, 5.490), 0, false, ""],
Office1: [toVector3(-409.31, 285.49, 18.592), 0, false, ""],
Office2: [toVector3(-1153.30, 417.37, 5.578), 0, false, ""],
Office3: [toVector3(817.64, -259.77, 15.343), 0, false, ""],
Office4: [toVector3(-86.35, 56.70, 75.953), 0, false, ""],
HospitalRoom: [toVector3(1240.00, 192.44, 33.553), 0, false, ""],
Church: [toVector3(-286.72, -282.36, 15.632), 0, false, ""],
Prison: [toVector3(-1082.69, -364.05, 7.404), 0, false, ""],
Ship: [toVector3(-336.53, -1494.56, 9.945), 0, false, ""],
},
[AGRP_GAME_GTA_IV_EFLC]: { // GTA IV EFLC
},
[AGRP_GAME_MAFIA_ONE]: { // Mafia 1
SalieriBar: [toVector3(-336.53, -1494.56, 9.945), 0, false, ""],
},
[AGRP_GAME_MAFIA_TWO]: { // Mafia 2
},
@@ -6667,6 +6677,17 @@ let gameData = {
[AGRP_GAME_MAFIA_THREE]: 0, // Mafia 3
[AGRP_GAME_MAFIA_ONE_DE]: 0, // Mafia Definitive Edition
},
mainWorldScene: {
[AGRP_GAME_GTA_III]: "", // GTA 3
[AGRP_GAME_GTA_VC]: "", // GTA VC
[AGRP_GAME_GTA_SA]: "", // GTA SA
[AGRP_GAME_GTA_IV]: "", // GTA IV
[AGRP_GAME_GTA_IV_EFLC]: "", // GTA IV EFLC
[AGRP_GAME_MAFIA_ONE]: "FREERIDE", // Mafia 1
[AGRP_GAME_MAFIA_TWO]: "", // Mafia 2
[AGRP_GAME_MAFIA_THREE]: "", // Mafia 3
[AGRP_GAME_MAFIA_ONE_DE]: "", // Mafia Definitive Edition
},
properties: {
[AGRP_GAME_GTA_VC]: {
ApartmentBuilding1: {