# vehicle taillight

**There are four types of taillights**

<figure><img src="/files/EQy7Lp5lIZzkTMMR8wby" alt=""><figcaption></figcaption></figure>

**`Position light`**

The position light is always on with the light on

**`Brake light`**

It's basically the same as position light

but It gets brighter when the user presses the brake

**`Reverse light`**

This is a light that brightens up when the vehicle is reversing It's off by default

**`Turn signal light`**

I don't think it's working

so I'm using it where the light should be off

***How to set it up***

**1.**

<figure><img src="/files/LnuXj9Gv5frUwSOxNdi9" alt=""><figcaption></figcaption></figure>

Select the object to be set in the blender and change it to vertex paint mode

2\.

<figure><img src="/files/QNtKnxTDSTt91TreVCv4" alt=""><figcaption></figcaption></figure>

Select a color

In hex, enter the code

`Position light: 7C0101`

`Brake light: E70100`

`Reverse light: CB0101`

`Turn signal light: A90101`

3\.

<figure><img src="/files/pZeY3cS6wF7IKys0l0Me" alt=""><figcaption></figcaption></figure>

Draw a color on the vertex where want it to be

4\.

<figure><img src="/files/VraufPbN39UlMr631ANa" alt=""><figcaption></figcaption></figure>

in the .app\
Adjust the position of the "vehicle light component" to match the position of each light

<figure><img src="/files/dVu39ZyK9chjlw9rVruB" alt=""><figcaption></figcaption></figure>


---

# 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/problems-and-resolution/vehicle-taillight.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.
