Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Putting the "https://www.gta5-mods.com/vehicles/audi-rs7-2021-add-on" in the shop as an example..
- Install the above car to follow exactly or use one you have installed already or a GTA5 DLC vehicle you want to add to the Dealerships and remember or save to a file the Spawn Code/Id and the Vehicle Name you will use.
- I'm going to be using the Premium Deluxe Showroom within LSR to buy the vehicle when finished.
- The following XML files we are editing are "ShopMenu.xml" and "ModItems.xml" both can be found within LosSantosRED folder.
- _________________________________________________________________________________________________________
- In the ShopMenu.xml search for PremiumDeluxeMenu which will show the following...
- _________________________________________________________________________________________________________
- <ID>PremiumDeluxeMenu</ID>
- <Name>PremiumDeluxe</Name>
- <GroupName />
- <BannerOverride />
- <Items>
- <MenuItem> <~~~ FROM HERE ~~~
- <ModItemName>Bravado Youga</ModItemName>
- <PurchasePrice>26000</PurchasePrice>
- <SalesPrice>16000</SalesPrice>
- <IsIllicilt>false</IsIllicilt>
- <Extras />
- <SubPrice>1</SubPrice>
- <SubAmount>30</SubAmount>
- <NumberOfItemsToSellToPlayer>-1</NumberOfItemsToSellToPlayer>
- <NumberOfItemsToPurchaseFromPlayer>-1</NumberOfItemsToPurchaseFromPlayer>
- </MenuItem> <~~~ TO HERE ~~~
- _________________________________________________________________________________________________________
- Copy from <MenuItem> to </MenuItem> and then paste in the new entry so it looks like below...
- _________________________________________________________________________________________________________
- <ID>PremiumDeluxeMenu</ID>
- <Name>PremiumDeluxe</Name>
- <GroupName />
- <BannerOverride />
- <Items>
- <MenuItem>
- <ModItemName>Bravado Youga</ModItemName>
- <PurchasePrice>26000</PurchasePrice>
- <SalesPrice>16000</SalesPrice>
- <IsIllicilt>false</IsIllicilt>
- <Extras />
- <SubPrice>1</SubPrice>
- <SubAmount>30</SubAmount>
- <NumberOfItemsToSellToPlayer>-1</NumberOfItemsToSellToPlayer>
- <NumberOfItemsToPurchaseFromPlayer>-1</NumberOfItemsToPurchaseFromPlayer>
- </MenuItem>
- <MenuItem>
- <ModItemName>Bravado Youga</ModItemName>
- <PurchasePrice>26000</PurchasePrice>
- <SalesPrice>16000</SalesPrice>
- <IsIllicilt>false</IsIllicilt>
- <Extras />
- <SubPrice>1</SubPrice>
- <SubAmount>30</SubAmount>
- <NumberOfItemsToSellToPlayer>-1</NumberOfItemsToSellToPlayer>
- <NumberOfItemsToPurchaseFromPlayer>-1</NumberOfItemsToPurchaseFromPlayer>
- </MenuItem>
- _
- ________________________________________________________________________________________________________
- Now rename your new entry for the vehicle your adding.. in this example the "Audi RS7" (ANY name can be used but it must MATCH the name used in ModItems.xml later)
- You can also adjust the buy and sell price while here..
- _________________________________________________________________________________________________________
- <ID>PremiumDeluxeMenu</ID>
- <Name>PremiumDeluxe</Name>
- <GroupName />
- <BannerOverride />
- <Items>
- <MenuItem>
- <ModItemName>Bravado Youga</ModItemName>
- <PurchasePrice>26000</PurchasePrice>
- <SalesPrice>16000</SalesPrice>
- <IsIllicilt>false</IsIllicilt>
- <Extras />
- <SubPrice>1</SubPrice>
- <SubAmount>30</SubAmount>
- <NumberOfItemsToSellToPlayer>-1</NumberOfItemsToSellToPlayer>
- <NumberOfItemsToPurchaseFromPlayer>-1</NumberOfItemsToPurchaseFromPlayer>
- </MenuItem>
- <MenuItem>
- <ModItemName>Audi RS7</ModItemName>
- <PurchasePrice>36000</PurchasePrice>
- <SalesPrice>26000</SalesPrice>
- <IsIllicilt>false</IsIllicilt>
- <Extras />
- <SubPrice>1</SubPrice>
- <SubAmount>30</SubAmount>
- <NumberOfItemsToSellToPlayer>-1</NumberOfItemsToSellToPlayer>
- <NumberOfItemsToPurchaseFromPlayer>-1</NumberOfItemsToPurchaseFromPlayer>
- </MenuItem>
- _____________________________________________________________________________________________________________________________
- You are now done with ShopMenus.xml so make sure you SAVE before you close and now it's time to open ModItems.xml ...
- _____________________________________________________________________________________________________________________________
- Open ModItems.xml and search "Albany Alpha" for the start of the vehicle information section and like we did above we are going to copy and paste in a new entry..
- <VehicleItems>
- <VehicleItem> <~~~ FROM HERE ~~~
- <Name>Albany Alpha</Name>
- <Description>Blending modern performance and design with the classic luxury styling of a stately car, the Alpha is sleek, sexy and handles so well you'll forget you're driving it. Which could be a problem at 150 mph...</Description>
- <ItemType>Vehicles</ItemType>
- <ItemSubType>None</ItemSubType>
- <MeasurementName>Item</MeasurementName>
- <AmountPerPackage>1</AmountPerPackage>
- <IsPossessionIllicit>false</IsPossessionIllicit>
- <PercentLostOnUse>0</PercentLostOnUse>
- <ConsumeOnPurchase>false</ConsumeOnPurchase>
- <CanConsume>false</CanConsume>
- <FindPercentage>0</FindPercentage>
- <RequiresDLC>true</RequiresDLC>
- <ModelName>alpha</ModelName>
- <ModelHash>0</ModelHash>
- </VehicleItem> <~~~ TO HERE ~~~
- _________________________________________________________________________________________________________
- Copy from <VehicleItem> to </VehicleItem> and then paste in the new entry so it looks like below...
- _________________________________________________________________________________________________________
- <VehicleItems>
- <VehicleItem>
- <Name>Albany Alpha</Name>
- <Description>Blending modern performance and design with the classic luxury styling of a stately car, the Alpha is sleek, sexy and handles so well you'll forget you're driving it. Which could be a problem at 150 mph...</Description>
- <ItemType>Vehicles</ItemType>
- <ItemSubType>None</ItemSubType>
- <MeasurementName>Item</MeasurementName>
- <AmountPerPackage>1</AmountPerPackage>
- <IsPossessionIllicit>false</IsPossessionIllicit>
- <PercentLostOnUse>0</PercentLostOnUse>
- <ConsumeOnPurchase>false</ConsumeOnPurchase>
- <CanConsume>false</CanConsume>
- <FindPercentage>0</FindPercentage>
- <RequiresDLC>true</RequiresDLC>
- <ModelName>alpha</ModelName>
- <ModelHash>0</ModelHash>
- </VehicleItem>
- <VehicleItem>
- <Name>Albany Alpha</Name>
- <Description>Blending modern performance and design with the classic luxury styling of a stately car, the Alpha is sleek, sexy and handles so well you'll forget you're driving it. Which could be a problem at 150 mph...</Description>
- <ItemType>Vehicles</ItemType>
- <ItemSubType>None</ItemSubType>
- <MeasurementName>Item</MeasurementName>
- <AmountPerPackage>1</AmountPerPackage>
- <IsPossessionIllicit>false</IsPossessionIllicit>
- <PercentLostOnUse>0</PercentLostOnUse>
- <ConsumeOnPurchase>false</ConsumeOnPurchase>
- <CanConsume>false</CanConsume>
- <FindPercentage>0</FindPercentage>
- <RequiresDLC>true</RequiresDLC>
- <ModelName>alpha</ModelName>
- <ModelHash>0</ModelHash>
- </VehicleItem>
- _________________________________________________________________________________________________________
- Now give the new entry the exact name as you used in the ShopMenu.xml or the vehicle won't be found in the shop
- In the new entry change the Albany Alpha in "<Name>Albany Alpha</Name>" to use the Name used in ShopMenu.xml
- For this example it would be <Name>Audi RS7</Name>
- In the new entry change the alpha in "<ModelName>alpha</ModelName>" to use the spawn code of the new vehicle you are adding.
- For this example it would be <ModelName>rs721</ModelName> to spawn Audi RS7
- Description can be changed to nothing by using <Description />
- Or use <Description>ENTER INFO HERE</Description> if you want to add that information.
- _________________________________________________________________________________________________________
- <VehicleItems>
- <VehicleItem>
- <Name>Albany Alpha</Name>
- <Description>Blending modern performance and design with the classic luxury styling of a stately car, the Alpha is sleek, sexy and handles so well you'll forget you're driving it. Which could be a problem at 150 mph...</Description>
- <ItemType>Vehicles</ItemType>
- <ItemSubType>None</ItemSubType>
- <MeasurementName>Item</MeasurementName>
- <AmountPerPackage>1</AmountPerPackage>
- <IsPossessionIllicit>false</IsPossessionIllicit>
- <PercentLostOnUse>0</PercentLostOnUse>
- <ConsumeOnPurchase>false</ConsumeOnPurchase>
- <CanConsume>false</CanConsume>
- <FindPercentage>0</FindPercentage>
- <RequiresDLC>true</RequiresDLC>
- <ModelName>alpha</ModelName>
- <ModelHash>0</ModelHash>
- </VehicleItem>
- <VehicleItem>
- <Name>Audi RS7</Name> <--- THIS NAME MUST MATCH NAME USED IN SHOPMENU.XML
- <Description />
- <ItemType>Vehicles</ItemType>
- <ItemSubType>None</ItemSubType>
- <MeasurementName>Item</MeasurementName>
- <AmountPerPackage>1</AmountPerPackage>
- <IsPossessionIllicit>false</IsPossessionIllicit>
- <PercentLostOnUse>0</PercentLostOnUse>
- <ConsumeOnPurchase>false</ConsumeOnPurchase>
- <CanConsume>false</CanConsume>
- <FindPercentage>0</FindPercentage>
- <RequiresDLC>true</RequiresDLC> <---- Can Be Changed to false
- <ModelName>rs721</ModelName> <--- VEHICLE SPAWNID / SPAWN CODE
- <ModelHash>0</ModelHash>
- </VehicleItem>
- _________________________________________________________________________________________________________
- And.... now save ModItems.xml.
- _________________________________________________________________________________________________________
- Now in-game with LSR loaded press F10 then Settings > Change Player Settings Sub Menu > Other Settings and enable AllowDLCVehiclesInStores.
- You could also set the "<RequiresDLC>true</RequiresDLC>" to "<RequiresDLC>false</RequiresDLC>" so you don't need to enable DLC cars in settings.
- You should now be able to go to Premium Deluxe and buy your new vehicle if you have followed the instructions.
- Image of the vehicle in showroom "https://postimg.cc/FkfsqtTj"
- :....Other Helpful Info....:
- LSR Vehicle Dealerships List.
- <ID>AlbanyMenu</ID>
- <ID>BenefactorGallavanterMenu</ID>
- <ID>BravadoMenu</ID>
- <ID>ElitasMenu</ID> -- Planes, Helicopters --
- <ID>GetAweighMenu</ID> -- Boats, JetSki's --
- <ID>HelmutMenu</ID>
- <ID>KarinMenu</ID>
- <ID>LarrysRVMenu</ID>
- <ID>LuxuryAutosMenu</ID>
- <ID>PremiumDeluxeMenu</ID>
- <ID>SandersMenu</ID> -- Motorcycles --
- <ID>VapidMenu</ID>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement