Virtual Car Dealer v1.6.0

Cyberpunk 2077 Mods |

Virtual Car Dealer v1.6.0

Very basic framework which allows modders to add any vehicle to a simple virtual shop using TweakXL.

Info
Virtual Car Dealer adds a new in-game store which you can access from PC in any of your appartments (the same way like Virtual Atelier does). It checks if any supported vehicle mods installed and just displays all detected records as purchasable cars.

For modders – Adding a new car
The only requirement here is that you have your car defined with TweakXL. Virtual Car Dealer searches for a few flats defined for vehicle record and adds a new purchasable item if records were found:

dealerPrice – vehicle selling price – Int
dealerCred – required Street Cred to unlock purchase – Int
dealerAtlasPath – path to inkatlas resource for full vehicle preview image – String
dealerPartName – texture part name inside inkatlas – String
dealerVariants – additional color variations for base vehicle record – array of Strings

For example if you made a new vehicle with id Vehicle.my.custom_vehicle (and appended it to Vehicle.vehicle_list.list) then new lines might look like this:

Vehicle.my.custom_vehicle.dealerPrice: 123000
Vehicle.my.custom_vehicle.dealerCred: 20
Vehicle.my.custom_vehicle.dealerAtlasPath: “base/gameplay/gui/common/icons/codex/assets_fullscreen25.inkatlas”
Vehicle.my.custom_vehicle.dealerPartName: “v_makigai_maimai_basic_suburban_05_full”

And if you are making color variations then declare dealerPrice, dealerCred and dealerVariants for base record and separate dealerAtlasPath and dealerPartName for each color variant and then append color variations records to Vehicle.vehicle_list (but not the base record). Example:

Vehicle.my.custom_vehicle.blue.dealerAtlasPath: “your/path/to/inkatlas.inkatlas”
Vehicle.my.custom_vehicle.blue.dealerPartName: “your_blue_preview_icon”

Vehicle.my.custom_vehicle.green.dealerAtlasPath: “your/path/to/inkatlas.inkatlas”
Vehicle.my.custom_vehicle.green.dealerPartName: “your_green_preview_icon”

Vehicle.my.custom_vehicle.dealerPrice: 123000
Vehicle.my.custom_vehicle.dealerCred: 20
Vehicle.my.custom_vehicle.dealerVariants:
– “Vehicle.my.custom_vehicle.blue”
– “Vehicle.my.custom_vehicle.green”

# And somewhere in your tweak file
Vehicle.vehicle_list.list:
– !append t”Vehicle.my.custom_vehicle.blue”
– !append t”Vehicle.my.custom_vehicle.green”

For my sample cars pack I used previews from codex which have size 1860×609 so it is better to make something similar (or you can reuse codex images as well). Previews for vehicle summoning widget should have 470 px width.

How to install
Download and install all required files
Download the mod archives and unpack both to the game folder

How to uninstall
Delete Cyberpunk 2077\r6\scripts\VirtualCarDealer folder
Delete Cyberpunk 2077\r6\tweaks\VirtualCarDealer folder
Delete VirtualCarDealer.archive and VirtualCarDealer.archive.xl from your Cyberpunk 2077\archive\pc\mod folder.

Translation
If you want to translate the mod to your own language, then download Translation sources archive, open vdealer.json with any text editor (I would recommend Notepad++) and translate only lines with “femaleVariant” key (sample screenshot from other mod, text which you should change marked with yellow). After that check the code for your language here at the table below and send translated file back to me.

Currently supported languages:
English
Russian
French (credits to Unseen Unit)
Traditional Chinese (credits to hansdofer)
Polish (credits to george173)
Spanish (credits to iguruspain)
Italian (credits to NarakuITA)
Turkish (credits to CalvinQuantine)
Brazilian Portuguese (credits to F4xUu)
Japanese (credits to onepkvn1)
Simplified Chinese (credits to HarryGu)
Czech (credits to Starfis)
German (credits to Somerov)


Author: DJ_Kovrik
1 Star2 Stars3 Stars4 Stars5 Stars (3 votes, average: 5.00 out of 5)
Loading...

This content was uploaded by website visitors. If you notice any mistake, please let us know.


Looking for opportunities to update the Cyberpunk 2077? Then you are on the right place! We offer a wide range of various mods for even very specific requirements. Cyberpunk 2077 Virtual Car Dealer v1.6.0 Mod help to improve a game and make it more interesting. Why not to take an offer, especially when it’s free of charge. Take a look at the descriptions and think of the ways the Virtual Car Dealer v1.6.0 mod can help you solving the issue or becoming more efficient. Then simply click on Cyberpunk 2077 Virtual Car Dealer v1.6.0 Mod download and follow the installation steps. If you change your mind and mods don’t appear to be as useful as expected, feel free to try other ones because there are no download limits. This few simple steps will lift your game to the upper level – what can be better that upgrading your game personally? Break all boundaries and develop your game easily. Take the best that you can and don’t look back – you must be orientated to the future and new experiences. That’s the only way to stay ahead of everything. If you see it as your goals, it’s definitely now or never!



Useful Information:
- How to install Cyberpunk 2077 Mods
- How to Create Cyberpunk 2077 Mods
- Cyberpunk 2077 Release Date
- Cyberpunk 2077 System Requirements
- About Cyberpunk 2077 Game
- Cyberpunk 2077 News

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *