Auto Dealers V 2.0.1
39,554
307
-
2023년 01월 05일 (목)
Now you can buy vehicles offline (cars, bikes, vans, trucks and more)!
UPDATE 12/2022: After four years I'm back with the new improved version 2.x of the mod. It's rewritten from scratch, no more crashes: smart spawning system will now queue all the required models and not try to spawn them all at once. Also, now all the Dealers are present on the game map automatically, there is no more option to toggle them.
UPDATE 12/2022: The mod is open-source now: https://github.com/veocode/autodealers
HOW TO USE
- Check the game map for Auto Dealers icons;
- Go to Auto Dealer and choose vehicle you want to buy;
- Sit in the vehicle and click "Buy this vehicle";
- Vehicle engine will be unlocked and you can drive away.
MAIN FEATURES
- 17 dealerships all around the state;
- Each dealership has its unique specialization (brand or vehicle class);
- Dealerships offer different sets of cars on each visit;
- Realistic vehicle prices;
- Test Drive any vehicle before you buy;
- Examine vehicles: open doors, trunk and hood, sit on different seats;
- Set custom License Plate text on a bought vehicle;
- Fully customizable:
- All vehicles and prices stored in XML files;
- You can add custom vehicles for sale;
- Modded vehicles support;
DEPENDENCIES
These mods are required, make sure you install them first:
- ScriptHookV by Alexander Blade (extract in your GTAV folder)
- ScriptHookV .NET by crosire and team (extract to GTAV folder and create GTAV\Scripts subfolder)
- LemonUI by Lemon (extract SHVDN3 folder contents to GTAV\Scripts folder)
INSTALLATION
Copy AutoDealers.dll and AutoDealersData folder to GTAV\Scripts
HOW TO EDIT VEHICLE PRICES
- Goto GTAV\Scripts\AutoDealersData folder;
- Open XML file for required dealership in text editor;
- Edit price, save the file, restart game.
HOW TO ADD CUSTOM VEHICLE FOR SALE
- Sit in the vehicle you want to add;
- Press Shift+U to open menu and click "Add current vehicle";
- Select Auto Dealer;
- Enter vehicle name;
- Enter vehicle price;
- Done. Added vehicle will be available for sale at selected dealership.
최초 업로드: 2018년 09월 22일 (토)
마지막 업로드: 2023년 01월 06일 (금)
마지막 다운로드: 2시간 전
댓글 170
Now you can buy vehicles offline (cars, bikes, vans, trucks and more)!
UPDATE 12/2022: After four years I'm back with the new improved version 2.x of the mod. It's rewritten from scratch, no more crashes: smart spawning system will now queue all the required models and not try to spawn them all at once. Also, now all the Dealers are present on the game map automatically, there is no more option to toggle them.
UPDATE 12/2022: The mod is open-source now: https://github.com/veocode/autodealers
HOW TO USE
- Check the game map for Auto Dealers icons;
- Go to Auto Dealer and choose vehicle you want to buy;
- Sit in the vehicle and click "Buy this vehicle";
- Vehicle engine will be unlocked and you can drive away.
MAIN FEATURES
- 17 dealerships all around the state;
- Each dealership has its unique specialization (brand or vehicle class);
- Dealerships offer different sets of cars on each visit;
- Realistic vehicle prices;
- Test Drive any vehicle before you buy;
- Examine vehicles: open doors, trunk and hood, sit on different seats;
- Set custom License Plate text on a bought vehicle;
- Fully customizable:
- All vehicles and prices stored in XML files;
- You can add custom vehicles for sale;
- Modded vehicles support;
DEPENDENCIES
These mods are required, make sure you install them first:
- ScriptHookV by Alexander Blade (extract in your GTAV folder)
- ScriptHookV .NET by crosire and team (extract to GTAV folder and create GTAV\Scripts subfolder)
- LemonUI by Lemon (extract SHVDN3 folder contents to GTAV\Scripts folder)
INSTALLATION
Copy AutoDealers.dll and AutoDealersData folder to GTAV\Scripts
HOW TO EDIT VEHICLE PRICES
- Goto GTAV\Scripts\AutoDealersData folder;
- Open XML file for required dealership in text editor;
- Edit price, save the file, restart game.
HOW TO ADD CUSTOM VEHICLE FOR SALE
- Sit in the vehicle you want to add;
- Press Shift+U to open menu and click "Add current vehicle";
- Select Auto Dealer;
- Enter vehicle name;
- Enter vehicle price;
- Done. Added vehicle will be available for sale at selected dealership.
최초 업로드: 2018년 09월 22일 (토)
마지막 업로드: 2023년 01월 06일 (금)
마지막 다운로드: 2시간 전
-
@Hydraxonn if you look inside Dealers.xml file, you'll get the idea how to add custom dealer. To get coordinates and vehicle IDs I use Map Editor mod (it can save built maps to file)
2023년 01월 05일 (목) -
-
@megazOid Fantastic! I don't mind poking around in the XML files, I'm just glad it's possible. Thanks again for your awesome mod and hard work!
2023년 01월 05일 (목) -
Also, consider releasing new versions on GitHub as well so I don't have to wait 12+ hours for a mod here to approve the download. I like testing new features ASAP!
2023년 01월 05일 (목) -
Plus, if I could set the blips to not be persistent, that'd help clean up the minimap quite a bit. Thanks again!
2023년 01월 05일 (목) -
-
-
These scripts cause performance issue a lot because it spawns many vehicles in one time, you should bring some menu and let player choice which dealer location that player want to visit then arrange the meeting but not spawn all in one time.
2023년 01월 11일 (수) -
@V3ry_H1GH i'm still accepting ideas and suggestions on how to run own auto dealer
2023년 01월 13일 (금) -
@xxeennxxeeii47 each dealer spawns only when you come closer than 200m to it. If you leave that radius, dealer will be removed automatically, all props and vehicles are destroyed instantly. You can check this using Map Editor or any other mod that allows you to fly fast with camera.
2023년 01월 13일 (금) -
@V3ry_H1GH no, you can't steal the car, it has "broken" engine until you pay
2023년 01월 13일 (금) -
-
I really love this mod and I want it to work. But it's installed but the garages are displaying on the map? how do I fix it or get it to work.
2023년 03월 14일 (화) -
I'd love an ini file or an option in dealers.xml where I could disable the blips. I have a lot of blips and dealerships, and I use another mod to handle all my blips. Love the mod!
2023년 04월 15일 (토) -
@GeeMaster you don't need to mess around with IDs, just sit in your custom car and press Shift+U to add it to sale
2023년 05월 17일 (수)
Version 2.0.1:
+ Added 2 more dealers (Warstock, HVY Duties);
+ Improved UI;
+ Fixed minor issues;