From d0f33326f690418e73ea7321a94408f081e3a309 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Mon, 13 Dec 2021 20:47:05 -0600 Subject: [PATCH] Add missing game data --- scripts/shared/gamedata.js | 422 +++++++++++++++++++++++++++++++++++-- 1 file changed, 399 insertions(+), 23 deletions(-) diff --git a/scripts/shared/gamedata.js b/scripts/shared/gamedata.js index af720781..4087d21b 100644 --- a/scripts/shared/gamedata.js +++ b/scripts/shared/gamedata.js @@ -3195,7 +3195,7 @@ let gameData = { [], // INVALID [], // INVALID [ // MAFIA 1 - [-759.00, 11.40, 747.31], // New Ark Hospital + , // New Ark Hospital ], [], // MAFIA 2 [], // MAFIA 3 @@ -3618,7 +3618,7 @@ let gameData = { { }, - { + { // GTA III clothingStore: [ ["Outfit", 500, 2] ], @@ -3745,7 +3745,7 @@ let gameData = { //["Vehicle Body Part Kit", 500, 2], ], }, - { + { // GTA VC clothingStore: [ ["Outfit", 500, 2] ], @@ -3879,7 +3879,7 @@ let gameData = { //["Vehicle Body Part Kit", 500, 2], ], }, - { + { // GTA SA clothingStore: [ ["Outfit", 500, 2] ], @@ -4020,6 +4020,268 @@ let gameData = { //["Vehicle Hydraulics Kit", 500, 2], //["Vehicle Body Part Kit", 500, 2], ], + }, + {}, // GTA UG + { // GTA IV + clothingStore: [ + ["Outfit", 500, 2] + ], + legalGunStore: [ + ], + illegalGunStore: [ + ["Micro SMG/Uzi", 500, 2], + ["MP5", 500, 2], + ["Tec-9", 500, 2], + ["AK-47", 500, 2], + ["M4", 500, 2], + ["Combat Shotgun", 500, 2], + ["Sniper Rifle", 500, 2] + ], + sexShop: [ + ["Purple Dildo", 500, 2], + ["Dildo", 500, 2], + ["Vibrator", 500, 2], + ["Silver Vibrator", 500, 2], + ["Flowers", 500, 2] + ], + gasStation: [ + ["Bottle of Soda", 500, 2], + ["Can of Soda", 500, 2], + ["Slice of Pizza", 500, 2], + ["Bottle of Water", 500, 2], + ["Can of Beer", 500, 2] + ], + electronicsStore: [ + ["Phone", 500, 2], + ["Walkie Talkie", 500, 2], + ["Megaphone", 500, 2], + ["Tazer", 500, 2], + ["Camera", 500, 2] + ], + bar: [ + ["Bottle of Vodka", 500, 2], + ["Bottle of Whiskey", 500, 2], + ["Bottle of Soda", 500, 2], + ["Bottle of Wine", 500, 2], + ["Bottle of Bourbon", 500, 2], + ["Shot of Bourbon", 500, 2], + ["Shot of Vodka", 500, 2], + ["Shot of Whiskey", 500, 2], + ["Glass of Wine", 500, 2], + ], + club: [ + ["Bottle of Vodka", 500, 2], + ["Bottle of Whiskey", 500, 2], + ["Bottle of Soda", 500, 2], + ["Bottle of Wine", 500, 2], + ["Bottle of Bourbon", 500, 2], + ["Shot of Bourbon", 500, 2], + ["Shot of Vodka", 500, 2], + ["Shot of Whiskey", 500, 2], + ["Glass of Wine", 500, 2], + ], + chicken: [ + ["Bucket of Chicken", 500, 2], + ["Chicken Tenders Meal", 500, 2], + ["Large Fries", 500, 2], + ["Small Fries", 500, 2], + ["Bottle of Soda", 500, 2], + ], + burger: [ + ["Bacon Cheeseburger", 500, 2], + ["Double Cheeseburger", 500, 2], + ["Big Boy Burger", 500, 2], + ["Large Fries", 500, 2], + ["Small Fries", 500, 2], + ["Bottle of Soda", 500, 2], + ], + chinese: [ + ["Egg Roll", 500, 2], + ["Lo Mein", 500, 2], + ["Fried Rice", 500, 2], + ["Crab Rangoon", 500, 2], + ["Egg Drop Soup", 500, 2], + ["Moo Shu Pork", 500, 2], + ["Egg Foo Young", 500, 2], + ["Sesame Chicken", 500, 2], + ], + italian: [ + ["Bottle of Wine", 500, 2], + ["Glass of Wine", 500, 2], + ["Arancini", 500, 2], + ["Lasagne", 500, 2], + ["Chicken Alfredo", 500, 2], + ["Fettucine Alfredo", 500, 2], + ["Chicken Parmigiana", 500, 2], + ["Chicken Carbonara", 500, 2], + ["Sausage Rigatoni", 500, 2], + ["Chicken Salad", 500, 2], + ["Caesar Salad", 500, 2], + ], + mexican: [ + ["Crunchy Taco", 500, 2], + ["Beaf and Bean Burrito", 500, 2], + ["Burrito Supreme", 500, 2], + ["Cheesy Nachos", 500, 2], + ["Nacho Supreme", 500, 2], + ["Bottle of Soda", 500, 2], + ], + pizza: [ + ["Large Pizza", 500, 2], + ["Medium Pizza", 500, 2], + ["Small Pizza", 500, 2], + ["Buffalo Wings", 500, 2], + ["Hot Wings", 500, 2], + ["Bottle of Soda", 500, 2], + ], + coffeeDonutShop: [ + ["Glazed Donut", 500, 2], + ["Frosted Donut", 500, 2], + ["Jelly Donut", 500, 2], + ["Cream-filled Donut", 500, 2], + ["Apple Fritter", 500, 2], + ["Pumpkin Spice Latte", 500, 2], + ["Mocha Latte", 500, 2], + ["Iced Coffee", 500, 2], + ["Apple Fritter", 500, 2], + ["Large Coffee", 500, 2], + ["Small Coffee", 500, 2], + ], + vehicleRepairShop: [ + ["Vehicle Repair Kit", 500, 2], + ["Vehicle Decal Kit", 500, 2], + ["Vehicle Primary Colour Kit", 500, 2], + ["Vehicle Secondary Colour Kit", 500, 2], + //["Vehicle NOS Kit", 500, 2], + //["Vehicle Hydraulics Kit", 500, 2], + //["Vehicle Body Part Kit", 500, 2], + ], + }, + {}, // GTA IV EFLC + {}, // INVALID + {}, // INVALID + {}, // INVALID + { // Mafia 1 + clothingStore: [ + ["Outfit", 500, 2] + ], + legalGunStore: [ + ], + illegalGunStore: [ + ], + sexShop: [ + ["Purple Dildo", 500, 2], + ["Dildo", 500, 2], + ["Vibrator", 500, 2], + ["Silver Vibrator", 500, 2], + ["Flowers", 500, 2] + ], + gasStation: [ + ["Bottle of Soda", 500, 2], + ["Can of Soda", 500, 2], + ["Slice of Pizza", 500, 2], + ["Bottle of Water", 500, 2], + ["Can of Beer", 500, 2] + ], + electronicsStore: [ + ["Phone", 500, 2], + ["Walkie Talkie", 500, 2], + ["Megaphone", 500, 2], + ["Tazer", 500, 2], + ["Camera", 500, 2] + ], + bar: [ + ["Bottle of Vodka", 500, 2], + ["Bottle of Whiskey", 500, 2], + ["Bottle of Soda", 500, 2], + ["Bottle of Wine", 500, 2], + ["Bottle of Bourbon", 500, 2], + ["Shot of Bourbon", 500, 2], + ["Shot of Vodka", 500, 2], + ["Shot of Whiskey", 500, 2], + ["Glass of Wine", 500, 2], + ], + club: [ + ["Bottle of Vodka", 500, 2], + ["Bottle of Whiskey", 500, 2], + ["Bottle of Soda", 500, 2], + ["Bottle of Wine", 500, 2], + ["Bottle of Bourbon", 500, 2], + ["Shot of Bourbon", 500, 2], + ["Shot of Vodka", 500, 2], + ["Shot of Whiskey", 500, 2], + ["Glass of Wine", 500, 2], + ], + chicken: [ + ["Bucket of Chicken", 500, 2], + ["Chicken Tenders Meal", 500, 2], + ["Large Fries", 500, 2], + ["Small Fries", 500, 2], + ["Bottle of Soda", 500, 2], + ], + burger: [ + ["Bacon Cheeseburger", 500, 2], + ["Double Cheeseburger", 500, 2], + ["Big Boy Burger", 500, 2], + ["Large Fries", 500, 2], + ["Small Fries", 500, 2], + ["Bottle of Soda", 500, 2], + ], + chinese: [ + ["Egg Roll", 500, 2], + ["Lo Mein", 500, 2], + ["Fried Rice", 500, 2], + ["Crab Rangoon", 500, 2], + ["Egg Drop Soup", 500, 2], + ["Moo Shu Pork", 500, 2], + ["Egg Foo Young", 500, 2], + ["Sesame Chicken", 500, 2], + ], + italian: [ + ["Bottle of Wine", 500, 2], + ["Glass of Wine", 500, 2], + ["Arancini", 500, 2], + ["Lasagne", 500, 2], + ["Chicken Alfredo", 500, 2], + ["Fettucine Alfredo", 500, 2], + ["Chicken Parmigiana", 500, 2], + ["Chicken Carbonara", 500, 2], + ["Sausage Rigatoni", 500, 2], + ["Chicken Salad", 500, 2], + ["Caesar Salad", 500, 2], + ], + mexican: [ + ["Crunchy Taco", 500, 2], + ["Beaf and Bean Burrito", 500, 2], + ["Burrito Supreme", 500, 2], + ["Cheesy Nachos", 500, 2], + ["Nacho Supreme", 500, 2], + ["Bottle of Soda", 500, 2], + ], + pizza: [ + ["Large Pizza", 500, 2], + ["Medium Pizza", 500, 2], + ["Small Pizza", 500, 2], + ["Buffalo Wings", 500, 2], + ["Hot Wings", 500, 2], + ["Bottle of Soda", 500, 2], + ], + coffeeDonutShop: [ + ["Glazed Donut", 500, 2], + ["Frosted Donut", 500, 2], + ["Jelly Donut", 500, 2], + ["Cream-filled Donut", 500, 2], + ["Apple Fritter", 500, 2], + ["Pumpkin Spice Latte", 500, 2], + ["Mocha Latte", 500, 2], + ["Iced Coffee", 500, 2], + ["Apple Fritter", 500, 2], + ["Large Coffee", 500, 2], + ["Small Coffee", 500, 2], + ], + vehicleRepairShop: [ + ["Vehicle Repair Kit", 500, 2], + ], } ], interiorTemplates: [ @@ -4153,6 +4415,19 @@ let gameData = { { // GTA IV }, + + {}, // GTA IV EFLC + {}, // INVALID + {}, // INVALID + {}, // INVALID + { // Mafia 1 + }, + { // Mafia 2 + }, + { // Mafia 3 + }, + { // Mafia 1 Definitive Edition + }, ], skinChangePosition: [ [], @@ -4290,7 +4565,19 @@ let gameData = { blip: false, name: "Leftwood", }, - ] + ], + [], // GTA IV EFLC + [], // INVALID + [], // INVALID + [], // INVALID + [ // Mafia 1 + ], + [ // Mafia 2 + ], + [ // Mafia 3 + ], + [ // Mafia 1 Definitive Edition + ], ], fireStations: [ false, @@ -4354,7 +4641,19 @@ let gameData = { blip: false, name: "Chinatown", }, - ] + ], + [], // GTA IV EFLC + [], // INVALID + [], // INVALID + [], // INVALID + [ // Mafia 1 + ], + [ // Mafia 2 + ], + [ // Mafia 3 + ], + [ // Mafia 1 Definitive Edition + ], ], hospitals: [ false, @@ -4397,13 +4696,13 @@ let gameData = { position: toVector3(1172.96, -1323.42, 15.40), heading: 1.5, blip: false, - name: "All Saints", + name: "All Saints General Hospital", }, { position: toVector3(2034.04, -1405.07, 17.24), heading: 1.5, blip: false, - name: "County General", + name: "County General Hospital", }, ], [ // GTA UG @@ -4414,27 +4713,45 @@ let gameData = { position: toVector3(1199.59, 196.78, 33.554), heading: 1.633, blip: false, - name: "Schottler", + name: "Schottler Medical Center", }, { position: toVector3(980.71, 1831.61, 23.898), heading: -0.049, blip: false, - name: "Northern Gardens", + name: "Northern Gardens Medical Center", }, { position: toVector3(-1317.27, 1277.20, 22.370), heading: 2.246, blip: false, - name: "Leftwood", + name: "Leftwood Medical Center", }, { position: toVector3(-1538.43, 344.58, 20.943), heading: -0.156, blip: false, - name: "Acter", + name: "Acter Medical Center", }, - ] + ], + [], // GTA IV EFLC + [], // INVALID + [], // INVALID + [], // INVALID + [ // Mafia 1 + { + position: toVector3(-759.00, 11.40, 747.31), + heading: 0.0, + blip: false, + name: "New Ark Hospital", + }, + ], + [ // Mafia 2 + ], + [ // Mafia 3 + ], + [ // Mafia 1 Definitive Edition + ], ], payAndSprays: [ false, @@ -4466,7 +4783,19 @@ let gameData = { ], [ // GTA IV - ] + ], + [], // GTA IV EFLC + [], // INVALID + [], // INVALID + [], // INVALID + [ // Mafia 1 + ], + [ // Mafia 2 + ], + [ // Mafia 3 + ], + [ // Mafia 1 Definitive Edition + ], ], ammunations: [ @@ -4494,7 +4823,19 @@ let gameData = { ], [ // GTA IV - ] + ], + [], // GTA IV EFLC + [], // INVALID + [], // INVALID + [], // INVALID + [ // Mafia 1 + ], + [ // Mafia 2 + ], + [ // Mafia 3 + ], + [ // Mafia 1 Definitive Edition + ], ], fuelStations: [ false, @@ -4516,16 +4857,51 @@ let gameData = { ], [ // GTA IV - ] + ], + [], // INVALID + [], // INVALID + [], // INVALID + [], // Mafia 1 + [], // Mafia 2 + [], // Mafia 3 + [], // Mafia 1 DE ], taxiModels: [ - [], - [110, 128, 148], - [150, 160, 216], - [420, 438], - [], - [-1932515764, -956048545, 1208856469], - [-1932515764, -956048545, 1208856469], + [ // INVALID + + ], + [ // GTA III + 110, + 128, + 148 + ], + [ // GTA VC + 150, + 160, + 216 + ], + [// GTA SA + 420, + 438 + ], + [], // GTA UG + [ // GTA IV + -1932515764, + -956048545, + 1208856469 + ], + [], // GTA IV EFLC + [], // INVALID + [], // INVALID + [], // INVALID + [ // Mafia 1 + ], + [ // Mafia 2 + ], + [ // Mafia 3 + ], + [ // Mafia 1 Definitive Edition + ], ], };