# Boe6's Guide: basic car from A to Z

## Summary

**Published:** Oct 19 2023 by [Meta Pixel](mailto:undefined), based on knowledge by [Boe6Eod7Nty](mailto:undefined)\
**Last documented update:** May 04 2024 by [mana vortex](mailto:undefined)

This guide will show you how to add a car to the game.

{% hint style="info" %}
This guide may not cover all 2.0 changes. Most everything should be correct, let me know if you find any issues.
{% endhint %}

### Wait, this is not what I want!

* For a guide on how to visually change base game vehicles, see [Altering Appearances within Wolvenkit - Full Workflow](/cyberpunk-2077-modding/modding-guides/npcs/appearances-change-the-looks/altering-appearances-within-wolvenkit-full-workflow.md) (the process is the same for cars)
* If you want to change the way a vehicle **behaves**, you need to alter the [Cheat Sheet: Vehicle Properties](/cyberpunk-2077-modding/for-mod-creators-theory/references-lists-and-overviews/vehicles/vehicle-drive-model-data-record.md)
* For the visual learners among us, there is a video series by boe6. It's not complete and the information may be outdated, but you can find them here:

{% embed url="<https://www.youtube.com/watch?v=TaXzS4IREq0>" %}

## The guide

In this guide I’ll be bringing a Mini Cooper into Cyberpunk 2077. All methods should translate to whatever vehicle you add. The guide assumes you follow along in order. The later steps **will** skip basic info covered in previous steps, unless its written otherwise.

### Finding help

If at any point during this guide you get stuck, or if you have questions, find us on the [redmodding discord](https://discord.gg/redmodding)!

You can ask general questions in `#mod-dev-chat`, or find a channel for specific issues (such as `#textures-and-models`, you might want to remember this one.)

You can also DM me on discord **@boe6**, I can't promise fast replies but I'll help however I can :)

{% hint style="info" %}
To make it easier for future modders, please **update the guide** if you can make it better or have learned something! Check [The Wiki](/cyberpunk-2077-modding/the-wiki.md#why-you-should-edit-the-wiki), or if you're already convinced, see our [Editing guidelines](/cyberpunk-2077-modding/the-wiki/editing-guidelines.md).
{% endhint %}

Alright, let's get started: Proceed to [Boe6's vehicles: What you need to know](/cyberpunk-2077-modding/modding-guides/vehicles/boe6s-guide-new-car-from-a-to-z/precursor-information-to-know.md).\\


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/vehicles/boe6s-guide-new-car-from-a-to-z.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
